albertvillanova HF staff commited on
Commit
8894c28
1 Parent(s): 7088df5

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
@@ -43,8 +43,8 @@ dataset_info:
43
  dtype:
44
  class_label:
45
  names:
46
- 0: Gathered
47
- 1: Recipes1M
48
  - name: ner
49
  sequence: string
50
  splits:
 
43
  dtype:
44
  class_label:
45
  names:
46
+ '0': Gathered
47
+ '1': Recipes1M
48
  - name: ner
49
  sequence: string
50
  splits: