Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Korean
Size:
1K - 10K
Tags:
sarcasm-detection
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,25 @@ paperswithcode_id: null
|
|
20 |
pretty_name: Korean Sarcasm Detection
|
21 |
tags:
|
22 |
- sarcasm-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Korean Sarcasm Detection
|
|
|
20 |
pretty_name: Korean Sarcasm Detection
|
21 |
tags:
|
22 |
- sarcasm-detection
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: tokens
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
0: no_sarcasm
|
32 |
+
1: sarcasm
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 32480
|
36 |
+
num_examples: 301
|
37 |
+
- name: train
|
38 |
+
num_bytes: 1012030
|
39 |
+
num_examples: 9000
|
40 |
+
download_size: 1008955
|
41 |
+
dataset_size: 1044510
|
42 |
---
|
43 |
|
44 |
# Dataset Card for Korean Sarcasm Detection
|