Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
559bbd4
1 Parent(s): 70a9993

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
@@ -39,12 +39,12 @@ dataset_info:
39
  9: Ankle boot
40
  config_name: fashion_mnist
41
  splits:
42
- - name: test
43
- num_bytes: 5233818
44
- num_examples: 10000
45
  - name: train
46
  num_bytes: 31296655
47
  num_examples: 60000
 
 
 
48
  download_size: 30878645
49
  dataset_size: 36530473
50
  ---
39
  9: Ankle boot
40
  config_name: fashion_mnist
41
  splits:
 
 
 
42
  - name: train
43
  num_bytes: 31296655
44
  num_examples: 60000
45
+ - name: test
46
+ num_bytes: 5233818
47
+ num_examples: 10000
48
  download_size: 30878645
49
  dataset_size: 36530473
50
  ---