emnlp2017-bilstm-cnn-crf icon indicating copy to clipboard operation
emnlp2017-bilstm-cnn-crf copied to clipboard

Transfer Learning

Open ghost opened this issue 6 years ago • 1 comments

Hi,

Can I use this model for transfer learning? Training on one corpus and then using that pretrained model for a new corpus? How can I do that? or it's not possible with this ?

ghost avatar Feb 01 '19 13:02 ghost

See: https://github.com/UKPLab/emnlp2017-bilstm-cnn-crf/blob/master/Save_and_Load.py

Load the model, change the last layer (CRF layer) you want to train for and continue training.

nreimers avatar Feb 01 '19 13:02 nreimers