urchade / GLiNER

Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024
https://arxiv.org/abs/2311.08526
Apache License 2.0
1.48k stars 127 forks source link

In examples/finetune.ipynb from model import GLiNER ModuleNotFoundError: No module named 'model' #49

Closed gil56 closed 8 months ago

gil56 commented 8 months ago

In the examples/finetune.ipynb: from model import GLiNER should be changed to: from gliner import GLiNER right?

urchade commented 8 months ago

yes