microsoft / deberta-v3-large

huggingface.co
Total runs: 1.6M
24-hour runs: -16.8K
7-day runs: -281.1K
30-day runs: -800.7K
Model's Last Updated: March 19 2023
fill-mask

Introduction of deberta-v3-large

Model Details of deberta-v3-large

DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing

DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder. With those two improvements, DeBERTa out perform RoBERTa on a majority of NLU tasks with 80GB training data.

In DeBERTa V3 , we further improved the efficiency of DeBERTa using ELECTRA-Style pre-training with Gradient Disentangled Embedding Sharing. Compared to DeBERTa, our V3 version significantly improves the model performance on downstream tasks. You can find more technique details about the new model from our paper .

Please check the official repository for more implementation details and updates.

The DeBERTa V3 large model comes with 24 layers and a hidden size of 1024. It has 304M backbone parameters with a vocabulary containing 128K tokens which introduces 131M parameters in the Embedding layer. This model was trained using the 160GB data as DeBERTa V2.

Fine-tuning on NLU tasks

We present the dev results on SQuAD 2.0 and MNLI tasks.

Model Vocabulary(K) Backbone #Params(M) SQuAD 2.0(F1/EM) MNLI-m/mm(ACC)
RoBERTa-large 50 304 89.4/86.5 90.2
XLNet-large 32 - 90.6/87.9 90.8
DeBERTa-large 50 - 90.7/88.0 91.3
DeBERTa-v3-large 128 304 91.5/89.0 91.8/91.9
Fine-tuning with HF transformers
#!/bin/bash

cd transformers/examples/pytorch/text-classification/

pip install datasets
export TASK_NAME=mnli

output_dir="ds_results"

num_gpus=8

batch_size=8

python -m torch.distributed.launch --nproc_per_node=${num_gpus} \
  run_glue.py \
  --model_name_or_path microsoft/deberta-v3-large \
  --task_name $TASK_NAME \
  --do_train \
  --do_eval \
  --evaluation_strategy steps \
  --max_seq_length 256 \
  --warmup_steps 50 \
  --per_device_train_batch_size ${batch_size} \
  --learning_rate 6e-6 \
  --num_train_epochs 2 \
  --output_dir $output_dir \
  --overwrite_output_dir \
  --logging_steps 1000 \
  --logging_dir $output_dir
Citation

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

@misc{he2021debertav3,
      title={DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing}, 
      author={Pengcheng He and Jianfeng Gao and Weizhu Chen},
      year={2021},
      eprint={2111.09543},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
@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}
}

Runs of microsoft deberta-v3-large on huggingface.co

1.6M
Total runs
-16.8K
24-hour runs
-22.4K
3-day runs
-281.1K
7-day runs
-800.7K
30-day runs

More Information About deberta-v3-large huggingface.co Model

More deberta-v3-large license Visit here:

https://choosealicense.com/licenses/mit

deberta-v3-large huggingface.co

deberta-v3-large huggingface.co is an AI model on huggingface.co that provides deberta-v3-large's model effect (), which can be used instantly with this microsoft deberta-v3-large model. huggingface.co supports a free trial of the deberta-v3-large model, and also provides paid use of the deberta-v3-large. Support call deberta-v3-large model through api, including Node.js, Python, http.

deberta-v3-large huggingface.co Url

https://huggingface.co/microsoft/deberta-v3-large

microsoft deberta-v3-large online free

deberta-v3-large huggingface.co is an online trial and call api platform, which integrates deberta-v3-large's modeling effects, including api services, and provides a free online trial of deberta-v3-large, you can try deberta-v3-large online for free by clicking the link below.

microsoft deberta-v3-large online free url in huggingface.co:

https://huggingface.co/microsoft/deberta-v3-large

deberta-v3-large install

deberta-v3-large is an open source model from GitHub that offers a free installation service, and any user can find deberta-v3-large on GitHub to install. At the same time, huggingface.co provides the effect of deberta-v3-large install, users can directly use deberta-v3-large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

deberta-v3-large install url in huggingface.co:

https://huggingface.co/microsoft/deberta-v3-large

Url of deberta-v3-large

deberta-v3-large huggingface.co Url

Provider of deberta-v3-large huggingface.co

microsoft
ORGANIZATIONS

Other API from microsoft

huggingface.co

Total runs: 681.1K
Run Growth: 208.0K
Growth Rate: 30.53%
Updated:February 03 2022
huggingface.co

Total runs: 595.8K
Run Growth: -131.1K
Growth Rate: -22.00%
Updated:November 25 2025
huggingface.co

Total runs: 535.6K
Run Growth: 307.0K
Growth Rate: 57.32%
Updated:April 08 2024
huggingface.co

Total runs: 511.8K
Run Growth: -531.5K
Growth Rate: -103.84%
Updated:December 08 2025
huggingface.co

Total runs: 390.1K
Run Growth: -119.3K
Growth Rate: -30.59%
Updated:September 26 2022
huggingface.co

Total runs: 289.1K
Run Growth: -22.3K
Growth Rate: -7.70%
Updated:February 14 2024
huggingface.co

Total runs: 202.2K
Run Growth: -110.9K
Growth Rate: -54.81%
Updated:February 12 2022
huggingface.co

Total runs: 131.8K
Run Growth: 11.4K
Growth Rate: 8.63%
Updated:May 12 2026
huggingface.co

Total runs: 117.8K
Run Growth: -147.4K
Growth Rate: -125.12%
Updated:November 08 2023
huggingface.co

Total runs: 117.6K
Run Growth: -1.2K
Growth Rate: -1.03%
Updated:February 29 2024
huggingface.co

Total runs: 103.1K
Run Growth: -5.1K
Growth Rate: -4.98%
Updated:February 03 2023
huggingface.co

Total runs: 100.0K
Run Growth: -425
Growth Rate: -0.42%
Updated:August 28 2025
huggingface.co

Total runs: 69.7K
Run Growth: -13.1K
Growth Rate: -18.74%
Updated:November 25 2025
huggingface.co

Total runs: 68.7K
Run Growth: -18.2K
Growth Rate: -26.47%
Updated:December 03 2025
huggingface.co

Total runs: 52.0K
Run Growth: 26.0K
Growth Rate: 50.00%
Updated:December 23 2021
huggingface.co

Total runs: 32.5K
Run Growth: 28.2K
Growth Rate: 86.85%
Updated:April 23 2026
huggingface.co

Total runs: 32.4K
Run Growth: 13.8K
Growth Rate: 42.64%
Updated:April 24 2023