File size: 1,486 Bytes
a4e5eb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b45291
a4e5eb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
library_name: glitext
license: apache-2.0
tags:
- glitext
glitext:
  name: class-base
  label: GliText Classification (Balanced)
  description: An efficient zero-shot text classification model tuned to balance speed and accuracy.
  recognition: false
  classification: true
  association: false
  span_mode: false
  size_gb: 1.0
  hf_repo: rpeel/glitext-class-base
  source_url: knowledgator/gliclass-base-v3.0
---

# glitext-class-base

An efficient zero-shot text classification model tuned to balance speed and accuracy.

## Requirements

To download this model to the SAS GLiText server:

```
POST /v1/models/download?name=class-base
```

To download and load into memory in one step:

```
PUT /v1/models?name=class-base
```

## Source Model

Exported from [knowledgator/gliclass-base-v3.0](https://huggingface.co/knowledgator/gliclass-base-v3.0).
See the [original model card](https://huggingface.co/knowledgator/gliclass-base-v3.0) for full architecture and training details.

## Security Scan

Scanned with [modelaudit](https://github.com/promptfoo/modelaudit) v0.2.40 on 2026-04-26. 16/16 checks passed. [Full results](modelaudit.json).


| File | Size | SHA-256 |
|------|------|---------|
| `model.onnx` | 747.3 MB | `1395fde4ae8de8e4…` |

## License

[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). Derived from [knowledgator/gliclass-base-v3.0](https://huggingface.co/knowledgator/gliclass-base-v3.0) by [knowledgator](https://huggingface.co/knowledgator).