albertvillanova HF staff commited on
Commit
a53bb7e
1 Parent(s): 62ffbfe

Reorder split names

Browse files

Reorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,12 +14,12 @@ dataset_info:
14
  - name: id_string
15
  dtype: string
16
  splits:
17
- - name: test
18
- num_bytes: 1017354
19
- num_examples: 1000
20
  - name: train
21
  num_bytes: 4711114
22
  num_examples: 4638
 
 
 
23
  - name: validation
24
  num_bytes: 518604
25
  num_examples: 500
 
14
  - name: id_string
15
  dtype: string
16
  splits:
 
 
 
17
  - name: train
18
  num_bytes: 4711114
19
  num_examples: 4638
20
+ - name: test
21
+ num_bytes: 1017354
22
+ num_examples: 1000
23
  - name: validation
24
  num_bytes: 518604
25
  num_examples: 500