Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
intent-classification
Languages:
Korean
Size:
10K - 100K
ArXiv:
License:
Commit
•
3078568
1
Parent(s):
c5cbb40
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (061bdfa760d22c9e0b687ec221e87511f9501b49)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- intent-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: 3i4K
|
22 |
dataset_info:
|
23 |
features:
|
@@ -25,13 +24,13 @@ dataset_info:
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
-
0: fragment
|
29 |
-
1: statement
|
30 |
-
2: question
|
31 |
-
3: command
|
32 |
-
4: rhetorical question
|
33 |
-
5: rhetorical command
|
34 |
-
6: intonation-dependent utterance
|
35 |
- name: text
|
36 |
dtype: string
|
37 |
splits:
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- intent-classification
|
|
|
20 |
pretty_name: 3i4K
|
21 |
dataset_info:
|
22 |
features:
|
|
|
24 |
dtype:
|
25 |
class_label:
|
26 |
names:
|
27 |
+
'0': fragment
|
28 |
+
'1': statement
|
29 |
+
'2': question
|
30 |
+
'3': command
|
31 |
+
'4': rhetorical question
|
32 |
+
'5': rhetorical command
|
33 |
+
'6': intonation-dependent utterance
|
34 |
- name: text
|
35 |
dtype: string
|
36 |
splits:
|