TaLoncdy

Results 2 issues of TaLoncdy

`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...