shon-otmazgin / fastcoref

MIT License
142 stars 25 forks source link

trainer does not work for LingMeshCoref models #38

Closed davidberenstein1957 closed 1 year ago

davidberenstein1957 commented 1 year ago

Hi,

I wanted to train a model but by default, it uses FCoref models. Is there a specific reason for this?

Cheers, David

shon-otmazgin commented 1 year ago

Yes, the goal of the package is for training a fast coreference model, we used LingMess as an annotator for unlabeled data.

if you want to train LingMess, you can use https://github.com/shon-otmazgin/lingmess-coref.

davidberenstein1957 commented 1 year ago

Awesome, thank you!