albertvillanova HF staff commited on
Commit
c654ff1
1 Parent(s): 6a9b653

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 +2 -2
README.md CHANGED
@@ -29,8 +29,8 @@ dataset_info:
29
  dtype:
30
  class_label:
31
  names:
32
- 0: '1'
33
- 1: '-1'
34
  splits:
35
  - name: train
36
  num_bytes: 211166
29
  dtype:
30
  class_label:
31
  names:
32
+ '0': '1'
33
+ '1': '-1'
34
  splits:
35
  - name: train
36
  num_bytes: 211166