anithasoma commited on
Commit
bffed53
·
verified ·
1 Parent(s): 1518fa9

Update .huggingface.yml

Browse files
Files changed (1) hide show
  1. .huggingface.yml +8 -19
.huggingface.yml CHANGED
@@ -1,21 +1,10 @@
1
- ---
 
 
2
  base_model: "facebook/nllb-200-distilled-600M"
3
- tags:
4
- - translation
5
- - machine-translation
6
- - english-to-telugu
7
- - colloquial-language
8
  pipeline_tag: "translation"
9
- datasets:
10
- - your-dataset-repo-id
11
- eval_results:
12
- - task: "translation"
13
- dataset: "anithasoma/anitha_colloquial_en_te"
14
- metrics:
15
- - name: "BLEU"
16
- type: "bleu"
17
- value: 43.12
18
- - name: "SacreBLEU"
19
- type: "sacrebleu"
20
- value: 43.12
21
- license: "apache-2.0"
 
1
+ license: "apache-2.0"
2
+ datasets:
3
+ - "anithasoma/anitha_colloquial_en_te"
4
  base_model: "facebook/nllb-200-distilled-600M"
 
 
 
 
 
5
  pipeline_tag: "translation"
6
+ metrics:
7
+ - type: "bleu"
8
+ value: 43.12
9
+ - type: "sacrebleu"
10
+ value: 43.12