Datasets:
Languages:
English
Size:
10K - 100K
Tags:
sarcasm
sarcasm-detection
mulitmodal-sarcasm-detection
sarcasm detection
multimodao sarcasm detection
tweets
License:
coderchen01
commited on
Commit
•
dc9aedf
1
Parent(s):
17153e6
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
|