Closed rmitsch closed 6 months ago
Hi @rmitsch, I think that you have tu put trainer.py (https://github.com/urchade/GLiNER/blob/main/examples/finetuning/trainer.py) in the same directory as the notebook (if that's not already the case)
Ah, I missed that this isn't part of the package. Thanks!
Thanks for the cool project! I'm trying to fine-tuning with
GLiNER
and following this notebook.However, with
gliner==0.2.2
thisfails, as the module can't be found. What's the correct way to import this?