Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v1
deberta-mnli
Instructions to use NDugar/v3-Large-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NDugar/v3-Large-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="NDugar/v3-Large-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NDugar/v3-Large-mnli") model = AutoModelForSequenceClassification.from_pretrained("NDugar/v3-Large-mnli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
38514f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b2723410e9906cee3b3636c827dcdd99e3badcb98768693a5dd20f6b4b7d8c91
size 1740426539
|