albertvillanova HF staff commited on
Commit
1776a12
1 Parent(s): aa84f7a

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - text-classification
18
  task_ids:
19
  - topic-classification
20
- paperswithcode_id: null
21
  pretty_name: Hausa Voa News Topic Classification Dataset (HausaVoaTopics)
22
  dataset_info:
23
  features:
@@ -27,11 +26,11 @@ dataset_info:
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: train
37
  num_bytes: 144932
 
17
  - text-classification
18
  task_ids:
19
  - topic-classification
 
20
  pretty_name: Hausa Voa News Topic Classification Dataset (HausaVoaTopics)
21
  dataset_info:
22
  features:
 
26
  dtype:
27
  class_label:
28
  names:
29
+ '0': Africa
30
+ '1': Health
31
+ '2': Nigeria
32
+ '3': Politics
33
+ '4': World
34
  splits:
35
  - name: train
36
  num_bytes: 144932