albertvillanova HF staff commited on
Commit
d128e91
1 Parent(s): 0e71c24

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 +21 -21
README.md CHANGED
@@ -12,9 +12,9 @@ dataset_info:
12
  dtype:
13
  class_label:
14
  names:
15
- 0: 0-1岁
16
- 1: 1-2岁
17
- 2: 2-3岁
18
  - name: id
19
  dtype: int32
20
  splits:
@@ -39,24 +39,24 @@ dataset_info:
39
  dtype:
40
  class_label:
41
  names:
42
- 0: 产褥期保健
43
- 1: 儿童过敏
44
- 2: 动作发育
45
- 3: 婴幼保健
46
- 4: 婴幼心理
47
- 5: 婴幼早教
48
- 6: 婴幼期喂养
49
- 7: 婴幼营养
50
- 8: 孕期保健
51
- 9: 家庭教育
52
- 10: 幼儿园
53
- 11: 未准父母
54
- 12: 流产和不孕
55
- 13: 疫苗接种
56
- 14: 皮肤护理
57
- 15: 宝宝上火
58
- 16: 腹泻
59
- 17: 婴幼常见病
60
  - name: id
61
  dtype: int32
62
  splits:
 
12
  dtype:
13
  class_label:
14
  names:
15
+ '0': 0-1岁
16
+ '1': 1-2岁
17
+ '2': 2-3岁
18
  - name: id
19
  dtype: int32
20
  splits:
 
39
  dtype:
40
  class_label:
41
  names:
42
+ '0': 产褥期保健
43
+ '1': 儿童过敏
44
+ '2': 动作发育
45
+ '3': 婴幼保健
46
+ '4': 婴幼心理
47
+ '5': 婴幼早教
48
+ '6': 婴幼期喂养
49
+ '7': 婴幼营养
50
+ '8': 孕期保健
51
+ '9': 家庭教育
52
+ '10': 幼儿园
53
+ '11': 未准父母
54
+ '12': 流产和不孕
55
+ '13': 疫苗接种
56
+ '14': 皮肤护理
57
+ '15': 宝宝上火
58
+ '16': 腹泻
59
+ '17': 婴幼常见病
60
  - name: id
61
  dtype: int32
62
  splits: