hunterschep
commited on
Commit
•
e86231f
1
Parent(s):
82d4dd9
Update readme
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ language:
|
|
6 |
metrics:
|
7 |
- bleu
|
8 |
- chrf
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Model Performance
|
@@ -14,3 +16,5 @@ The performance of the translation model has been evaluated using the following
|
|
14 |
|
15 |
- **BLEU Score**: 19.63
|
16 |
- **chrF++ Score**: 36.48
|
|
|
|
|
|
6 |
metrics:
|
7 |
- bleu
|
8 |
- chrf
|
9 |
+
datasets:
|
10 |
+
- hunterschep/amis-english
|
11 |
---
|
12 |
|
13 |
# Model Performance
|
|
|
16 |
|
17 |
- **BLEU Score**: 19.63
|
18 |
- **chrF++ Score**: 36.48
|
19 |
+
|
20 |
+
This model was trained on a ~76,000 line parralel-corpus of Amis-English translations. Most of these translations were assembled using Mandarin Chinese as a pivot language. The model itself was evaluated on the 'test' portion of the dataset.
|