AI SeedbankHelp preserve open and free AI for humanity's future

← All models

FacebookAI_roberta-large-mnli

FacebookAI · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: 1 · Leechers: 0

Observed 2026-09-02T13:56:39Z via announce.aitorrent.org:7070.

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


language:

  • en license: mit tags:
  • autogenerated-modelcard datasets:
  • multi_nli
  • wikipedia
  • bookcorpus

roberta-large-mnli

Table of Contents

Model Details

Model Description: roberta-large-mnli is the RoBERTa large model fine-tuned on the Multi-Genre Natural Language Inference (MNLI) corpus. The model is a pretrained model on English language text using a masked language modeling (MLM) objective.

  • Developed by: See GitHub Repo for model developers
  • Model Type: Transformer-based language model
  • Language(s): English
  • License: MIT
  • Parent Model: This model is a fine-tuned version of the RoBERTa large model. Users should see the RoBERTa large model card for relevant information.
  • Resources for more information:
    • Research Paper
    • GitHub Repo

How to Get Started with the Model

Use the code below to get started with the model. The model can be loaded with the zero-shot-classification pipeline like so:

from transformers import pipeline
classifier = pipeline('zero-shot-classification', model='roberta-large-mnli')

You can then use this pipeline to classify sequences into any of the class names you specify. For example:

sequence_to_classify = "one day I will see the world"
candidate_labels = ['travel', 'cooking', 'dancing']
classifier(sequence_to_classify, candidate_labels)

Uses

Direct Use

This fine-tuned model can be used for zero-shot classification tasks, including zero-shot sentence-pair classification (see the GitHub repo for examples) and zero-shot sequence classification.

Misuse and Out-of-scope Use

The model should not be used to intentionally create hostile or alienating environments for people. In addition, the model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.

Risks, Limitations and Biases

CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propogate historical and current stereotypes.

Significant research has explored bias and fairness issues with language models (see, e.g., Sheng et al. (2021) and Bender et al. (2021)). The RoBERTa large model card notes that: "The training data used for this model contains a lot of unfiltered content from the internet, which is far from neutral."

Predictions generated by the model can include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups. For example:

sequence_to_classify = "The CEO had a strong handshake."
candidate_labels = ['male', 'female']
hypothesis_template = "This text speaks about a {} profession."
classifier(sequence_to_classify, candidate_labels, hypothesis_template=hypothesis_template)

Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.

Training

Training Data

This model was fine-tuned on the Multi-Genre Natural Language Inference (MNLI) corpus. Also see the MNLI data card for more information.

As described in the RoBERTa large model card:

The RoBERTa model was pretrained on the reunion of five datasets:

  • BookCorpus, a dataset consisting of 11,038 unpublished books;
  • English Wikipedia (excluding lists, tables and headers) ;
  • CC-News, a dataset containing 63 millions English news articles crawled between September 2016 and February 2019.
  • OpenWebText, an opensource recreation of the WebText dataset used to train GPT-2,
  • Stories, a dataset containing a subset of CommonCrawl data filtered to match the story-like style of Winograd schemas.

Together theses datasets weight 160GB of text.

Also see the bookcorpus data card and the wikipedia data card for additional information.

Training Procedure

Preprocessing

As described in the RoBERTa large model card:

The texts are tokenized using a byte version of Byte-Pair Encoding (BPE) and a vocabulary size of 50,000. The inputs of the model take pieces of 512 contiguous token that may span over documents. The beginning of a new document is marked with <s> and the end of one by </s>

The details of the masking procedure for each sentence are the following:

  • 15% of the tokens are masked.
  • In 80% of the cases, the masked tokens are replaced by <mask>.
  • In 10% of the cases, the masked tokens are replaced by a random token (different) from the one they replace.
  • In the 10% remaining cases, the masked tokens are left as is.

Contrary to BERT, the masking is done dynamically during pretraining (e.g., it changes at each epoch and is not fixed).

Pretraining

Also as described in the RoBERTa large model card:

The model was trained on 1024 V100 GPUs for 500K steps with a batch size of 8K and a sequence length of 512. The optimizer used is Adam with a learning rate of 4e-4, \(\beta_{1} = 0.9\), \(\beta_{2} = 0.98\) and \(\epsilon = 1e-6\), a weight decay of 0.01, learning rate warmup for 30,000 steps and linear decay of the learning rate after.

Evaluation

The following evaluation information is extracted from the associated GitHub repo for RoBERTa.

Testing Data, Factors and Metrics

