Sarcasm Detection
LM-Kit.Sarcasm_Detection-TinyLlama-1.1B-1T-OpenOrca-en-q4-ggufsarcasm-detection-RoBerta-basesarcasm-detection-xlnet-base-casedsarcasm-detection-Bert-base-uncased-CRsarcasm-detection-RoBerta-base-CRsarcasm-detection-Bert-base-uncased-POSsarcasm-detection-distilbertXML-Roberta-Large-spanish-sarcasm-detection-univalle-pln
multimodal_sarcasm_detectioncopy of data-of-multimodal-sarcasm-detection
# usage
from datasets import load_dataset
from transformers import CLIPImageProcessor, CLIPTokenizer
from torch.utils.data import DataLoader
image_processor = CLIPImageProcessor.from_pretrained(clip_path)
tokenizer = CLIPTokenizer.from_pretrained(clip_path)
def tokenization(example):
text_inputs = tokenizer(example["text"], truncation=True, padding=True, return_tensors="pt")
image_inputs = image_processor(example["image"], return_tensors="pt")… See the full description on the dataset page: https://huggingface.co/datasets/quaeast/multimodal_sarcasm_detection.task1489_sarcasmdetection_tweet_classification
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1489_sarcasmdetection_tweet_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task1489_sarcasmdetection_tweet_classification.beyond_sarcasm_detection_sftnews-headlines-dataset-sarcasm-detectiontask1488_sarcasmdetection_headline_classification
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task1488_sarcasmdetection_headline_classification
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task1488_sarcasmdetection_headline_classification.authentic-filipino-sarcasm-detection
Authentic Filipino Sarcasm Detection Dataset
This dataset is composed of Filipino sarcastic and non-sarcastic tweets scraped from X (formerly Twitter), divided into two categories: politics and entertainment.
Dataset Size
The dataset is composed of 1,000 tweets, 500 for each domain of politics and entertainment.
Rows
Each row is an instance of a tweet, constrained with X's limitation of 280 characters.
Columns
text:
the tweet content
label:… See the full description on the dataset page: https://huggingface.co/datasets/patrickjamesmarcellana/authentic-filipino-sarcasm-detection.
