Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
found
Tags:
License:
albertvillanova HF staff commited on
Commit
093194b
1 Parent(s): 53ee803

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
@@ -94,12 +94,12 @@ dataset_info:
94
  dtype: string
95
  config_name: yahoo_answers_topics
96
  splits:
97
- - name: test
98
- num_bytes: 32661362
99
- num_examples: 60000
100
  - name: train
101
  num_bytes: 760460695
102
  num_examples: 1400000
 
 
 
103
  download_size: 319476345
104
  dataset_size: 793122057
105
  ---
 
94
  dtype: string
95
  config_name: yahoo_answers_topics
96
  splits:
 
 
 
97
  - name: train
98
  num_bytes: 760460695
99
  num_examples: 1400000
100
+ - name: test
101
+ num_bytes: 32661362
102
+ num_examples: 60000
103
  download_size: 319476345
104
  dataset_size: 793122057
105
  ---