Token Classification
GLiNER
ONNX
Safetensors
NER
GLiNER
information extraction
encoder
entity recognition
Instructions to use knowledgator/gliner-x-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-x-large with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-x-large") - Notebooks
- Google Colab
- Kaggle
Can be served?
#4
by prudant - opened
vllm, or something like that for production ready high demand scenarios?
@prudant , you can serve it on triton as an onnx model with a python backend ensemble. That is pretty fast. Need higher demand than that?
thanks! do you have a sample script for that in order to not start from zero? best regards!