microsoft/DeBERTa
The implementation of DeBERTa observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2277
- days_rel: n/a
- days_push: 1069
- n_releases_24m: 0
Adoption not part of the score
2239 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Official implementation of DeBERTa and DeBERTa V3, transformer-based language models with disentangled attention and decoding-enhanced BERT architecture. Includes pre-training and fine-tuning code plus pretrained models available on the Hugging Face hub.
Use cases
- fine-tune a pretrained language model for NLU tasks
- pre-train a transformer language model from scratch
- improve question answering accuracy over BERT or RoBERTa
- run natural language understanding benchmarks like SuperGLUE
- use a small efficient encoder model for text classification
- download DeBERTa v3 weights for use with Hugging Face transformers
When to choose
- you need a strong pretrained encoder for NLU tasks like MNLI, SQuAD, or SuperGLUE
- you want to reproduce DeBERTa research or pre-train with ELECTRA-style objectives
- you need high accuracy with a small parameter budget like DeBERTa-V3-XSmall
When to avoid
- you need text generation or decoder-only LLM capabilities
- you want a maintained general NLP toolkit rather than a specific model implementation
- you need a framework-agnostic solution outside PyTorch
Facets
library · maturity maintenance
machine-learning deep-learning nlp transformers deep-learning machine-learning python language-model pretrained-models transformer-encoder disentangled-attention pytorch bert huggingface natural-language-processing
2 sources
- readme: https://github.com/microsoft/DeBERTa · fetched 2026-08-28 · e1a41e9e8284
- registry_pypi: https://pypi.org/pypi/deberta/json · fetched 2026-08-29 · 593b35af9281
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/DeBERTa | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/DeBERTa")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem