Views
No views yet
microsoft/deberta-v3-large model hosted on HuggingFace..bin format to the
SafeTensors (.safetensors) format for:| Property | Value |
|---|---|
| Developed by | Microsoft Research — Pengcheng He, Jianfeng Gao, Weizhu Chen |
| Converted by | [Your Name / Organization] |
| Model type | Pre-trained language model (Transformer-based encoder with disentangled attention) |
| Language(s) | English (en) |
| License | MIT |
| Base model | microsoft/deberta-v3-large |
| Fine-tuned from | N/A (This is the pre-trained base model) |
| Parameters | ~304 million (~434M including embeddings) |
| Format | SafeTensors (.safetensors) |
| Framework | PyTorch / HuggingFace Transformers |
| Vocabulary size | 128,100 (SentencePiece) |
| Max sequence length | 512 tokens |
| Source | Link |
|---|---|
| Original Repository | https://github.com/microsoft/DeBERTa |
| HuggingFace Hub (Original) | https://huggingface.co/microsoft/deberta-v3-large |
| DeBERTa-v3 Paper | DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing |
| DeBERTa Paper (v1) | DeBERTa: Decoding-enhanced BERT with Disentangled Attention |
| DeBERTa-v2 Paper | Same as v3 paper — covers v2 and v3 improvements |
| Transformers Docs | https://huggingface.co/docs/transformers/model_doc/deberta-v2 |
| SuperGLUE Leaderboard | https://super.gluebenchmark.com/leaderboard |
| Task | Description | Example Datasets |
|---|---|---|
| Text Classification | Classify text into categories | SST-2, IMDB, AG News, Yelp |
| Natural Language Inference (NLI) | Determine entailment/contradiction between sentence pairs | MNLI, SNLI, XNLI, RTE |
| Question Answering | Extract answers from passages | SQuAD v1.1/v2.0, QuAC, CoQA |
| Named Entity Recognition (NER) | Identify entities in text | CoNLL-2003, OntoNotes |
| Sentiment Analysis | Determine sentiment polarity | SST-2, IMDB, Amazon Reviews |
| Semantic Textual Similarity | Score similarity between sentence pairs | STS-B, MRPC |
| Paraphrase Detection | Identify if two sentences are paraphrases | QQP, MRPC |
| Reading Comprehension | Answer questions based on context | RACE, ReCoRD |
| Coreference Resolution | Resolve pronoun references | WSC, WinoGrande |
| Commonsense Reasoning | Answer questions requiring world knowledge | COPA, WinoGrande |
| Token Classification | Classify individual tokens | NER, POS tagging, chunking |
| Relation Extraction | Extract relationships between entities | TACRED, SemEval |
| Hate Speech Detection | Detect toxic/hateful content | HateXplain, Civil Comments |
| Fake News Detection | Identify misinformation | LIAR, FakeNewsNet |
microsoft/mdeberta-v3-base for multilingual tasks.pip install transformers torch safetensors sentencepiece protobuf