🤖 zero-shot-classification

gliclass-large-v1.0

knowledgator/gliclass-large-v1.0

Get AI Model →
202
Downloads
❤️
5
Likes
🏷️
16
Tags
📦
transformers
Library
Model Details
Full Model IDknowledgator/gliclass-large-v1.0
Pipeline / Taskzero-shot-classification
Librarytransformers
Downloads (all-time)202
Likes5
Last Modified8/12/2025
Author / Orgknowledgator
PrivateNo — public
⚡ Quick Usage (Python)

Using the 🤗 Transformers library. Install with pip install transformers

from transformers import pipeline

# Load the model
pipe = pipeline("zero-shot-classification", model="knowledgator/gliclass-large-v1.0")

# Run inference
result = pipe("Your input here")
print(result)
🏷️ Tags
transformersonnxsafetensorsGLiClasstext classificationzero-shotsmall language modelsRAGsentiment analysiszero-shot-classificationendataset:MoritzLaurer/synthetic_zeroshot_mixtral_v0.1arxiv:2508.07662license:apache-2.0endpoints_compatibleregion:us
More zero-shot-classification Models
See all →
bart-large-mnli

facebook/bart-large-mnli

3.2M❤️ 1.6K
Get AI Model →
mDeBERTa-v3-base-xnli-multilingual-nli-2mil7

MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7

903.0K❤️ 384
Get AI Model →
distilbert-base-multilingual-cased-sentiments-student

lxyuan/distilbert-base-multilingual-cased-sentiments-student

787.4K❤️ 316
Get AI Model →
🚀 Use This Model

Access model files, inference API, and full documentation on Hugging Face.

Open on Hugging Face →Browse Model Files ↗← Browse All Models
🤖 Task: zero-shot-classification

This model is designed for the zero-shot-classification task. Explore more models for this use case.

All zero-shot-classification Models →
📊 Popularity
Downloads202
❤️ Community Likes5
🛠️ Requirements
  • Install: pip install transformers
  • Python 3.8+ recommended for Transformers.
  • GPU (CUDA) speeds up inference significantly.
  • Use model.half() for fp16 on limited VRAM.
👋 Need help with code?