albertvillanova HF staff commited on
Commit
bb1ffbf
1 Parent(s): 6330e3d

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (40de3fa0996b5d85a380af6417e9f64b5ead33ff)

Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -45,18 +45,18 @@ dataset_info:
45
  dtype:
46
  class_label:
47
  names:
48
- 0: business
49
- 1: sports
50
- 2: national
51
- 3: foreign
52
- 4: showbiz
53
  - name: classification
54
  dtype:
55
  class_label:
56
  names:
57
- 0: wholly_derived
58
- 1: partially_derived
59
- 2: not_derived
60
  - name: derived
61
  struct:
62
  - name: filename
@@ -79,18 +79,18 @@ dataset_info:
79
  dtype:
80
  class_label:
81
  names:
82
- 0: business
83
- 1: sports
84
- 2: national
85
- 3: foreign
86
- 4: showbiz
87
  - name: classification
88
  dtype:
89
  class_label:
90
  names:
91
- 0: wholly_derived
92
- 1: partially_derived
93
- 2: not_derived
94
  splits:
95
  - name: train
96
  num_bytes: 2598872
45
  dtype:
46
  class_label:
47
  names:
48
+ '0': business
49
+ '1': sports
50
+ '2': national
51
+ '3': foreign
52
+ '4': showbiz
53
  - name: classification
54
  dtype:
55
  class_label:
56
  names:
57
+ '0': wholly_derived
58
+ '1': partially_derived
59
+ '2': not_derived
60
  - name: derived
61
  struct:
62
  - name: filename
79
  dtype:
80
  class_label:
81
  names:
82
+ '0': business
83
+ '1': sports
84
+ '2': national
85
+ '3': foreign
86
+ '4': showbiz
87
  - name: classification
88
  dtype:
89
  class_label:
90
  names:
91
+ '0': wholly_derived
92
+ '1': partially_derived
93
+ '2': not_derived
94
  splits:
95
  - name: train
96
  num_bytes: 2598872