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
01SetFit /mnli Glue MNLI This dataset is a port of the official mnli dataset on the Hub. It contains the matched version. Note that the premise and hypothesis columns have been renamed to text1 and text2 respectively. Also, the test split is not labeled; the label column values are always -1. tabular100K<n<1M8 likes1.8k downloads5y agoHugging Face02metaeval /chaos-mnli-ambiguityChaos NLI MNLI portion with gini coefficient pre-computed (from 0 to 1) High gini means unambiguous inference. @inproceedings{xzhou2022distnli, Author = {Xiang Zhou and Yixin Nie and Mohit Bansal}, Booktitle = {Findings of the Association for Computational Linguistics: ACL 2022}, Publisher = {Association for Computational Linguistics}, Title = {Distributed NLI: Learning to Predict Human Opinion Distributions for Language Reasoning}, Year = {2022} } tabular1K<n<10K0 likes342 downloads3y agoHugging Face03LysandreJik /glue-mnli-traintabular100K<n<1M1 likes337 downloads5y agoHugging Face04SetFit /mnli_mm Glue MNLI This dataset is a port of the official mnli dataset on the Hub. It contains the mismatched version. Note that the premise and hypothesis columns have been renamed to text1 and text2 respectively. Also, the test split is not labeled; the label column values are always -1. tabular100K<n<1M0 likes172 downloads5y agoHugging Face05jedidiahkkh /mnli-statstabular10M<n<100M0 likes165 downloads2y agoHugging Face06liuyanchen1015 /MULTI_VALUE_mnli_indefinite_for_zero Dataset Card for "MULTI_VALUE_mnli_indefinite_for_zero" More Information needed tabular100K<n<1M0 likes162 downloads4y agoHugging Face07chrishuber /kaggle_mnli Dataset Card for [Kaggle MNLI] Dataset Summary [These are the datasets posted to Kaggle for an inference detection NLP competition. Moving them here to use with Pytorch.] Supported Tasks and Leaderboards Provides train and validation data for sentence pairs with inference labels. [https://www.kaggle.com/competitions/multinli-matched-open-evaluation/leaderboard] [https://www.kaggle.com/competitions/multinli-mismatched-open-evaluation/leaderboard]… See the full description on the dataset page: https://huggingface.co/datasets/chrishuber/kaggle_mnli.text100K<n<1M1 likes158 downloads4y agoHugging Face08cl-nagoya /nu-mnli Translation Code We used vLLM for a faster, batched generation. import datasets as ds from vllm import LLM, SamplingParams, RequestOutput from transformers import AutoTokenizer model_path = "hoge/fuga" dataset: ds.Dataset = ds.load_dataset("nyu-mll/multi_nli", split="train") dataset = dataset.select_columns(["premise", "hypothesis", "label", "genre"]) llm = LLM( model=model_path, quantization=None, dtype="bfloat16", tensor_parallel_size=4, enforce_eager=True… See the full description on the dataset page: https://huggingface.co/datasets/cl-nagoya/nu-mnli.texttext-classification100K<n<1M2 likes144 downloads2y agoHugging Face09marcov /glue_mnli_promptsourcetext1M<n<10M0 likes135 downloads2y agoHugging Face10Lots-of-LoRAs /task202_mnli_contradiction_classification Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task202_mnli_contradiction_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… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task202_mnli_contradiction_classification.texttext-generation1K<n<10K0 likes125 downloads2y agoHugging Face11NbAiLab /mnli-norwegian MNLI Norwegian The Multi-Genre Natural Language Inference (MultiNLI) corpus is a crowd-sourced collection of 433k sentence pairs annotated with textual entailment information. The corpus is modeled on the SNLI corpus, but differs in that it covers a range of genres of spoken and written text, and supports a distinctive cross-genre generalisation evaluation. There is also a HuggingFace version of the dataset available. This dataset is machine translated using Google Translate. From… See the full description on the dataset page: https://huggingface.co/datasets/NbAiLab/mnli-norwegian.sentence-similarity100K<n<1M4 likes109 downloads4y agoHugging Face12bias-amplified-splits /mnliGLUE, the General Language Understanding Evaluation benchmark (https://gluebenchmark.com/) is a collection of resources for training, evaluating, and analyzing natural language understanding systems.texttext-classification100K<n<1M0 likes109 downloads3y agoHugging Face13jedidiahkkh /mnli_statstabular1M<n<10M0 likes101 downloads2y agoHugging Face14MoritzLaurer /mnli_anli_fevernli_wanli_lingnli_xnli_train Dataset Card for "mnli_anli_fevernli_wanli_lingnli_xnli_train" Train data in a harmonized format for multiple NLI datasets. text100K<n<1M0 likes96 downloads3y agoHugging Face15cnut1648 /mnli_resampled_as_mednli Dataset Card for Dataset Name This dataset inherits from mnli, and the only changes is to downsample to the same size as mednli. It is created via with open("/path/to/mednli/mli_train_v1.jsonl") as f: data = [json.loads(line) for line in f.readlines()] raw_datasets = load_dataset("glue", "mnli") raw_datasets["train"] = raw_datasets["train"].shuffle(seed=42).select(range(len(data))) raw_datasets.push_to_hub("cnut1648/mnli_resampled_as_mednli") tabular10K<n<100K0 likes92 downloads4y agoHugging Face16liuyanchen1015 /MULTI_VALUE_mnli_zero_plural Dataset Card for "MULTI_VALUE_mnli_zero_plural" More Information needed tabular100K<n<1M0 likes83 downloads4y agoHugging Face17iamroot /mnli-mock-contrastive-axes-ii Dataset Card for "mnli-mock-contrastive-axes-ii" More Information needed text100K<n<1M0 likes77 downloads3y agoHugging Face18Lots-of-LoRAs /task201_mnli_neutral_classification Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task201_mnli_neutral_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/task201_mnli_neutral_classification.texttext-generation1K<n<10K0 likes77 downloads2y agoHugging Face19iamroot /mnli-mock-contrastive-axes Dataset Card for "mnli-mock-contrastive-axes" More Information needed text100K<n<1M0 likes71 downloads3y agoHugging Face20mzhaoshuai /llama3-ultrafeedback-bertscore-bart-large-mnli RefAlign: LLM Alignment Dataset This dataset is used in the paper Learning from Reference Answers: Versatile Language Model Alignment without Binary Human Preference Data. Code: https://github.com/mzhaoshuai/RefAlign This dataset is modified from https://huggingface.co/datasets/princeton-nlp/llama3-ultrafeedback. We use the BERTScore to choose the chosen and rejected responses. Item with key ['Llama3.3-70B-Inst-Awq'] is the reference answers generated by… See the full description on the dataset page: https://huggingface.co/datasets/mzhaoshuai/llama3-ultrafeedback-bertscore-bart-large-mnli.texttext-generation10K<n<100K0 likes71 downloads11mo agoHugging Face21marcov /glue_mnli_matched_promptsourcetext100K<n<1M0 likes70 downloads2y agoHugging Face22Neuronovo /neuronovo-utc-data-glue-mnlitabular1M<n<10M0 likes58 downloads3y agoHugging Face23maximoss /mnli-nineeleven-fr Dataset Card for Dataset Name Dataset Summary This repository contains a machine-translated French version of the portion of MultiNLI concerning the 9/11 terrorist attacks (2000 examples). Note that these 2000 examples included in MultiNLI (and machine translated in French here) on the subject of 9/11 are different from the 249 examples in the validation subset and the 501 ones in the test subset of XNLI on the same subject. In the original subset of MultiNLI on 9/11, 26… See the full description on the dataset page: https://huggingface.co/datasets/maximoss/mnli-nineeleven-fr.tabulartext-classification1K<n<10K0 likes56 downloads1y agoHugging Face24Nadav /pixel_glue_mnli Dataset Card for "pixel_glue_mnli" More Information needed image100K<n<1M0 likes55 downloads3y agoHugging Face25closji /seq2seq-mnli Dataset Card for "seq2seq-mnli" More Information needed text100K<n<1M0 likes53 downloads3y agoHugging Face26pietrolesci /_mnli-statstabular10M<n<100M0 likes52 downloads3y agoHugging Face27gokuls /glue_augmented_mnli Dataset Card for glue_augmented_mnli Dataset Description Augmented MNLI dataset Reference: https://huggingface.co/datasets/glue tabular1M<n<10M0 likes51 downloads4y agoHugging Face28llama-lang-adapt /MNLI-FewShot0-smalltabular10K<n<100K0 likes47 downloads2y agoHugging Face29liuyanchen1015 /VALUE_mnli_negative_concord Dataset Card for "VALUE2_mnli_negative_concord" More Information needed tabular10K<n<100K0 likes46 downloads4y agoHugging Face30closji /mnli_corpus_valtraintext100K<n<1M0 likes45 downloads4y agoHugging Face

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