glample / tagger

Named Entity Recognition Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training new model

opened this issue · comments

I am trying to train my own model and I am not able to go through this error which is being generated ,
capture

I am not able to figure it out why i am getting that error.

My evaluate function is returning empty eval_lines list.

it seems like the below shell command we are trying to run utils.py has some issue
os.system("%s < %s > %s" % (eval_script, output_path, scores_path)).

the code is for linux environment

thanks yuchenlin, i figured that one out earlier. But my model is predicting everything O, can you help me on that why thats happening?

@sandeeppilania i am experiencing the same error can you please guide me how you were able to solve it? I have posted mine on #62.