albertvillanova HF staff commited on
Commit
11491b5
1 Parent(s): 397f6c6

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
@@ -35,12 +35,12 @@ dataset_info:
35
  5: afya
36
  config_name: swahili_news
37
  splits:
38
- - name: test
39
- num_bytes: 16093496
40
- num_examples: 7338
41
  - name: train
42
  num_bytes: 49517855
43
  num_examples: 22207
 
 
 
44
  download_size: 65618408
45
  dataset_size: 65611351
46
  ---
35
  5: afya
36
  config_name: swahili_news
37
  splits:
 
 
 
38
  - name: train
39
  num_bytes: 49517855
40
  num_examples: 22207
41
+ - name: test
42
+ num_bytes: 16093496
43
+ num_examples: 7338
44
  download_size: 65618408
45
  dataset_size: 65611351
46
  ---