Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Size:
100K - 1M
License:
anrilombard
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,27 +1,36 @@
|
|
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 |
# South African Languages Dataset
|
26 |
|
27 |
## Dataset Overview
|
@@ -40,7 +49,31 @@ dataset_info:
|
|
40 |
|
41 |
This dataset covers 9 of South Africa's 11 official languages (excluding English and Afrikaans)
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Data Source
|
44 |
|
45 |
This dataset was processed from the FineWeb-2 dataset available on HuggingFace:
|
46 |
https://huggingface.co/datasets/HuggingFaceFW/fineweb-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- zu
|
4 |
+
- st
|
5 |
+
- xh
|
6 |
+
- nr
|
7 |
+
- ts
|
8 |
+
- tn
|
9 |
+
- nso
|
10 |
+
- ss
|
11 |
+
- ve
|
12 |
+
license: apache-2.0
|
13 |
+
annotations_creators:
|
14 |
+
- no-annotation
|
15 |
+
language_creators:
|
16 |
+
- found
|
17 |
+
size_categories:
|
18 |
+
- 100K<n<1M
|
19 |
+
source_datasets:
|
20 |
+
- original
|
21 |
+
task_categories:
|
22 |
+
- text-generation
|
23 |
+
task_ids:
|
24 |
+
- language-modeling
|
25 |
+
pretty_name: South African Languages Dataset
|
26 |
+
tags:
|
27 |
+
- south-african-languages
|
28 |
+
- african-languages
|
29 |
+
- indigenous-languages
|
30 |
+
datasets:
|
31 |
+
- HuggingFaceFW/fineweb-2
|
32 |
---
|
33 |
+
|
34 |
# South African Languages Dataset
|
35 |
|
36 |
## Dataset Overview
|
|
|
49 |
|
50 |
This dataset covers 9 of South Africa's 11 official languages (excluding English and Afrikaans)
|
51 |
|
52 |
+
## Dataset Structure
|
53 |
+
|
54 |
+
### Data Instances
|
55 |
+
|
56 |
+
Each instance contains:
|
57 |
+
|
58 |
+
- `text`: string feature containing the document text
|
59 |
+
- `language`: string feature indicating the language name
|
60 |
+
|
61 |
+
### Data Fields
|
62 |
+
|
63 |
+
- `text`: The text content of the document
|
64 |
+
- `language`: The language of the text (one of: isiZulu, Sesotho, isiXhosa, isiNdebele, Xitsonga, Setswana, Sepedi, siSwati, Tshivenda)
|
65 |
+
|
66 |
+
### Data Splits
|
67 |
+
|
68 |
+
The dataset is divided into training and test splits as shown in the table above.
|
69 |
+
|
70 |
## Data Source
|
71 |
|
72 |
This dataset was processed from the FineWeb-2 dataset available on HuggingFace:
|
73 |
https://huggingface.co/datasets/HuggingFaceFW/fineweb-2
|
74 |
+
|
75 |
+
## Additional Information
|
76 |
+
|
77 |
+
- **License**: Apache 2.0
|
78 |
+
- **Version**: 1.0.0
|
79 |
+
- **Collection Date**: January 2025
|