Replace YAML keys from int to str

#2
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -27,16 +27,16 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: '0'
31
- 1: '1'
32
- 2: '2'
33
- 3: '3'
34
- 4: '4'
35
- 5: '5'
36
- 6: '6'
37
- 7: '7'
38
- 8: '8'
39
- 9: '9'
40
  config_name: mnist
41
  splits:
42
  - name: train
 
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': '0'
31
+ '1': '1'
32
+ '2': '2'
33
+ '3': '3'
34
+ '4': '4'
35
+ '5': '5'
36
+ '6': '6'
37
+ '7': '7'
38
+ '8': '8'
39
+ '9': '9'
40
  config_name: mnist
41
  splits:
42
  - name: train