Instructions to use DAMO-NLP-SG/zero-shot-classify-SSTuning-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAMO-NLP-SG/zero-shot-classify-SSTuning-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="DAMO-NLP-SG/zero-shot-classify-SSTuning-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DAMO-NLP-SG/zero-shot-classify-SSTuning-large") model = AutoModelForSequenceClassification.from_pretrained("DAMO-NLP-SG/zero-shot-classify-SSTuning-large") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
30f922b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9b4396bab35dfe52c4624368c8bac4416c3538c4523e3cd9cd5bbe58e4f6d4ff
size 1421658157
|