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

← All models

microsoft_deberta-xlarge-mnli

microsoft · 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 tags:


DeBERTa: Decoding-enhanced BERT with Disentangled Attention

DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder. It outperforms BERT and RoBERTa on majority of NLU tasks with 80GB training data.

Please check the official repository for more details and updates.

This the DeBERTa xlarge model(750M) fine-tuned with mnli task.

Fine-tuning on NLU tasks

We present the dev results on SQuAD 1.1/2.0 and several GLUE benchmark tasks.

Model SQuAD 1.1 SQuAD 2.0 MNLI-m/mm SST-2 QNLI CoLA RTE MRPC QQP STS-B
F1/EM F1/EM Acc Acc Acc MCC Acc Acc/F1 Acc/F1 P/S
BERT-Large 90.9/84.1 81.8/79.0 86.6/- 93.2 92.3 60.6 70.4 88.0/- 91.3/- 90.0/-
RoBERTa-Large 94.6/88.9 89.4/86.5 90.2/- 96.4 93.9 68.0 86.6 90.9/- 92.2/- 92.4/-
XLNet-Large 95.1/89.7 90.6/87.9 90.8/- 97.0 94.9 69.0 85.9 90.8/- 92.3/- 92.5/-
DeBERTa-Large1 95.5/90.1 90.7/88.0 91.3/91.1 96.5 95.3 69.5 91.0 92.6/94.6 92.3/- 92.8/92.5
DeBERTa-XLarge1 -/- -/- 91.5/91.2 97.0 - - 93.1 92.1/94.3 - 92.9/92.7
DeBERTa-V2-XLarge1 95.8/90.8 91.4/88.9 91.7/91.6 97.5 95.8 71.1 93.9 92.0/94.2 92.3/89.8 92.9/92.9
DeBERTa-V2-XXLarge1,2 96.1/91.4 92.2/89.7 91.7/91.9 97.2 96.0 72.0 93.5 93.1/94.9 92.7/90.3 93.2/93.1

Notes.

cd transformers/examples/text-classification/
export TASK_NAME=mrpc
python -m torch.distributed.launch --nproc_per_node=8 run_glue.py   --model_name_or_path microsoft/deberta-v2-xxlarge   \\
--task_name $TASK_NAME   --do_train   --do_eval   --max_seq_length 128   --per_device_train_batch_size 4   \\
--learning_rate 3e-6   --num_train_epochs 3   --output_dir /tmp/$TASK_NAME/ --overwrite_output_dir --sharded_ddp --fp16

Citation

If you find DeBERTa useful for your work, please cite the following paper:

@inproceedings{
he2021deberta,
title={DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION},
author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=XPZIaotutsD}
}

Magnet link

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

magnet:?xt=urn:btih:425ff75f3908237ff1b66f204a543d2dd2b3044f&dn=microsoft_deberta-xlarge-mnli

Open magnet in torrent client · infohash 425ff75f3908237ff1b66f204a543d2dd2b3044f

Files & hashes

PathSizesha1sha256
README.md3.8 KB (3,909 B)0414054eeaa76fbcfa7c11a703bf95dc2d5c2152cb0c883e753eb733025018a1b6dc5c75f763799c7c7392d789df1517cc210cd9
bpe_encoder.bin3.7 MB (3,917,897 B)a12ebd27b106dea246d869b93438dc9578cc07a1e7c6f9eecb461c01e09c00656ccf3e27944b9e74bfe29e51632b13d3cd9d6c8e
config.json792 B (792 B)7086166474a582f4d2f3ec9d47778ecd3fbed8b04d1e27d6929862798fb1f866788756b0a39986d3ea7b25f96b0413d725036cb0
merges.txt445.6 KB (456,318 B)226b0752cac7789c48f0cb3ec53eda48b7be36cc1ce1664773c50f3e0cc8842619a93edc4624525b728b188a9e0be33b7726adc5
pytorch_model.bin2.83 GB (3,035,556,896 B)aa3dc8f6d9ee091f72966c5eb20cc0bbec5a5c9460a1cac3b855e6994dd09daee5f697bd13f34bc1bada78d60844574872b092c3
tokenizer_config.json52 B (52 B)efd16ae3cb656c5ffd4d21193daf24794aafb0d7052b1ce2b5b3bf119a72dee8cbb2de441dd4ff8f2255be61cd8aa63fb24d8149
vocab.json877.8 KB (898,825 B)c3972d7e638fc3560500bc0bd5bd2d18291eb79eef13b2af772bf95f74e5512265bbe22b786bf25861df22d9f19fde0b3937fdea

Cite this release

Canonical URL
https://aiseedbank.org/models/microsoft_deberta-xlarge-mnli/
Slug
microsoft_deberta-xlarge-mnli
Infohash
425ff75f3908237ff1b66f204a543d2dd2b3044f
License
mit
Signing key fingerprint
85a3b32c3712427b

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

Provenance

Upstream repositorymicrosoft/deberta-xlarge-mnli
Revision (pinned)5b07a9086c1dbb79981ff7b05b4d1ad83b3af51c
Fetched at2026-09-04T02:42:40Z
License at fetchmit
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T02:43:14Z

mit2.83 GB (3,040,834,689 bytes)transformerspytorchdebertatext-classificationdeberta-v1deberta-mnliendpoints_compatible2 languages (tf, en)paper: 2006.03654