Instructions to use syedkhalid0/DeBERTa-Zero-Shot-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use syedkhalid0/DeBERTa-Zero-Shot-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="syedkhalid0/DeBERTa-Zero-Shot-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("syedkhalid0/DeBERTa-Zero-Shot-Classification") model = AutoModelForSequenceClassification.from_pretrained("syedkhalid0/DeBERTa-Zero-Shot-Classification") - Notebooks
- Google Colab
- Kaggle
Syed Khalid Hussain commited on
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc94944c9c0e764c2d78ebea4189a936d787c516dfd33e19fb74046df2fed8ac
|
| 3 |
+
size 368877670
|