seanbenhur commited on
Commit
2acb957
1 Parent(s): 851a641

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -25
README.md CHANGED
@@ -2,31 +2,13 @@ Model card Coming soon
2
 
3
  ---
4
  language:
5
- - ta # Example: fr
6
-
7
- license: MIT # Example: apache-2.0 or any license from https://hf.co/docs/hub/model-repos#list-of-license-identifiers
8
  tags:
9
- - codemixed # Example: audio
10
- - dravidian # Example: automatic-speech-recognition
11
-
12
- # Example: common_voice. Use dataset id from https://hf.co/datasets
13
  metrics:
14
- - {f1} # Example: wer. Use metric id from https://hf.co/metrics
15
-
16
- # Optional. Add this if you want to encode your eval results in a structured way.
17
- model-index:
18
- - name: {model_id}
19
- results:
20
- - task:
21
- type: {task_type} # Required. Example: automatic-speech-recognition
22
- name: {task_name} # Optional. Example: Speech Recognition
23
- dataset:
24
- type: {dataset_type} # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
25
- name: {dataset_name} # Required. Example: Common Voice zh-CN
26
- args: {arg_0} # Optional. Example: zh-CN
27
- metrics:
28
- - type: {metric_type} # Required. Example: wer
29
- value: {metric_value} # Required. Example: 20.90
30
- name: {metric_name} # Optional. Example: Test WER
31
- args: {arg_0} # Optional. Example for BLEU: max_order
32
  ---
 
2
 
3
  ---
4
  language:
5
+ - ru
6
+ - en
 
7
  tags:
8
+ - translation
9
+ license: apache-2.0
10
+ datasets:
11
+ - wmt19
12
  metrics:
13
+ - bleu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---