Update .huggingface.yml
Browse files- .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 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
-
|
13 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|