Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
sarcasm-detection
License:
lhoestq HF staff commited on
Commit
4b06188
1 Parent(s): 5622faa

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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