Datasets:

Languages:
Korean
License:
albertvillanova HF staff commited on
Commit
e0477e3
1 Parent(s): 1c2110f

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
@@ -85,12 +85,12 @@ dataset_info:
85
  5: B_DT
86
  6: B_PS
87
  splits:
88
- - name: test
89
- num_bytes: 476850
90
- num_examples: 366
91
  - name: train
92
  num_bytes: 3948938
93
  num_examples: 2928
 
 
 
94
  - name: validation
95
  num_bytes: 486178
96
  num_examples: 366
 
85
  5: B_DT
86
  6: B_PS
87
  splits:
 
 
 
88
  - name: train
89
  num_bytes: 3948938
90
  num_examples: 2928
91
+ - name: test
92
+ num_bytes: 476850
93
+ num_examples: 366
94
  - name: validation
95
  num_bytes: 486178
96
  num_examples: 366