Datasets:

Languages:
Korean
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
sarcasm-detection
License:
albertvillanova HF staff commited on
Commit
527d9e7
1 Parent(s): 7663613

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (7af07b3a4c20d4de1b28a0def49d5ebf214c0eee)

Files changed (1) hide show
  1. README.md +2 -3
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