Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
e41c8ed
·
1 Parent(s): ef51bf6

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
  - name: text
36
  dtype: string
37
  splits:
38
- - name: test
39
- num_bytes: 344028
40
- num_examples: 6121
41
  - name: train
42
  num_bytes: 3102158
43
  num_examples: 55134
 
 
 
44
  download_size: 2956114
45
  dataset_size: 3446186
46
  ---
 
35
  - name: text
36
  dtype: string
37
  splits:
 
 
 
38
  - name: train
39
  num_bytes: 3102158
40
  num_examples: 55134
41
+ - name: test
42
+ num_bytes: 344028
43
+ num_examples: 6121
44
  download_size: 2956114
45
  dataset_size: 3446186
46
  ---