Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,23 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
license: cc-by-sa-4.0
|
| 22 |
+
task_categories:
|
| 23 |
+
- text-classification
|
| 24 |
+
language:
|
| 25 |
+
- ss
|
| 26 |
+
size_categories:
|
| 27 |
+
- n<1K
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
The "all-categories" version of https://huggingface.co/datasets/dsfsi/za-isizulu-siswati-news for siswati news.
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
## Purpose
|
| 34 |
+
The paper uses 5-fold cross validation to train models, so here all data is put in the train split.
|
| 35 |
+
|
| 36 |
+
The original dataset was not loadable at the time by calling the following:
|
| 37 |
+
```python
|
| 38 |
+
from datasets import load_dataset
|
| 39 |
+
dataset = load_dataset("dsfsi/za-isizulu-siswati-news")
|
| 40 |
+
```
|