-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 word2vec #2330
Comments
hello @ctrado18, pre-trained vectors isn't enough to continue training (training requires 2 matricies, pre-trained vectors is just one matrix). For continuation, you need full model (not only word-vectors, like
About fasttext: facebook share full model in Next time, please use mailing list for questions, GitHub for bug reports and feature requests. |
Hey @menshikh-iv Thank you? I want to use exactly this fasttext. Do you know if it is already possible with spacy word vectors too? Next tie I use mailing list. |
sorry, idk about spacy |
Hey there,
I am confused about the comment from here: https://datascience.stackexchange.com/questions/10695/how-to-initialize-a-new-word2vec-model-with-pre-trained-model-weights
Is it possible to use pretrained vectors like from fasttext to train new on custom data?
From the accepted answer it seems so?
The text was updated successfully, but these errors were encountered: