PyTorch implementation of ELMo

Hey guys!

I am looking for an implementation of ELMo in PyTorch. We would like to train the model from scratch and
the only implementation that allows this that I could find was the AllenAI TensorFlow one.

I was wondering if anybody knows of a PyTorch implementation I simply missed that would allow this?

Best

yeed

Didn’t find one either but FLAIR is a great option to generate embeddings with an LSTM based architecture.