Continue model tuning starting from 'model-best' #9824
-
Hi Team, I have a question, which is closely related with #9725: I want to train my NER model iteratively, starting from en_core_web_trf then adding new data, treat obtained 'model-best' as a new start, train model-best with new data, save it as next checkpoint and so on. As advised I changed [components.ner] I'm pasting my config file, could you please check if it's correct to start training with model-best?
Any tips and explanation will be appreciated :) Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, you need to source both the |
Beta Was this translation helpful? Give feedback.
Hi, you need to source both the
transformer
andner
components to continue updating from a trained model. The config above resets the transformer weights forroberta-base
, which isn't what you want.