This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Description
Hi:
Thanks for this repo. Text generation is my main interest and I was wondering how the xlnet large model can be fine tuned with new text then used as a model in XLnet-gen using language_generation.py
I can create a small base model from scratch using your repo but I don't have the gpu power to generate a large one.
Since the gpt-2 fine tuning repo by nshepperd using the OpenAi 345M model is very easy to use is it possible to use a similar process in XLnet-gen?
The fine tuning examples given in the original XLnet repo don't seem applicable or easy to edit for text generation.
Any suggestions or new scripts are welcome.
Thanks