Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer Learning #39

Open
ghost opened this issue Feb 1, 2019 · 1 comment
Open

Transfer Learning #39

ghost opened this issue Feb 1, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 1, 2019

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 ?

@nreimers
Copy link
Member

nreimers commented Feb 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant