Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -139,9 +139,9 @@ To use this dataset for machine translation tasks:
|
|
139 |
from datasets import load_dataset
|
140 |
|
141 |
# Load a specific language pair
|
142 |
-
dav_swa = load_dataset("low-resource-language-data", "dav_swa")
|
143 |
-
kln_swa = load_dataset("low-resource-language-data", "kln_swa")
|
144 |
-
luo_swa = load_dataset("low-resource-language-data", "luo_swa")
|
145 |
```
|
146 |
|
147 |
2. Access the train and test splits:
|
|
|
139 |
from datasets import load_dataset
|
140 |
|
141 |
# Load a specific language pair
|
142 |
+
dav_swa = load_dataset("kenyan-low-resource-language-data", "dav_swa")
|
143 |
+
kln_swa = load_dataset("kenyan-low-resource-language-data", "kln_swa")
|
144 |
+
luo_swa = load_dataset("kenyan-low-resource-language-data", "luo_swa")
|
145 |
```
|
146 |
|
147 |
2. Access the train and test splits:
|