Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
ajesujoba commited on
Commit
5f46735
·
verified ·
1 Parent(s): c0fbba0

Update README.md

Browse files

AFRIDOC-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.

Files changed (1) hide show
  1. README.md +12 -0
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