File size: 839 Bytes
1b8cdb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f550232
 
 
 
 
 
 
1b8cdb4
f550232
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: title
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 30918
    num_examples: 80
  download_size: 22541
  dataset_size: 30918
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-sa-4.0
task_categories:
- text-classification
language:
- ss
size_categories:
- n<1K
---

The "all-categories" version of https://huggingface.co/datasets/dsfsi/za-isizulu-siswati-news for siswati news. 


## Purpose
The paper uses 5-fold cross validation to train models, so here all data is put in the train split. 

The original dataset was not loadable at the time by calling the following:
```python
from datasets import load_dataset
dataset = load_dataset("dsfsi/za-isizulu-siswati-news")
```