CRFSharp icon indicating copy to clipboard operation
CRFSharp copied to clipboard

Retrain with new tags?

Open jbkoh opened this issue 7 years ago • 0 comments

Hi,

I am trying to do some transfer-learning framework with CRF. I would like to use the "retrain" feature but CRFSharp requires the pretrained model to have all tags in new learning samples. I could manually put all labels at the first learning, but once a new model is trained upon an existing model, it only contains the tags in the new samples.

Is there a way to keep tags in pretrained model at the target model? Or even better, is there a way to provide possible tags at the encoding stage separately?

jbkoh avatar Oct 06 '17 20:10 jbkoh