lhoestq HF staff commited on
Commit
a60dace
1 Parent(s): 55dca84

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -19,6 +19,31 @@ task_ids:
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: Hausa Voa News Topic Classification Dataset (HausaVoaTopics)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Hausa VOA News Topic Classification dataset (hausa_voa_topics)
@@ -143,4 +168,4 @@ An instance consists of a news title sentence and the corresponding topic label.
143
 
144
  ### Contributions
145
 
146
- Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.
 
19
  - topic-classification
20
  paperswithcode_id: null
21
  pretty_name: Hausa Voa News Topic Classification Dataset (HausaVoaTopics)
22
+ dataset_info:
23
+ features:
24
+ - name: news_title
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: Africa
31
+ 1: Health
32
+ 2: Nigeria
33
+ 3: Politics
34
+ 4: World
35
+ splits:
36
+ - name: test
37
+ num_bytes: 41195
38
+ num_examples: 582
39
+ - name: train
40
+ num_bytes: 144932
41
+ num_examples: 2045
42
+ - name: validation
43
+ num_bytes: 20565
44
+ num_examples: 290
45
+ download_size: 195824
46
+ dataset_size: 206692
47
  ---
48
 
49
  # Dataset Card for Hausa VOA News Topic Classification dataset (hausa_voa_topics)
 
168
 
169
  ### Contributions
170
 
171
+ Thanks to [@michael-aloys](https://github.com/michael-aloys) for adding this dataset.