Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
extended|other-wider
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
8cba13f
1 Parent(s): 1d6f5c3

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
@@ -63,12 +63,12 @@ dataset_info:
63
  - name: invalid
64
  dtype: bool
65
  splits:
66
- - name: test
67
- num_bytes: 3761103
68
- num_examples: 16097
69
  - name: train
70
  num_bytes: 12049881
71
  num_examples: 12880
 
 
 
72
  - name: validation
73
  num_bytes: 2998735
74
  num_examples: 3226
 
63
  - name: invalid
64
  dtype: bool
65
  splits:
 
 
 
66
  - name: train
67
  num_bytes: 12049881
68
  num_examples: 12880
69
+ - name: test
70
+ num_bytes: 3761103
71
+ num_examples: 16097
72
  - name: validation
73
  num_bytes: 2998735
74
  num_examples: 3226