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