Update readme
Browse files
README.md
CHANGED
@@ -15,4 +15,13 @@ gamayun-swahili-minikit
|
|
15 |
broadcastnews-sw
|
16 |
```
|
17 |
|
18 |
-
In total this dataset is ~3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
broadcastnews-sw
|
16 |
```
|
17 |
|
18 |
+
In total this dataset is ~3.5 GB in size with over 21 million lines of text.
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
This dataset can be downloaded and used as follows:
|
23 |
+
|
24 |
+
```python
|
25 |
+
from datasets import load_dataset
|
26 |
+
ds = load_dataset("flax-community/swahili-safi")
|
27 |
+
```
|