File size: 2,685 Bytes
9cdbee3
a9f1e24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
language:
- ko  # Example: fr
license: apache-2.0  # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
library_name: transformers  # Optional. Example: keras or any library from https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Libraries.ts
tags:
- translation  # Example: audio
- text-generation  # Example: automatic-speech-recognition
datasets:
- aihub  # Example: common_voice. Use dataset id from https://hf.co/datasets
metrics:
- bleu  # Example: wer. Use metric id from https://hf.co/metrics
- rouge

# Optional. Add this if you want to encode your eval results in a structured way.
model-index:
- name: barTNumText
  results:
  - task:
      type: translation             # Required. Example: automatic-speech-recognition
      name: translation             # Optional. Example: Speech Recognition
    metrics:
      - type: bleu         # Required. Example: wer. Use metric id from https://hf.co/metrics
        value: 0.9161441917016176       # Required. Example: 20.90
        name: eval_bleu         # Optional. Example: Test WER
        verified: true              # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
      - type: rouge1         # Required. Example: wer. Use metric id from https://hf.co/metrics
        value: 0.9502159661745533       # Required. Example: 20.90
        name: eval_rouge1         # Optional. Example: Test WER
        verified: true              # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
      - type: rouge2         # Required. Example: wer. Use metric id from https://hf.co/metrics
        value: 0.9313935147887745       # Required. Example: 20.90
        name: eval_rouge2       # Optional. Example: Test WER
        verified: true              # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
      - type: rougeL         # Required. Example: wer. Use metric id from https://hf.co/metrics
        value: 0.950015374196916       # Required. Example: 20.90
        name: eval_rougeL        # Optional. Example: Test WER
        verified: true              # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
      - type: rougeLsum         # Required. Example: wer. Use metric id from https://hf.co/metrics
        value: 0.9500390902948073       # Required. Example: 20.90
        name: eval_rougeLsum        # Optional. Example: Test WER
        verified: true              # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
---