shon-otmazgin / fastcoref

MIT License
142 stars 25 forks source link

ValueError on CorefTrainer declaration #53

Closed nizaress closed 4 months ago

nizaress commented 5 months ago

When I try to train a model on my own data from a jasonlines file I get the error "ValueError: Instruction "train" corresponds to no data!" from the declaration of the CorefTrainer variable. I've tried with the sample training code from the documentation and also other code from users that posted on different issues that seem to work perfectly for them. I have the last version of fastcoref installed (2.1.6).

nizaress commented 4 months ago

Ok, it seemed to be an issue with certain previous imports. Everything solved, closing the issue.