hunterschep commited on
Commit
787e290
1 Parent(s): 494ad2f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - pai
6
+ metrics:
7
+ - bleu
8
+ - chrf
9
+ datasets:
10
+ - hunterschep/paiwan-english
11
+ ---
12
+
13
+ # Model Performance
14
+
15
+ The performance of the translation model has been evaluated using the following metrics:
16
+
17
+ - **BLEU Score**: 5.94
18
+ - **chrF++ Score**: 34.99
19
+
20
+ This model was trained on a ~30,000 line parralel-corpus of Paiwan-English translations.
21
+ Most of these translations were assembled using Mandarin Chinese as a pivot language.
22
+ The model itself was evaluated on the 'test' portion of the dataset.
23
+ Total training length was 40,000 epochs.