albertvillanova HF staff commited on
Commit
3844c18
1 Parent(s): cec09c3

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
@@ -111,12 +111,12 @@ dataset_info:
111
  7: B-MISC
112
  8: I-MISC
113
  splits:
114
- - name: test
115
- num_bytes: 909699
116
- num_examples: 565
117
  - name: train
118
  num_bytes: 7311212
119
  num_examples: 4383
 
 
 
120
  - name: validation
121
  num_bytes: 940413
122
  num_examples: 564
 
111
  7: B-MISC
112
  8: I-MISC
113
  splits:
 
 
 
114
  - name: train
115
  num_bytes: 7311212
116
  num_examples: 4383
117
+ - name: test
118
+ num_bytes: 909699
119
+ num_examples: 565
120
  - name: validation
121
  num_bytes: 940413
122
  num_examples: 564