Spaces:
Running
Running
Add description to card metadata
#1
by
julien-c
HF staff
- opened
BERTScore leverages the pre-trained contextual embeddings from BERT and matches words in candidate and reference
sentences by cosine similarity.
It has been shown to correlate with human judgment on sentence-level and system-level evaluation.
Moreover, BERTScore computes precision, recall, and F1 measure, which can be useful for evaluating different language
generation tasks.
See the project's README at https://github.com/Tiiiger/bert_score#readme for more information.
julien-c
changed pull request status to
merged
TypeError: cannot pickle '_thread.lock' object