CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01stanfordnlp /sst2 Dataset Card for [Dataset Name] Dataset Summary The Stanford Sentiment Treebank is a corpus with fully labeled parse trees that allows for a complete analysis of the compositional effects of sentiment in language. The corpus is based on the dataset introduced by Pang and Lee (2005) and consists of 11,855 single sentences extracted from movie reviews. It was parsed with the Stanford parser and includes a total of 215,154 unique phrases from those parse trees, each… See the full description on the dataset page: https://huggingface.co/datasets/stanfordnlp/sst2.texttext-classification10K<n<100K166 likes42k downloads3y agoHugging Face02SetFit /sst5 Stanford Sentiment Treebank - Fine-Grained Stanford Sentiment Treebank with 5 labels: very positive, positive, neutral, negative, very negative Splits are from: https://github.com/AcademiaSinicaNLPLab/sentiment_dataset/tree/master/data Training data is on sentence level, not on phrase level! text10K<n<100K21 likes21k downloads5y agoHugging Face03SetFit /sst2 Stanford Sentiment Treebank - Binary Stanford Sentiment Treebank with 2 labels: negative, positive Splits are from: https://github.com/AcademiaSinicaNLPLab/sentiment_dataset/tree/master/data Training data is on sentence level, not on phrase level! text1K<n<10K11 likes6.5k downloads5y agoHugging Face04gpt3mix /sst2text1K<n<10K5 likes293 downloads5y agoHugging Face05maritaca-ai /sst2_ptThe Stanford Sentiment Treebank consists of sentences from movie reviews and human annotations of their sentiment. The task is to predict the sentiment of a given sentence. We use the two-way (positive/negative) class split, and use only sentence-level labels.text10K<n<100K3 likes262 downloads4y agoHugging Face06SST-UIUC /common_voice_enaudio10K<n<100K0 likes217 downloads1y agoHugging Face07DaniFrame /SST2Perturbed Dataset Card for "SST2Perturbed" More Information needed text10K<n<100K0 likes138 downloads3y agoHugging Face08andreidima /sstirtext1K<n<10K0 likes138 downloads1y agoHugging Face09waashk /sst1Dataset used in the paper: A thorough benchmark of automatic text classification From traditional approaches to large language models https://github.com/waashk/atcBench To guarantee the reproducibility of the obtained results, the dataset and its respective CV train-test partitions is available here. Each dataset contains the following files: data.parquet: pandas DataFrame with texts and associated encoded labels for each document. split_<k>.pkl: pandas DataFrame with k-cross validation… See the full description on the dataset page: https://huggingface.co/datasets/waashk/sst1.texttext-classification100K<n<1M0 likes132 downloads1y agoHugging Face10concretejungles /sst5-paraphrased sst5-paraphrased Paraphrased version of the Stanford Sentiment Treebank v5 (SST-5) dataset. Each sentence has been paraphrased while preserving its original fine-grained sentiment label. Model Paraphrases were generated using Qwen/Qwen3-30B-A3B-Instruct-2507. Original Dataset Source: SetFit/sst5 Task: Fine-grained Sentiment Classification Classes: 5 (0 = very negative, 1 = negative, 2 = neutral, 3 = positive, 4 = very positive) Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/concretejungles/sst5-paraphrased.texttext-classification10K<n<100K0 likes125 downloads8mo agoHugging Face11Lots-of-LoRAs /task363_sst2_polarity_classification Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task363_sst2_polarity_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+ NLP Tasks}… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task363_sst2_polarity_classification.texttext-generation1K<n<10K0 likes106 downloads2y agoHugging Face12concretejungles /fewshot-prompted-sst2text10K<n<100K0 likes101 downloads10mo agoHugging Face13jmamou /augmented-glue-sst2 Dataset Card for Augmented-GLUE-SST2 Automatically augmented data from train split of SST-2 dataset using conditional text generation approach. Code used to generate this file will be soon available at https://github.com/IntelLabs/nlp-architect. texttext-classification100K<n<1M1 likes99 downloads2y agoHugging Face14Etelis /SST2_train67k_test1.8k_valid0.8k Dataset Card for "SST2_train67k_test1.8k_valid0.8k" More Information needed text10K<n<100K0 likes98 downloads4y agoHugging Face15rubrix /sst2_with_predictions Comparing model predictions and ground truth labels with Rubrix and Hugging Face Build dataset You can skip this step if you run: from datasets import load_dataset import rubrix as rb ds = rb.DatasetForTextClassification.from_datasets(load_dataset("rubrix/sst2_with_predictions", split="train")) Otherwise, the following cell will run the pipeline over the training set and store labels and predictions. from datasets import load_dataset from transformers import pipeline… See the full description on the dataset page: https://huggingface.co/datasets/rubrix/sst2_with_predictions.text10K<n<100K1 likes87 downloads4y agoHugging Face1613515257315Tzr /SSTQAtabularn<1K0 likes87 downloads1y agoHugging Face17yangwang825 /sst2-textbugger Stanford Sentiment Treebank - Binary text10K<n<100K0 likes86 downloads3y agoHugging Face18yangwang825 /sst2-pwws Stanford Sentiment Treebank - Binary text10K<n<100K0 likes83 downloads3y agoHugging Face19yerevann /sst2text1K<n<10K1 likes80 downloads5y agoHugging Face20speed /sStoryClozeThis dataset was introduced in https://github.com/slp-rl/SpokenStoryCloze. @misc{hassid2024textuallypretrainedspeechlanguage, title={Textually Pretrained Speech Language Models}, author={Michael Hassid and Tal Remez and Tu Anh Nguyen and Itai Gat and Alexis Conneau and Felix Kreuk and Jade Copet and Alexandre Defossez and Gabriel Synnaeve and Emmanuel Dupoux and Roy Schwartz and Yossi Adi}, year={2024}, eprint={2305.13009}, archivePrefix={arXiv}… See the full description on the dataset page: https://huggingface.co/datasets/speed/sStoryCloze.audio1K<n<10K0 likes80 downloads1y agoHugging Face21sh0416 /sst2-openaiOriginal source: https://github.com/openai/generating-reviews-discovering-sentiment This dataset is different from the dataset distributed by GLUE, which means the metric shouldn't be compared with the SST2 performance in GLUE. The description of SST2 dataset in the paper is the following. The Stanford Sentiment Treebank (SST)(Socher et al., 2013) was created specifically to evaluate more complex compositional models of language. It is de-rived from the same base dataset as MR but was… See the full description on the dataset page: https://huggingface.co/datasets/sh0416/sst2-openai.texttext-classification1K<n<10K0 likes79 downloads4y agoHugging Face22yangwang825 /sst2-textfooler Stanford Sentiment Treebank - Binary text10K<n<100K0 likes78 downloads3y agoHugging Face23QCRI /sst2-audioaudio10K<n<100K1 likes75 downloads1y agoHugging Face24tinku1047 /sst5 Stanford Sentiment Treebank - Fine-Grained Stanford Sentiment Treebank with 5 labels: very positive, positive, neutral, negative, very negative Splits are from: https://github.com/AcademiaSinicaNLPLab/sentiment_dataset/tree/master/data Training data is on sentence level, not on phrase level! text10K<n<100K0 likes66 downloads10mo agoHugging Face25gimmaru /glue-sst2 Dataset Card for "glue-sst2" More Information needed Note: This dataset was utilized for the evaluation of probability-based prompt selection techniques in the paper 'Improving Probability-based Prompt Selection Through Unified Evaluation and Analysis'. It differs from the actual benchmark dataset. textn<1K4 likes65 downloads3y agoHugging Face26yyu /SST-2-attrpromptThis is the data used in the paper Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias. label.txt: the label name for each class train.jsonl: The original training set. valid.jsonl: The original validation set. test.jsonl: The original test set. simprompt.jsonl: The training data generated by the simple prompt. attrprompt.jsonl: The training data generated by the attributed prompt. texttext-classification10K<n<100K1 likes63 downloads3y agoHugging Face27closji /sst2_corpustext10K<n<100K0 likes61 downloads4y agoHugging Face28sst12345 /verl-distill-datasetimage10K<n<100K0 likes56 downloads21d agoHugging Face29gokuls /glue_augmented_sst2 Dataset Card for glue_augmented_sst2 Dataset Description Augmented SST-2 dataset Reference: https://huggingface.co/datasets/glue tabular1M<n<10M1 likes52 downloads4y agoHugging Face30metinovadilet /kyrgyz-sst2 Kyrgyz SST-2 Task Sentiment Classification (Binary Sentence Classification) Description Stanford Sentiment Treebank binary classification task translated from English to Kyrgyz. Each entry contains an English sentence, its Kyrgyz translation, and a binary sentiment label. Labels: negative, positive Format: JSONL with fields such as sentence, sentence_ky, and label Dataset Size Split Entries Train 6,920 Validation 872 Test 1,821… See the full description on the dataset page: https://huggingface.co/datasets/metinovadilet/kyrgyz-sst2.tabulartext-classification10K<n<100K0 likes52 downloads5mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.