Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024
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
In the
examples/finetune.ipynb
:from model import GLiNER
should be changed to:from gliner import GLiNER
right?