albertvillanova HF staff commited on
Commit
55c63b3
1 Parent(s): b3962be

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
@@ -50,12 +50,12 @@ dataset_info:
50
  1: pos
51
  config_name: best2009
52
  splits:
53
- - name: test
54
- num_bytes: 10498726
55
- num_examples: 2252
56
  - name: train
57
  num_bytes: 483129998
58
  num_examples: 148995
 
 
 
59
  download_size: 13891260
60
  dataset_size: 493628724
61
  ---
 
50
  1: pos
51
  config_name: best2009
52
  splits:
 
 
 
53
  - name: train
54
  num_bytes: 483129998
55
  num_examples: 148995
56
+ - name: test
57
+ num_bytes: 10498726
58
+ num_examples: 2252
59
  download_size: 13891260
60
  dataset_size: 493628724
61
  ---