Instructions to use microsoft/deberta-v2-xlarge-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/deberta-v2-xlarge-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="microsoft/deberta-v2-xlarge-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("microsoft/deberta-v2-xlarge-mnli") model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v2-xlarge-mnli") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 5272422
Update README.md 26edb09
Update README.md 59c5a19
Update README.md 83575c9
Update README.md ce87ef0
Update README.md a895e8f
Update README.md 5ea585f
Update README.md e0e9f61
Enable host API 367bcbf
Pengcheng He commited on
Enable host API 6a6a93e
Pengcheng He commited on
Add number of labels in config 546c935
Pengcheng He commited on
Update README.md b9ccf98
Add DeBERTa v2 XLarge(900M) mnli fine-tuned model 0f6a42e
Pengcheng He commited on