change the readme file name
Browse files- kin_en.md → README.md +13 -0
kin_en.md → README.md
RENAMED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Kinyarwanda-to-English Machine Translation
|
2 |
|
3 |
This model is a Kinyarwanda-to-English machine translation model, it was built and trained using JoeyNMT framework. The translation model uses transformer encoder-decoder based architecture. It was trained on a 47,211-long English-Kinyarwanda bitext dataset prepared by Digital Umuganda.
|
|
|
1 |
+
---
|
2 |
+
library_name: JoeyNMT
|
3 |
+
task: Machine-translation
|
4 |
+
tags:
|
5 |
+
- JoeyNMT
|
6 |
+
- Machine-translation
|
7 |
+
language: rw
|
8 |
+
datasets:
|
9 |
+
- DigitalUmuganda/kinyarwanda-english-machine-translation-dataset
|
10 |
+
widget:
|
11 |
+
- text: "Muraho neza, murakaza neza mu Rwanda."
|
12 |
+
example_title: "Muraho neza, murakaza neza mu Rwanda."
|
13 |
+
---
|
14 |
# Kinyarwanda-to-English Machine Translation
|
15 |
|
16 |
This model is a Kinyarwanda-to-English machine translation model, it was built and trained using JoeyNMT framework. The translation model uses transformer encoder-decoder based architecture. It was trained on a 47,211-long English-Kinyarwanda bitext dataset prepared by Digital Umuganda.
|