Datasets:
Tasks:
Translation
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
news, mafand, masakhane
License:
Update mafand.py
Browse files
mafand.py
CHANGED
@@ -140,6 +140,8 @@ class Mafand(datasets.GeneratorBasedBuilder):
|
|
140 |
description="Mafand English-Kinyarwanda dataset"),
|
141 |
MafandConfig(name="en-lug", version=datasets.Version("1.0.0"),
|
142 |
description="Mafand English-Luganda dataset"),
|
|
|
|
|
143 |
MafandConfig(name="en-nya", version=datasets.Version("1.0.0"),
|
144 |
description="Mafand English-Chichewa dataset"),
|
145 |
MafandConfig(name="en-pcm", version=datasets.Version("1.0.0"),
|
140 |
description="Mafand English-Kinyarwanda dataset"),
|
141 |
MafandConfig(name="en-lug", version=datasets.Version("1.0.0"),
|
142 |
description="Mafand English-Luganda dataset"),
|
143 |
+
MafandConfig(name="en-luo", version=datasets.Version("1.0.0"),
|
144 |
+
description="Mafand English-Luo dataset"),
|
145 |
MafandConfig(name="en-nya", version=datasets.Version("1.0.0"),
|
146 |
description="Mafand English-Chichewa dataset"),
|
147 |
MafandConfig(name="en-pcm", version=datasets.Version("1.0.0"),
|