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
About model fine-tuning
#2
by svk121380 - opened
How can this model be fine-tuned? Is it feasible to use LoRa?
You can find a training script at the GLiNER repo: https://github.com/urchade/GLiNER/blob/main/train.py
It's feasible with LoRA, but for smaller models, you usually need a higher rank.