Has anyone used huggingface pytorch-transformers repo?
They have SOTA language models, including the very recent XLNet. https://github.com/huggingface/pytorch-transformers
How difficult would it be to integrate their models for compatibility with fastai? It looks like even right now Transformer support in Fastai is still very early. Thanks.