Replace YAML keys from int to str

#1
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +4 -5
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: MyanmarNews
22
  dataset_info:
23
  features:
@@ -27,10 +26,10 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: Sport
31
- 1: Politic
32
- 2: Business
33
- 3: Entertainment
34
  splits:
35
  - name: train
36
  num_bytes: 3797368
 
17
  - text-classification
18
  task_ids:
19
  - topic-classification
 
20
  pretty_name: MyanmarNews
21
  dataset_info:
22
  features:
 
26
  dtype:
27
  class_label:
28
  names:
29
+ '0': Sport
30
+ '1': Politic
31
+ '2': Business
32
+ '3': Entertainment
33
  splits:
34
  - name: train
35
  num_bytes: 3797368