lvwerra HF staff commited on
Commit
f6acc8b
1 Parent(s): 247a157

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -10,6 +10,14 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for BERT Score
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ BERTScore leverages the pre-trained contextual embeddings from BERT and matches words in candidate and reference
15
+ sentences by cosine similarity.
16
+ It has been shown to correlate with human judgment on sentence-level and system-level evaluation.
17
+ Moreover, BERTScore computes precision, recall, and F1 measure, which can be useful for evaluating different language
18
+ generation tasks.
19
+
20
+ See the project's README at https://github.com/Tiiiger/bert_score#readme for more information.
21
  ---
22
 
23
  # Metric Card for BERT Score