huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.84k stars 474 forks source link

How to load new trained models in spaCy? #282

Open tidoe opened 3 years ago

tidoe commented 3 years ago

Hi,

after training a model for a new language, I only have files ending with _best_modeltoppairs, _best_modelranking, *_best_modelallpairs. But spacy.load("mymodel_best_modelranking") does not work. What should I do to load the model / add it to the pipeline of another model?

Best and thanks Tillmann

csgomezg0 commented 3 years ago

Hi, i have same problem, did you find some solution?

tidoe commented 3 years ago

Hi, i have same problem, did you find some solution?

No solution. After I got stuck at this point and nobody could help me here, I gave up on trying to train new neuralcoref models.

fernandoantoniodantas commented 2 years ago

I have same problem.