anrilombard commited on
Commit
4e6da83
·
verified ·
1 Parent(s): 2c2f6a3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -22
README.md CHANGED
@@ -1,27 +1,36 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: test
8
- path: data/test-*
9
- dataset_info:
10
- features:
11
- - name: text
12
- dtype: string
13
- - name: language
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 1296443997
18
- num_examples: 343474
19
- - name: test
20
- num_bytes: 9891071
21
- num_examples: 2749
22
- download_size: 758178753
23
- dataset_size: 1306335068
 
 
 
 
 
 
 
 
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