huggingface / pytorch-openai-transformer-lm

🐥A PyTorch implementation of OpenAI's finetuned transformer language model with a script to import the weights pre-trained by OpenAI
MIT License
1.51k stars 285 forks source link

Retrain the LM on new dataset? #46

Open fabrahman opened 6 years ago

fabrahman commented 6 years ago

Hello I checked #36 and I wonder how I can retrain the LM on new dataset. Any guide would be appreciated.