fgaim commited on
Commit
9ba7e3c
1 Parent(s): 10ecdfa

Update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -15,4 +15,13 @@ gamayun-swahili-minikit
15
  broadcastnews-sw
16
  ```
17
 
18
- In total this dataset is ~3.4 GB, with over 21 million lines.
 
 
 
 
 
 
 
 
 
 
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
+ ```