Merge branch 'main' of https://huggingface.co/thilina/mt5-sinhalese-english into main
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- si
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- translation
|
7 |
+
license: apache-2.0
|
8 |
+
metrics:
|
9 |
+
- sacrebleu
|
10 |
+
---
|
11 |
+
# mt5-sinhalese-english
|
12 |
+
|
13 |
+
## Model description
|
14 |
+
|
15 |
+
An mT5-base model fine-tuned on the Sinhalese-English dataset in the Tatoeba Challenge. Can be used to translate from Sinhalese to English and vice versa.
|
16 |
+
|
17 |
+
## Training details
|
18 |
+
- English - Sinhala dataset from the Tatoeba Challenge [Datasets](https://github.com/Helsinki-NLP/Tatoeba-Challenge/blob/master/Data.md) - [mT5-base pre-trained weights](https://huggingface.co/google/mt5-base)
|
19 |
+
## Eval resultsSacreBLEU score - English to Sinhalese: 10.3
|
20 |
+
- Sinhalese to English: 24.4
|
21 |
+
|