Datasets:

Sub-tasks:
parsing
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
66d8fcd
1 Parent(s): acd7546

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,15 +35,15 @@ dataset_info:
35
  dtype: bool
36
  config_name: sede
37
  splits:
38
- - name: test
39
- num_bytes: 386599
40
- num_examples: 857
41
  - name: train
42
  num_bytes: 4410584
43
  num_examples: 10309
44
  - name: validation
45
  num_bytes: 380942
46
  num_examples: 857
 
 
 
47
  download_size: 6318959
48
  dataset_size: 5178125
49
  ---
 
35
  dtype: bool
36
  config_name: sede
37
  splits:
 
 
 
38
  - name: train
39
  num_bytes: 4410584
40
  num_examples: 10309
41
  - name: validation
42
  num_bytes: 380942
43
  num_examples: 857
44
+ - name: test
45
+ num_bytes: 386599
46
+ num_examples: 857
47
  download_size: 6318959
48
  dataset_size: 5178125
49
  ---