code-bert-score
code-bert-score copied to clipboard
CodeBERTScore: an automatic metric for code generation, based on BERTScore
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...
Hi all, Thanks for the wonderful work. I am currently running code_bert_score to evaluate the similarity between generated code and 'correct' code. However, it just takes way too long locally....
Is there any guide so I can test and generate the same model as yours? I want to create a model for Kotlin and Haskell programming languages. Thanks in advance.