--- library_name: glitext license: apache-2.0 tags: - glitext glitext: name: small label: GliText Recognition (Fast) description: An efficient zero-shot named entity recognition model tuned for generalized extraction with high throughput (speed). recognition: true classification: false association: false span_mode: true size_gb: 0.68 hf_repo: rpeel/glitext-small source_url: gliner-community/gliner_small-v2.5 --- # rpeel/glitext-small An efficient zero-shot named entity recognition model tuned for generalized extraction with high throughput (speed). ## Requirements To download this model to the SAS GLiText server: ``` POST /v1/models/download?name=small ``` To download and load into memory in one step: ``` PUT /v1/models?name=small ``` ## Source Model Exported from [gliner-community/gliner_small-v2.5](https://huggingface.co/gliner-community/gliner_small-v2.5). See the [original model card](https://huggingface.co/gliner-community/gliner_small-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. 46/46 checks passed. [Full results](modelaudit.json). | File | Size | SHA-256 | |------|------|---------| | `model.onnx` | 664.8 MB | `9cc27f025c07c318…` | | `model_fp16.onnx` | 333.0 MB | `9e14220fb41ebe6c…` | | `model_int8.onnx` | 196.8 MB | `791f20d6f34d4a4d…` | ## License [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). Derived from [gliner-community/gliner_small-v2.5](https://huggingface.co/gliner-community/gliner_small-v2.5) by [gliner-community](https://huggingface.co/gliner-community).