albertvillanova HF staff commited on
Commit
95b89c3
1 Parent(s): 84b0f7f

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
@@ -32,12 +32,12 @@ dataset_info:
32
  0: '0'
33
  1: '1'
34
  splits:
35
- - name: test
36
- num_bytes: 63466
37
- num_examples: 758
38
  - name: train
39
  num_bytes: 515365
40
  num_examples: 6136
 
 
 
41
  - name: validation
42
  num_bytes: 57242
43
  num_examples: 682
 
32
  0: '0'
33
  1: '1'
34
  splits:
 
 
 
35
  - name: train
36
  num_bytes: 515365
37
  num_examples: 6136
38
+ - name: test
39
+ num_bytes: 63466
40
+ num_examples: 758
41
  - name: validation
42
  num_bytes: 57242
43
  num_examples: 682