Open ghost opened 5 years ago
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 ?
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.
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 ?