coderchen01 commited on
Commit
dc9aedf
1 Parent(s): 17153e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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('quaeast/multimodal_sarcasm_detection')
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