albertvillanova HF staff commited on
Commit
ceae714
1 Parent(s): f993a73

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (18a4da5fd361d054570b48209764c7bcc2c49f76)

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -39,10 +39,10 @@ dataset_info:
39
  dtype:
40
  class_label:
41
  names:
42
- 0: a
43
- 1: b
44
- 2: c
45
- 3: d
46
  - name: choice_type
47
  dtype: string
48
  - name: exp
 
39
  dtype:
40
  class_label:
41
  names:
42
+ '0': a
43
+ '1': b
44
+ '2': c
45
+ '3': d
46
  - name: choice_type
47
  dtype: string
48
  - name: exp