Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v3-small
deberta-v3
deberta
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Instructions to use tasksource/deberta-small-long-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tasksource/deberta-small-long-nli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="tasksource/deberta-small-long-nli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tasksource/deberta-small-long-nli") model = AutoModelForSequenceClassification.from_pretrained("tasksource/deberta-small-long-nli") - Inference
- Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1f3d6502a3beaa10c11043450704ee82c486f3333dc6371d5e2c361b88451944
- Size of remote file:
- 568 MB
- SHA256:
- 75b538ddb05c1d2d9a4d6305e043b91e8cce9ccbb9eb22c339a489301671ce49
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.