albertvillanova HF staff commited on
Commit
af2c329
1 Parent(s): b7a492d

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
  24: PU
57
  25: ART
58
  splits:
59
- - name: test
60
- num_bytes: 3095292
61
- num_examples: 9987
62
  - name: train
63
  num_bytes: 12635011
64
  num_examples: 37948
 
 
 
65
  - name: validation
66
  num_bytes: 671356
67
  num_examples: 1997
 
56
  24: PU
57
  25: ART
58
  splits:
 
 
 
59
  - name: train
60
  num_bytes: 12635011
61
  num_examples: 37948
62
+ - name: test
63
+ num_bytes: 3095292
64
+ num_examples: 9987
65
  - name: validation
66
  num_bytes: 671356
67
  num_examples: 1997