hunterschep
commited on
Commit
•
ac511fa
1
Parent(s):
36cf292
Update readme
Browse files
README.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- ami
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
base_model:
|
9 |
+
- facebook/nllb-200-3.3B
|
10 |
+
pipeline_tag: translation
|
11 |
+
library_name: transformers
|
12 |
+
tags:
|
13 |
+
- linguistics
|
14 |
---
|
15 |
|
16 |
+
## amis-zh-3.3BM
|
17 |
+
|
18 |
+
This model is a fine tuned version of the facebook/nllb-200-3.3B parameter undistilled model for the Amis language.
|
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 55k 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: **27.65** 33.1/30.0/26.0/22.6
|
30 |
+
* Chinese -> Amis: **16.83** 38.2/18.6/12.1/9.3
|