psxjp5 commited on
Commit
7e6f6a6
1 Parent(s): b6413de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -23,6 +23,10 @@ model-index:
23
  value: 34.1596 # Required. Example: 20.90
24
  name: BLEU # Optional. Example: Test WER
25
  verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
 
 
 
 
26
 
27
  ---
28
 
 
23
  value: 34.1596 # Required. Example: 20.90
24
  name: BLEU # Optional. Example: Test WER
25
  verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
26
+ - type: rouge # Required. Example: wer. Use metric id from https://hf.co/metrics
27
+ value: 44.4366 # Required. Example: 20.90
28
+ name: ROUGE1 # Optional. Example: Test WER
29
+ verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
30
 
31
  ---
32