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

ELMo word embeddings #53

Open
JohannesTK opened this issue Jun 7, 2018 · 1 comment
Open

ELMo word embeddings #53

JohannesTK opened this issue Jun 7, 2018 · 1 comment

Comments

@JohannesTK
Copy link

Have you thought of adding ELMo word embeddings to the selection? It outperforms both GloVe and Word2Vec embeddings.

Link to ELMo: https://github.com/allenai/allennlp/blob/master/tutorials/how_to/elmo.md

Implementation with Keras: https://towardsdatascience.com/elmo-embeddings-in-keras-with-tensorflow-hub-7eb6f0145440

@lvapeab
Copy link
Owner

lvapeab commented Jun 7, 2018

Hi,
never thought about it. It would be good to add it. I'll try to do it as I get some time.
Thank you for the recommendation.

P.S. Feel free to implement it and open a PR with it ;)

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

No branches or pull requests

2 participants