The model developers report that the model was evaluated on the following tasks and datasets using the listed metrics:

  • Dataset: Part of GLUE (Wang et al., 2019), the General Language Understanding Evaluation benchmark, a collection of 9 datasets for evaluating natural language understanding systems. Specifically, the model was evaluated on the Multi-Genre Natural Language Inference (MNLI) corpus. See the GLUE data card or Wang et al. (2019) for further information.

    • Tasks: NLI. Wang et al. (2019) describe the inference task for MNLI as:

    The Multi-Genre Natural Language Inference Corpus (Williams et al., 2018) is a crowd-sourced collection of sentence pairs with textual entailment annotations. Given a premise sentence and a hypothesis sentence, the task is to predict whether the premise entails the hypothesis (entailment), contradicts the hypothesis (contradiction), or neither (neutral). The premise sentences are gathered from ten different sources, including transcribed speech, fiction, and government reports. We use the standard test set, for which we obtained private labels from the authors, and evaluate on both the matched (in-domain) and mismatched (cross-domain) sections. We also use and recommend the SNLI corpus (Bowman et al., 2015) as 550k examples of auxiliary training data.

    • Metrics: Accuracy
  • Dataset: XNLI (Conneau et al., 2018), the extension of the Multi-Genre Natural Language Inference (MNLI) corpus to 15 languages: English, French, Spanish, German, Greek, Bulgarian, Russian, Turkish, Arabic, Vietnamese, Thai, Chinese, Hindi, Swahili and Urdu. See the XNLI data card or Conneau et al. (2018) for further information.

    • Tasks: Translate-test (e.g., the model is used to translate input sentences in other languages to the training language)
    • Metrics: Accuracy

Results

GLUE test results (dev set, single model, single-task fine-tuning): 90.2 on MNLI

XNLI test results:

Task en fr es de el bg ru tr ar vi th zh hi sw ur
91.3 82.91 84.27 81.24 81.74 83.13 78.28 76.79 76.64 74.17 74.05 77.5 70.9 66.65 66.81

Environmental Impact

Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019). We present the hardware type and hours used based on the associated paper.

  • Hardware Type: 1024 V100 GPUs
  • Hours used: 24 hours (one day)
  • Cloud Provider: Unknown
  • Compute Region: Unknown
  • Carbon Emitted: Unknown

Technical Specifications

See the associated paper for details on the modeling architecture, objective, compute infrastructure, and training details.

Citation Information

@article{liu2019roberta,
    title = {RoBERTa: A Robustly Optimized BERT Pretraining Approach},
    author = {Yinhan Liu and Myle Ott and Naman Goyal and Jingfei Du and
              Mandar Joshi and Danqi Chen and Omer Levy and Mike Lewis and
              Luke Zettlemoyer and Veselin Stoyanov},
    journal={arXiv preprint arXiv:1907.11692},
    year = {2019},
}

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:4de2be66894c5f598168555bf47f81a993734fd3&dn=FacebookAI_roberta-large-mnli

Open magnet in torrent client · infohash 4de2be66894c5f598168555bf47f81a993734fd3

Files & hashes

PathSizesha1sha256
README.md10.5 KB (10,712 B)35c3157699aebb98a6c37ae47a7e139c34f789d376a907e0f4d96f4141bd8660e545726031be1fcfbb9301beb381a30ecc2b75b3
config.json688 B (688 B)2720f2d9d516d6cab2018518932f823713fa580d8257a87d5b4677a17c727ffcd4d1bbc9f0dd4b6ec4e0e2a5af30f94a5e253464
merges.txt445.6 KB (456,318 B)226b0752cac7789c48f0cb3ec53eda48b7be36cc1ce1664773c50f3e0cc8842619a93edc4624525b728b188a9e0be33b7726adc5
model.safetensors1.33 GB (1,425,698,116 B)9e7e14fac8869bb3a835b6a0fe7757d19c030144f4dbab1bceb16f9800f7b9a9c96b187d5400511b66982e4e845de920f69b89b5
pytorch_model.bin1.33 GB (1,425,744,429 B)d26cd4bf4d33a9394963124fa9aca29dfeb588405a7be848f7dd81983947515b3209f9b4960d06eac3dde368b1aa7a4b8c0b08b7
tokenizer.json1.3 MB (1,355,863 B)ad0bcbeb288f0d1373d88e0762e66357f55b8311847bbeab6174d66a88898f729d52fa8d355fafe1bea101cf960dd404581df70e
tokenizer_config.json25 B (25 B)34ddbd64a4cd3f2d9d8a9120d3662d0bf91baead994f46754c5bf4014f1aa92d34b1374319c3a6b3f702105cd5b742beaecd18ce
vocab.json877.8 KB (898,823 B)5606f48548d99a9829d10a96cd364b816b02cd219e7f63c2d15d666b52e21d250d2e513b87c9b713cfa6987a82ed89e5e6e50655

Cite this release

Canonical URL
https://aiseedbank.org/models/FacebookAI_roberta-large-mnli/
Slug
FacebookAI_roberta-large-mnli
Infohash
4de2be66894c5f598168555bf47f81a993734fd3
License
mit
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: FacebookAI_roberta-large-mnli.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryFacebookAI/roberta-large-mnli
Revision (pinned)2a8f12d27941090092df78e4ba6f0928eb5eac98
Fetched at2026-09-02T04:26:38Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-02T04:27:02Z

mit2.66 GB (2,854,164,974 bytes)transformerspytorchjaxsafetensorsrobertatext-classificationautogenerated-modelcardtext-embeddings-inferenceendpoints_compatible2 languages (tf, en)paper: 1907.11692paper: 1806.02847paper: 1804.07461paper: 1704.05426paper: 1508.05326paper: 1809.05053paper: 1910.09700