Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,9 @@ You can use this Swahili subset for:
|
|
42 |
from datasets import load_dataset
|
43 |
|
44 |
# Example: loading this Swahili subset from Hugging Face
|
45 |
-
data = load_dataset("Alfaxad/Inkuba-Mono-Swahili"
|
|
|
|
|
46 |
|
47 |
|
48 |
## Citation
|
|
|
42 |
from datasets import load_dataset
|
43 |
|
44 |
# Example: loading this Swahili subset from Hugging Face
|
45 |
+
data = load_dataset("Alfaxad/Inkuba-Mono-Swahili")
|
46 |
+
```
|
47 |
+
|
48 |
|
49 |
|
50 |
## Citation
|