Update README.md
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Swahili-Safi Dataset
|
2 |
|
3 |
A relatively clean dataset for Swahili language modeling, built by combining and cleaning several existing datasets.
|
@@ -25,4 +30,4 @@ This dataset can be downloaded and used as follows:
|
|
25 |
```python
|
26 |
from datasets import load_dataset
|
27 |
ds = load_dataset("flax-community/swahili-safi")
|
28 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- sw
|
4 |
+
---
|
5 |
+
|
6 |
# Swahili-Safi Dataset
|
7 |
|
8 |
A relatively clean dataset for Swahili language modeling, built by combining and cleaning several existing datasets.
|
|
|
30 |
```python
|
31 |
from datasets import load_dataset
|
32 |
ds = load_dataset("flax-community/swahili-safi")
|
33 |
+
```
|