allenai / bilm-tf

Tensorflow implementation of contextualized word representations from bi-directional language models
Apache License 2.0
1.62k stars 452 forks source link

How to pre-compute ELMo representations and use in other frameworks? #153

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi, I have a working classification model for named entity recognition, which works with Glove and word2vec embeddings. Now I want to pre-compute ELMo embeddings and use them as input for my baseline model. But I can't seem to figure how I can do that. Any help is appreciated. Thanks

PhilipMay commented 5 years ago

You should have a look into: