Instructions to use cublya/deberta-v3-large-zeroshot-v2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cublya/deberta-v3-large-zeroshot-v2.0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="cublya/deberta-v3-large-zeroshot-v2.0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cublya/deberta-v3-large-zeroshot-v2.0") model = AutoModelForSequenceClassification.from_pretrained("cublya/deberta-v3-large-zeroshot-v2.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 1318147c163e863fbbdefd86ef197af555a6d7a9e512041e1a0983252a2046b6
- Size of remote file:
- 4.92 kB
- SHA256:
- 7174ebede2e9f6479616b183d5cfb9e7fe2b0e0ae1b8ae1566788b50cd1c9a6e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.