BRIO icon indicating copy to clipboard operation
BRIO copied to clipboard

How to calculate BERTScore in the paper

Open cq-cdy opened this issue 2 years ago • 0 comments

from evaluate import load bertscore = load("bertscore",cache_dir="../cache") bertscore.compute(predictions=predictions, references=references, lang="en") I want to ask why the BERTScore in the paper is only about 30, while I use this code to calculate about 90

cq-cdy avatar Nov 21 '22 12:11 cq-cdy