File size: 587 Bytes
dba2958
 
 
 
 
123c986
 
9efd4e9
123c986
 
 
 
 
 
 
 
 
b73f6e9
123c986
 
ff72b51
123c986
b73f6e9
9ba7e3c
 
 
 
 
 
 
 
 
dba2958
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
29
30
31
32
33
---
language:
- sw
---

# 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
subset of wikipedia-en translated (using m2m100) to 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")
```