BRIO
BRIO copied to clipboard
How to calculate BERTScore in the paper
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