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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -8
README.md CHANGED
@@ -19,14 +19,30 @@ model-index:
19
  type: natural-questions # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
20
  name: Adapted Natural Questions # Required. A pretty name for the dataset. Example: Common Voice (French)
21
  metrics:
22
- - type: bleu # Required. Example: wer. Use metric id from https://hf.co/metrics
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
 
 
19
  type: natural-questions # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
20
  name: Adapted Natural Questions # Required. A pretty name for the dataset. Example: Common Voice (French)
21
  metrics:
22
+ - type: bleu
23
+ value: 34.1596
24
+ name: BLEU
25
+ verified: true
26
+ - type: rouge
27
+ value: 44.4366
28
+ name: ROUGE1
29
+ verified: true
30
+ - type: rouge
31
+ value: 38.8202
32
+ name: ROUGE2
33
+ verified: true
34
+ - type: rouge
35
+ value: 43.113
36
+ name: ROUGEl
37
+ verified: true
38
+ - type: rouge
39
+ value: 43.1423
40
+ name: ROUGElsum
41
+ verified: true
42
+ - type: meteor
43
+ value: 0.4049
44
+ name: METEOR
45
+ verified: true
46
 
47
  ---
48