huggingface / neuralcoref

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

Custom training issue: best_model_ranking not outputting for certain ConLL files #330

Open AlanQuille opened 2 years ago

AlanQuille commented 2 years ago

Hi, I have successfully trained a custom model using neuralcoref for a set of ConLL files. However, when I add more from another set I get this error:

image

best_model_ranking (the custom model I used for coreference resolution with neuralcoref) is not present:

image

Have you encountered this error before? I think it might be because the token distance between coreferences is too long in some of the new ConLL files. Do you have any ideas? Thank you very much.