Jonathan Donnelly

Results 12 comments of Jonathan Donnelly

@pickou Sorry for the late response! Yes I have attempted to reproduce the openai work. Tensorflow code to train their model 'from scratch' is avalailabe [here](https://github.com/jonnykira/openai_reproduction)!

The code only trains a language model on the training set, if you would like to split your data into training/test set and measure loss on the test set, it...