--- pipeline_tag: text-classification tags: - natural-language-inference - misogyny language: en license: apache-2.0 widget: - text: "Las mascarillas causan hipoxia. Wearing masks is harmful to human health" example_title: "Natural Language Inference" --- # xlm-roberta-large-snli_mnli-t_fever_r1_r2_r3 This is a finetuned XLM-RoBERTA model for natural language inference. It has been trained with a massive ammount of data following the ANLI pipeline training. We include data from: - [mnli-mt](https://github.com/facebookresearch/XNLI) {train} - [snli](https://nlp.stanford.edu/projects/snli/) {train, dev and test} - [xnli](https://github.com/facebookresearch/XNLI) {dev and test} - [fever](https://fever.ai/resources.html) {train, dev and test} - [anli](https://github.com/facebookresearch/anli) {train} # Multilabels label2id={ "contradiction": 0, "entailment": 1, "neutral": 2, },