Token Classification
GLiNER
PyTorch
ONNX
NER
GLiNER
information extraction
encoder
entity recognition

About model fine-tuning

#2
by svk121380 - opened

How can this model be fine-tuned? Is it feasible to use LoRa?

Knowledgator Engineering org

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.

Sign up or log in to comment