albertvillanova HF staff commited on
Commit
7af07b3
1 Parent(s): 7663613

Replace YAML keys from int to str

Browse files

Replace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275

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