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

Hi, what can I use this model? #23

Closed
eyuansu62 opened this issue Jan 2, 2020 · 3 comments
Closed

Hi, what can I use this model? #23

eyuansu62 opened this issue Jan 2, 2020 · 3 comments

Comments

@eyuansu62
Copy link

If I pre-train a model, how can I use to process the text? Is it same as word2vec or Glove?

@svjan5
Copy link
Member

svjan5 commented Jan 2, 2020

Yes, the model gives the embeddings similar to word2vec and GloVe.

@eyuansu62
Copy link
Author

I got it. So if I want to use the model to encode the text to get its embeddings representation, can I directly use the embeddings.txt I trained?

Or is it similar to BERT used as an encoder? which can I fine-tuned on my tasks or using the best model you mentioned in ISSUE #16 as an encoder when I want to get the vector representation of texts?

@svjan5
Copy link
Member

svjan5 commented Jan 15, 2020

Yes, you can use 'embedding.txt' directly. The model is similar to word2vec, not ELMo/BERT.

@svjan5 svjan5 closed this as completed Jan 21, 2020
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

2 participants