You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: