Zero-Shot Classification
Transformers
ONNX
Safetensors
English
GLiClass
text classification
zero-shot
small language models
RAG
sentiment analysis
Instructions to use knowledgator/gliclass-large-v1.0-lw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knowledgator/gliclass-large-v1.0-lw with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="knowledgator/gliclass-large-v1.0-lw")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("knowledgator/gliclass-large-v1.0-lw", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cebffb5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb3ede7355e0518f522aa537a2f29fb2d3ae8ef446d3c612ca0b6f9e930ebae0
size 5176
|