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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,9 +19,9 @@ tags:
|
|
| 19 |
|
| 20 |
|
| 21 |
datasets:
|
| 22 |
-
- glue
|
| 23 |
- super_glue
|
| 24 |
-
- anli
|
| 25 |
- tasksource/babi_nli
|
| 26 |
- sick
|
| 27 |
- snli
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
datasets:
|
| 22 |
+
- nyu-mll/glue
|
| 23 |
- super_glue
|
| 24 |
+
- facebook/anli
|
| 25 |
- tasksource/babi_nli
|
| 26 |
- sick
|
| 27 |
- snli
|