Update readme
Browse files
README.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- ami
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
- chrf
|
9 |
+
base_model:
|
10 |
+
- facebook/nllb-200-distilled-600M
|
11 |
+
pipeline_tag: translation
|
12 |
+
library_name: transformers
|
13 |
+
tags:
|
14 |
+
- linguistics
|
15 |
---
|
16 |
|
17 |
+
## amis-zh-600M
|
18 |
+
|
19 |
+
This model is a fine tuned version of the facebook/nllb-200-disillted-600M model for the Amis language.
|
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
|