Datasets:
Languages:
English
Size:
10K - 100K
Tags:
sarcasm
sarcasm-detection
mulitmodal-sarcasm-detection
sarcasm detection
multimodao sarcasm detection
tweets
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -130,7 +130,7 @@ def tokenization(example):
|
|
| 130 |
'attention_mask': text_inputs['attention_mask'],
|
| 131 |
"label": example["label"]}
|
| 132 |
|
| 133 |
-
dataset = load_dataset('
|
| 134 |
dataset.set_transform(tokenization)
|
| 135 |
|
| 136 |
# get torch dataloader
|
|
|
|
| 130 |
'attention_mask': text_inputs['attention_mask'],
|
| 131 |
"label": example["label"]}
|
| 132 |
|
| 133 |
+
dataset = load_dataset('coderchen01/MMSD2.0', 'mmsd-v2')
|
| 134 |
dataset.set_transform(tokenization)
|
| 135 |
|
| 136 |
# get torch dataloader
|