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