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

← All models

typeform_distilbert-base-uncased-mnli

typeform · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

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 pipeline_tag: zero-shot-classification tags:

  • distilbert datasets:
  • multi_nli metrics:
  • accuracy

DistilBERT base model (uncased)

Table of Contents

Model Details

Model Description: This is the uncased DistilBERT model fine-tuned on Multi-Genre Natural Language Inference (MNLI) dataset for the zero-shot classification task.

  • Developed by: The Typeform team.
  • Model Type: Zero-Shot Classification
  • Language(s): English
  • License: Unknown
  • Parent Model: See the distilbert base uncased model for more information about the Distilled-BERT base model.

How to Get Started with the Model

from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("typeform/distilbert-base-uncased-mnli")

model = AutoModelForSequenceClassification.from_pretrained("typeform/distilbert-base-uncased-mnli")

Uses

This model can be used for text classification tasks.

Risks, Limitations and Biases

CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate 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)).

Training

Training Data

This model of DistilBERT-uncased is pretrained on the Multi-Genre Natural Language Inference (MultiNLI) corpus. It is a crowd-sourced collection of 433k sentence pairs annotated with textual entailment information. The corpus covers a range of genres of spoken and written text, and supports a distinctive cross-genre generalization evaluation.

This model is also not case-sensitive, i.e., it does not make a difference between "english" and "English".

Training Procedure

Training is done on a p3.2xlarge AWS EC2 with the following hyperparameters:

$ run_glue.py \
    --model_name_or_path distilbert-base-uncased \
    --task_name mnli \
    --do_train \
    --do_eval \
    --max_seq_length 128 \
    --per_device_train_batch_size 16 \
    --learning_rate 2e-5 \
    --num_train_epochs 5 \
    --output_dir /tmp/distilbert-base-uncased_mnli/

Evaluation

Evaluation Results

When fine-tuned on downstream tasks, this model achieves the following results:

  • **Epoch = ** 5.0
  • Evaluation Accuracy = 0.8206875508543532
  • Evaluation Loss = 0.8706700205802917
  • ** Evaluation Runtime = ** 17.8278
  • ** Evaluation Samples per second = ** 551.498

MNLI and MNLI-mm results:

Task MNLI MNLI-mm
82.0 82.0

Environmental Impact

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

Hardware Type: 1 NVIDIA Tesla V100 GPUs

Hours used: Unknown

Cloud Provider: AWS EC2 P3

Compute Region: Unknown

Carbon Emitted: (Power consumption x Time x Carbon produced based on location of power grid): Unknown

Magnet link

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

magnet:?xt=urn:btih:78dc6bab7ccc7e427ee1648e7db83d12e5dc09aa&dn=typeform_distilbert-base-uncased-mnli

Open magnet in torrent client · infohash 78dc6bab7ccc7e427ee1648e7db83d12e5dc09aa

Files & hashes

PathSizesha1sha256
README.md3.8 KB (3,882 B)4749afd2e53e5d5ef645d78eec2b81e7a8e4d99bd2909bb0ea3a74fa092c2c7b26a2c884d1a2b0fad814ee9897ed2336d307936e
config.json776 B (776 B)659271c03755b53fea13e06fb75aa32fb175b418d6d658b44d7260410d8aa3f6cd585016656dfe57dd57855c070f86ddcb257385
eval_results_mnli-mm.txt135 B (135 B)7268c1e2ab73ebbdb0654020265648f69cef968c9afd0fa94bd66e48a3c42866767de144e4a9fd677a0aa12187cce78cb054df2c
eval_results_mnli.txt135 B (135 B)e536004e0a858a7fa638ad6ab2754f207b557e9037d7512d3975b74a45c8f9583474553a0ff92ca662d02dba5d8eafcc4ab543ba
model.safetensors255.4 MB (267,835,640 B)5e37f4bd59b4dd89ea271890ffada6689b76da3216d47e5948c7076ecfe8b9d343c0d1474cd600f18405c40cfcf183605787af41
pytorch_model.bin255.5 MB (267,866,263 B)7b99e0ef0fcecc85a3176f5ae8607dab5332710be9c34cf80a78f251571afee70b7139ce1c5137a4c35a5a984ae519337e2092d0
special_tokens_map.json112 B (112 B)e7b0375001f109a6b8873d756ad4f7bbb15fbaa5303df45a03609e4ead04bc3dc1536d0ab19b5358db685b6f3da123d05ec200e3
tokenizer_config.json258 B (258 B)46e71b82b5c5e8a0f6630fdf04cf6ee74bc9dfecb14aa6b1f8966dc2fdb598f7c1371c6bcfc9a2072773aab2c51830ca02dc2bd1
train_results.txt72 B (72 B)ae9586fbf51ea489f6c4288341e34184eae5ad3f341dece17bf1418198eca55912c7f3362b6072b1037684d628cc279bd41c21df
trainer_state.json29.8 KB (30,498 B)455d5200a74befa2c599a5744aa9b4680fcd64302500fea8667ef0d10c4b8cc3d5a563c80fee07a7a6c133b58ecb9f4bef7fad44
training_args.bin2.1 KB (2,159 B)524c7792fb4204d347b48a96c8a387249ced592c4260388ec322db77beec97fb72f7af3c54e948a8396b8ce3270a6cc6aa8a7604
vocab.txt226.1 KB (231,508 B)fb140275c155a9c7c5a3b3e0e77a9e839594a93807eced375cec144d27c900241f3e339478dec958f92fddbc551f295c992038a3

Cite this release

Canonical URL
https://aiseedbank.org/models/typeform_distilbert-base-uncased-mnli/
Slug
typeform_distilbert-base-uncased-mnli
Infohash
78dc6bab7ccc7e427ee1648e7db83d12e5dc09aa
License
no license recorded
Signing key fingerprint
85a3b32c3712427b

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

Provenance

Upstream repositorytypeform/distilbert-base-uncased-mnli
Revision (pinned)cfa538a0fddbbd978fefe8966c1aeff7ad409c90
Fetched at2026-09-04T06:35:29Z
License at fetchno license recorded
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T06:35:38Z

no license recorded511.1 MB (535,971,438 bytes)transformerspytorchsafetensorsdistilberttext-classificationzero-shot-classificationendpoints_compatible2 languages (tf, en)paper: 1910.09700paper: 2105.09680