Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
Korean
Size:
10K - 100K
ArXiv:
License:
Commit
·
e41c8ed
1
Parent(s):
ef51bf6
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
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 |
---
|