creative-writing-with-gpt2
creative-writing-with-gpt2 copied to clipboard
What size GPT-2 model is used?
I couldn't figure out if it was small, medium large etc. Is there a way to change which model is used for training?
The model is set in a function load_checkpoint:
https://github.com/ADGEfficiency/creative-writing-with-gpt2/blob/b0e59aa92e90dffa3fe3461eb5447782624774fd/creative/evaluate.py#L22
You may want to look at:
https://github.com/ADGEfficiency/creative-writing-with-gpt2/blob/b0e59aa92e90dffa3fe3461eb5447782624774fd/creative/evaluate.py#L38