Datasets:
Update README.md
Browse filesAFRIDOC-MT is a document-level multi-parallel translation dataset covering English and five African languages: Amharic, Hausa, Swahili, Yorùbá, and Zulu. The dataset comprises 334 health and 271 information technology news documents, all human-translated from English to these languages.
The project was generously funded by Lacuna Fund.
README.md
CHANGED
@@ -80,6 +80,18 @@ configs:
|
|
80 |
path: data/document_10/Health/test.csv
|
81 |
- split: validation
|
82 |
path: data/document_10/Health/dev.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
---
|
84 |
|
85 |
|
|
|
80 |
path: data/document_10/Health/test.csv
|
81 |
- split: validation
|
82 |
path: data/document_10/Health/dev.csv
|
83 |
+
task_categories:
|
84 |
+
- translation
|
85 |
+
language:
|
86 |
+
- en
|
87 |
+
- am
|
88 |
+
- ha
|
89 |
+
- sw
|
90 |
+
- yo
|
91 |
+
- zu
|
92 |
+
tags:
|
93 |
+
- health
|
94 |
+
- IT
|
95 |
---
|
96 |
|
97 |
|