Datasets:

Languages:
code
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
c03d8a3
1 Parent(s): ed47cb7

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
@@ -31,15 +31,15 @@ dataset_info:
31
  - name: commit_id
32
  dtype: string
33
  splits:
34
- - name: test
35
- num_bytes: 5646752
36
- num_examples: 2732
37
  - name: train
38
  num_bytes: 45723487
39
  num_examples: 21854
40
  - name: validation
41
  num_bytes: 5582545
42
  num_examples: 2732
 
 
 
43
  download_size: 61685715
44
  dataset_size: 56952784
45
  ---
31
  - name: commit_id
32
  dtype: string
33
  splits:
 
 
 
34
  - name: train
35
  num_bytes: 45723487
36
  num_examples: 21854
37
  - name: validation
38
  num_bytes: 5582545
39
  num_examples: 2732
40
+ - name: test
41
+ num_bytes: 5646752
42
+ num_examples: 2732
43
  download_size: 61685715
44
  dataset_size: 56952784
45
  ---