Datasets:

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

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (814ea41b5d1c205665eb20f5e1235c92bb26570d)

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