Zero-Shot Classification
Transformers
Safetensors
English
multilingual
deberta-v2
text-classification
nli
english
WANLI
Zero-Shot Classification
Instructions to use takehika/mdeberta-v3-en-wanli-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use takehika/mdeberta-v3-en-wanli-nli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="takehika/mdeberta-v3-en-wanli-nli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("takehika/mdeberta-v3-en-wanli-nli") model = AutoModelForSequenceClassification.from_pretrained("takehika/mdeberta-v3-en-wanli-nli") - Notebooks
- Google Colab
- Kaggle
Ctrl+K