albertvillanova HF staff commited on
Commit
7971182
1 Parent(s): 09666a5

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
@@ -56,12 +56,12 @@ dataset_info:
56
  1: '2'
57
  config_name: plain_text
58
  splits:
59
- - name: test
60
- num_bytes: 27962097
61
- num_examples: 38000
62
  - name: train
63
  num_bytes: 413558837
64
  num_examples: 560000
 
 
 
65
  download_size: 166373201
66
  dataset_size: 441520934
67
  ---
 
56
  1: '2'
57
  config_name: plain_text
58
  splits:
 
 
 
59
  - name: train
60
  num_bytes: 413558837
61
  num_examples: 560000
62
+ - name: test
63
+ num_bytes: 27962097
64
+ num_examples: 38000
65
  download_size: 166373201
66
  dataset_size: 441520934
67
  ---