dmis-lab / biobert-pytorch

PyTorch Implementation of BioBERT
http://doi.org/10.1093/bioinformatics/btz682
Other
308 stars 107 forks source link

Evaluating trained NER model #45

Open aclarkse opened 3 months ago

aclarkse commented 3 months ago

Hi @minstar,

Thank you so much for this great repo! I managed to train an NER on a custom dataset, and I ran it with the do_eval and do_predict flags, but I only see a checkpoint configuration file in the output directory. Do you happen to know what could be going wrong?

Thank you!