asyml / texar-pytorch

Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
744 stars 118 forks source link

Support ELMo in texar-pytorch #297

Open gpengzhi opened 4 years ago

gpengzhi commented 4 years ago

Requested by Forte Team. @hunterhector

gpengzhi commented 4 years ago

This task includes the ELMoEmbedder adapted from allennlp and the corresponding ELMoTokenizer adapted from allennlp and MosesTokenizer.

gpengzhi commented 4 years ago

For the tokenizer part, see: https://github.com/allenai/allennlp/issues/1933