neulab / code-bert-score

CodeBERTScore: an automatic metric for code generation, based on BERTScore
MIT License
171 stars 16 forks source link

Example update (score returns also F3) #9

Closed isabelcabezasm closed 9 months ago

isabelcabezasm commented 9 months ago

code_bert_score.score returns four values (P, R, F1, F3). In the example (both, notebook and script) you get an error because the code is only expecting three.

urialon commented 9 months ago

Thanks a lot @isabelcabezasm !