Update readme
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ language:
|
|
5 |
- ami
|
6 |
metrics:
|
7 |
- bleu
|
8 |
-
- chrf
|
9 |
base_model:
|
10 |
- facebook/nllb-200-distilled-600M
|
11 |
pipeline_tag: translation
|
@@ -20,4 +19,12 @@ This model is a fine tuned version of the facebook/nllb-200-disillted-600M model
|
|
20 |
|
21 |
The model was fit with a custom tokenizer and language tag for Amis and additional Traditional Chinese tokens.
|
22 |
|
23 |
-
The model was trained on roughly ~90k sentence pairs for 50k Epochs until validation loss plateaued
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- ami
|
6 |
metrics:
|
7 |
- bleu
|
|
|
8 |
base_model:
|
9 |
- facebook/nllb-200-distilled-600M
|
10 |
pipeline_tag: translation
|
|
|
19 |
|
20 |
The model was fit with a custom tokenizer and language tag for Amis and additional Traditional Chinese tokens.
|
21 |
|
22 |
+
The model was trained on roughly ~90k sentence pairs for 50k Epochs until validation loss plateaued
|
23 |
+
|
24 |
+
## Evaluation
|
25 |
+
|
26 |
+
The mode was evaluated on 1,500 test sentence pairs bidirectionally
|
27 |
+
|
28 |
+
#### BLEU
|
29 |
+
Amis -> Chinese: **23.83** 31.5/27.1/21.9/17.3
|
30 |
+
Chinese -> Amis: **15.15** 38.5/17.9/10.6/7.2
|