openai / finetune-transformer-lm

Code and model for the paper "Improving Language Understanding by Generative Pre-Training"
https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf
MIT License
2.14k stars 499 forks source link

Expanded README, added requirements.txt #40

Open rjurney opened 5 years ago

rjurney commented 5 years ago

This pull request exists as an attempt impress Alec Radford with my enthusiasm and tidiness, if not my ability :)

train.py didn't run for me because of a couple layers of missing modules, so I created requirements.txt. I greatly expanded the README to enable use by others including me, at some future date.