deberta-v3-large-zeroshot-v2.0Model43/100 via “zero-shot text classification with natural language labels”
zero-shot-classification model by undefined. 3,15,816 downloads.
Unique: Uses DeBERTa v3's disentangled attention mechanism (which separates content and position embeddings) combined with entailment-based reasoning, enabling more robust zero-shot classification than BERT-based alternatives; trained on diverse NLI datasets (MNLI, ANLI, FEVER) to generalize across domains without task-specific fine-tuning
vs others: Outperforms BART-large-mnli and RoBERTa-large-mnli on zero-shot benchmarks by 2-5% F1 due to DeBERTa's superior attention architecture, while maintaining similar inference speed; more accurate than simple semantic similarity approaches (e.g., sentence-transformers cosine matching) because it explicitly models entailment relationships