Text Classification
Transformers
ONNX
English
optimum
deberta-v3
nli
natural-language-inference
zero-shot-classification
cross-encoder
Instructions to use Hanno-Labs/DeBERTa-v3-base-mnli-fever-docnli-ling-2c-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hanno-Labs/DeBERTa-v3-base-mnli-fever-docnli-ling-2c-onnx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hanno-Labs/DeBERTa-v3-base-mnli-fever-docnli-ling-2c-onnx")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hanno-Labs/DeBERTa-v3-base-mnli-fever-docnli-ling-2c-onnx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K