bert_score icon indicating copy to clipboard operation
bert_score copied to clipboard

Cache embeddings

Open djaym7 opened this issue 1 year ago • 2 comments

I'm trying to use bertscore to retrive top N similar docs, is there a a way to cache the embeddings for N docs ?

djaym7 avatar Dec 28 '23 23:12 djaym7

@Tiiiger

djaym7 avatar Dec 28 '23 23:12 djaym7

I'm using this temp solution for now : https://github.com/djaym7/bert_score_with_cache/tree/master

avg times for 7 runs: 13s without cache and 7s with using cache

djaym7 avatar Dec 29 '23 01:12 djaym7