albertvillanova HF staff commited on
Commit
5da2555
1 Parent(s): 551cbb8

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 +4 -4
README.md CHANGED
@@ -38,8 +38,8 @@ dataset_info:
38
  dtype:
39
  class_label:
40
  names:
41
- 0: '0'
42
- 1: '1'
43
  - name: source
44
  dtype: string
45
  splits:
@@ -66,8 +66,8 @@ dataset_info:
66
  dtype:
67
  class_label:
68
  names:
69
- 0: '0'
70
- 1: '1'
71
  - name: source
72
  dtype: string
73
  splits:
 
38
  dtype:
39
  class_label:
40
  names:
41
+ '0': '0'
42
+ '1': '1'
43
  - name: source
44
  dtype: string
45
  splits:
 
66
  dtype:
67
  class_label:
68
  names:
69
+ '0': '0'
70
+ '1': '1'
71
  - name: source
72
  dtype: string
73
  splits: