File size: 509 Bytes
123c986 9efd4e9 123c986 b73f6e9 123c986 b73f6e9 9ba7e3c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Swahili-Safi Dataset
A relatively clean dataset for Swahili language modeling, built by combining and cleaning several existing datasets.
Sources include:
```
mc4-sw
oscar-sw
swahili_news
IWSLT
XNLI
flores 101
swahili-lm
gamayun-swahili-minikit
broadcastnews-sw
```
In total this dataset is ~3.5 GB in size with over 21 million lines of text.
## Usage
This dataset can be downloaded and used as follows:
```python
from datasets import load_dataset
ds = load_dataset("flax-community/swahili-safi")
```
|