Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
1838d00
1 Parent(s): abe6efd

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
@@ -502,12 +502,12 @@ dataset_info:
502
  234: ltg
503
  config_name: WiLI-2018 dataset
504
  splits:
505
- - name: test
506
- num_bytes: 66491260
507
- num_examples: 117500
508
  - name: train
509
  num_bytes: 65408201
510
  num_examples: 117500
 
 
 
511
  download_size: 130516351
512
  dataset_size: 131899461
513
  ---
 
502
  234: ltg
503
  config_name: WiLI-2018 dataset
504
  splits:
 
 
 
505
  - name: train
506
  num_bytes: 65408201
507
  num_examples: 117500
508
+ - name: test
509
+ num_bytes: 66491260
510
+ num_examples: 117500
511
  download_size: 130516351
512
  dataset_size: 131899461
513
  ---