Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Korean
Size:
1K - 10K
Tags:
sarcasm-detection
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: Korean Sarcasm Detection
|
21 |
tags:
|
22 |
- sarcasm-detection
|
@@ -28,8 +27,8 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: no_sarcasm
|
32 |
-
1: sarcasm
|
33 |
splits:
|
34 |
- name: train
|
35 |
num_bytes: 1012030
|
|
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: Korean Sarcasm Detection
|
20 |
tags:
|
21 |
- sarcasm-detection
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': no_sarcasm
|
31 |
+
'1': sarcasm
|
32 |
splits:
|
33 |
- name: train
|
34 |
num_bytes: 1012030
|