juampahc's picture
Update README.md
83ce45f verified
|
raw
history blame
794 Bytes
metadata
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

Installation

WIP

Usage

WIP