code-bert-score icon indicating copy to clipboard operation
code-bert-score copied to clipboard

CodeBERTScore: an automatic metric for code generation, based on BERTScore

Results 2 code-bert-score issues
Sort by recently updated
recently updated
newest added

Current `code_bert_score` is able to handle the case where any of 'cands', 'refs' contains empty strings and no 'sources' is passed to the `score` method. See the example below: ```python...

When I enter a long code snippet, I get an error like this: “IndexError: The shape of the mask [425] at index 0 does not match the shape of the...