Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
039d425
1 Parent(s): c61e21c

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
@@ -32,12 +32,12 @@ dataset_info:
32
  0: negative
33
  1: positive
34
  splits:
35
- - name: test
36
- num_bytes: 5491417
37
- num_examples: 50000
38
  - name: train
39
  num_bytes: 16423803
40
  num_examples: 150000
 
 
 
41
  download_size: 19522142
42
  dataset_size: 21915220
43
  ---
32
  0: negative
33
  1: positive
34
  splits:
 
 
 
35
  - name: train
36
  num_bytes: 16423803
37
  num_examples: 150000
38
+ - name: test
39
+ num_bytes: 5491417
40
+ num_examples: 50000
41
  download_size: 19522142
42
  dataset_size: 21915220
43
  ---