File size: 914 Bytes
bfdb971 83ce45f bfdb971 83ce45f bfdb971 ad8e60d bfdb971 f2eb219 83ce45f |
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 |
---
license: apache-2.0
base_model:
- urchade/gliner_multi-v2.1
language:
- multilingual
library_name: gliner
tags:
- OpenVINO
- GLiNER
pipeline_tag: token-classification
---
# About
GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like).
It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that,
despite their flexibility, are costly and large for resource-constrained scenarios.
This is the OpenVINO's Intermediate Representation version with fp16 compression and without it.
## Links
* Paper: https://arxiv.org/abs/2311.08526
* Repository: https://github.com/urchade/GLiNER
## Installation
WIP
## Usage
Do you need to deploy? Please check my github: https://github.com/juampahc/skyresh
I will update the model card asap.
WIP |