knowledgator / gliclass-base-v1.0-init

huggingface.co
Total runs: 27
24-hour runs: 0
7-day runs: -4
30-day runs: 13
Model's Last Updated: August 12 2025
zero-shot-classification

Introduction of gliclass-base-v1.0-init

Model Details of gliclass-base-v1.0-init

⭐ GLiClass: Generalist and Lightweight Model for Sequence Classification

This is an efficient zero-shot classifier inspired by GLiNER work. It demonstrates the same performance as a cross-encoder while being more compute-efficient because classification is done at a single forward path.

It can be used for topic classification , sentiment analysis and as a reranker in RAG pipelines.

The model was trained on synthetic data and can be used in commercial applications.

This model wasn't additionally fine-tuned on any dataset except initial (MoritzLaurer/synthetic_zeroshot_mixtral_v0.1).

How to use:

First of all, you need to install GLiClass library:

pip install gliclass

Than you need to initialize a model and a pipeline:

from gliclass import GLiClassModel, ZeroShotClassificationPipeline
from transformers import AutoTokenizer

model = GLiClassModel.from_pretrained("knowledgator/gliclass-base-v1.0-init")
tokenizer = AutoTokenizer.from_pretrained("knowledgator/gliclass-base-v1.0-init")

pipeline = ZeroShotClassificationPipeline(model, tokenizer, classification_type='multi-label', device='cuda:0')

text = "One day I will see the world!"
labels = ["travel", "dreams", "sport", "science", "politics"]
results = pipeline(text, labels, threshold=0.5)[0] #because we have one text

for result in results:
 print(result["label"], "=>", result["score"])
Benchmarks:

Below, you can see the F1 score on several text classification datasets. All tested models were not fine-tuned on those datasets and were tested in a zero-shot setting.

Model IMDB AG_NEWS Emotions
gliclass-large-v1.0 (438 M) 0.9404 0.7516 0.4874
gliclass-base-v1.0 (186 M) 0.8650 0.6837 0.4749
gliclass-small-v1.0 (144 M) 0.8650 0.6805 0.4664
Bart-large-mnli (407 M) 0.89 0.6887 0.3765
Deberta-base-v3 (184 M) 0.85 0.6455 0.5095
Comprehendo (184M) 0.90 0.7982 0.5660
SetFit BAAI/bge-small-en-v1.5 (33.4M) 0.86 0.5636 0.5754

Runs of knowledgator gliclass-base-v1.0-init on huggingface.co

27
Total runs
0
24-hour runs
-1
3-day runs
-4
7-day runs
13
30-day runs

More Information About gliclass-base-v1.0-init huggingface.co Model

More gliclass-base-v1.0-init license Visit here:

https://choosealicense.com/licenses/apache-2.0

gliclass-base-v1.0-init huggingface.co

gliclass-base-v1.0-init huggingface.co is an AI model on huggingface.co that provides gliclass-base-v1.0-init's model effect (), which can be used instantly with this knowledgator gliclass-base-v1.0-init model. huggingface.co supports a free trial of the gliclass-base-v1.0-init model, and also provides paid use of the gliclass-base-v1.0-init. Support call gliclass-base-v1.0-init model through api, including Node.js, Python, http.

gliclass-base-v1.0-init huggingface.co Url

https://huggingface.co/knowledgator/gliclass-base-v1.0-init

knowledgator gliclass-base-v1.0-init online free

gliclass-base-v1.0-init huggingface.co is an online trial and call api platform, which integrates gliclass-base-v1.0-init's modeling effects, including api services, and provides a free online trial of gliclass-base-v1.0-init, you can try gliclass-base-v1.0-init online for free by clicking the link below.

knowledgator gliclass-base-v1.0-init online free url in huggingface.co:

https://huggingface.co/knowledgator/gliclass-base-v1.0-init

gliclass-base-v1.0-init install

gliclass-base-v1.0-init is an open source model from GitHub that offers a free installation service, and any user can find gliclass-base-v1.0-init on GitHub to install. At the same time, huggingface.co provides the effect of gliclass-base-v1.0-init install, users can directly use gliclass-base-v1.0-init installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

gliclass-base-v1.0-init install url in huggingface.co:

https://huggingface.co/knowledgator/gliclass-base-v1.0-init

Url of gliclass-base-v1.0-init

gliclass-base-v1.0-init huggingface.co Url

Provider of gliclass-base-v1.0-init huggingface.co

knowledgator
ORGANIZATIONS

Other API from knowledgator