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.15k stars 503 forks source link

Add and change implementation for RACE dataset #30

Open chengchingwen opened 6 years ago

chengchingwen commented 6 years ago

I make the implementation for the RACE dataset. And in order to make the code can run both on RACE and ROCstories, I make some change to the origin implementation inside train.py.