nathanshartmann / portuguese_word_embeddings

Portuguese Word Embeddings: Evaluating on Word Analogies and Natural Language Tasks
GNU General Public License v3.0
236 stars 35 forks source link

Trained Word2Vec models #8

Closed miguelwon closed 5 years ago

miguelwon commented 5 years ago

Hi, I would like to know if you have the trained Word2Vec models (.bin). I want to perform online training with an additional corpus I have but would like to start with you pre-trained model. Unfortunately using gensim.models.KeyedVectors does not create a model able to be retrained.

nathanshartmann commented 5 years ago

Sorry, but we only have the models already available. We did not save the weights of the neural network for fine-tuning to be possible. Again, I apologize for the design failure.