Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
814ea41
1 Parent(s): b812f2a

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
@@ -47,10 +47,10 @@ dataset_info:
47
  dtype:
48
  class_label:
49
  names:
50
- 0: '0'
51
- 1: '1'
52
- 2: '2'
53
- 3: '3'
54
  splits:
55
  - name: train
56
  num_bytes: 30274672
 
47
  dtype:
48
  class_label:
49
  names:
50
+ '0': '0'
51
+ '1': '1'
52
+ '2': '2'
53
+ '3': '3'
54
  splits:
55
  - name: train
56
  num_bytes: 30274672