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
File size: 134 Bytes
41c5319 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:75b538ddb05c1d2d9a4d6305e043b91e8cce9ccbb9eb22c339a489301671ce49
size 567625522
|