CoolFace
20 results

Sarcasm Detection

quaeast /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.0 likes108 downloads3y agoHugging FaceLots-of-LoRAs /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.texttext-generationn<1K0 likes81 downloads2y agoHugging Facealita9 /beyond_sarcasm_detection_sftimage10K<n<100K0 likes75 downloads7mo agoHugging FaceHeschmat /news-headlines-dataset-sarcasm-detectiontext10K<n<100K0 likes34 downloads1y agoHugging FaceLots-of-LoRAs /task1488_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.texttext-generationn<1K0 likes32 downloads2y agoHugging Facepatrickjamesmarcellana /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.texttext-classification1K<n<10K0 likes27 downloads1y agoHugging Face