glitext-medium / README.md
rpeel's picture
Update model card and security scan results
c715585 verified
---
library_name: glitext
license: apache-2.0
tags:
- glitext
glitext:
name: medium
label: GliText Recognition (Balanced)
description: An efficient zero-shot named entity recognition model tuned for generalized extraction with balanced speed and accuracy.
recognition: true
classification: false
association: false
span_mode: true
size_gb: 0.78
hf_repo: rpeel/glitext-medium
source_url: gliner-community/gliner_medium-v2.5
---
# rpeel/glitext-medium
An efficient zero-shot named entity recognition model tuned for generalized extraction with balanced speed and accuracy.
## Requirements
To download this model to the SAS GLiText server:
```
POST /v1/models/download?name=medium
```
To download and load into memory in one step:
```
PUT /v1/models?name=medium
```
## Source Model
Exported from [gliner-community/gliner_medium-v2.5](https://huggingface.co/gliner-community/gliner_medium-v2.5).
See the [original model card](https://huggingface.co/gliner-community/gliner_medium-v2.5) for full architecture and training details.
## Security Scan
Scanned with [modelaudit](https://github.com/promptfoo/modelaudit) v0.2.40 on 2026-04-27. 24/24 checks passed. [Full results](modelaudit.json).
| File | Size | SHA-256 |
|------|------|---------|
| `model.onnx` | 835.6 MB | `dfbf82b4c9b7cb8e…` |
## License
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). Derived from [gliner-community/gliner_medium-v2.5](https://huggingface.co/gliner-community/gliner_medium-v2.5) by [gliner-community](https://huggingface.co/gliner-community).