oudalab / Arabic-NER

32 stars 11 forks source link

Need to change the spaCy cli train code to save the each iteration training result to disk for NER training #11

Open YanLiang1102 opened 6 years ago

YanLiang1102 commented 6 years ago

In that way we can see how each iteration enhance the tag and token accuracy since sometimes I can see that the later iteration actually get a worse result...

ahalterman commented 6 years ago

Good idea! Or you can do it Keras-style: generate the validation loss/accuracy and only save the model if it outperforms the best previous iteration.