jasonzhou1

Results 1 comments of jasonzhou1

I was able to find the s3 bucket locations of the pretrained GPT2 models here: https://github.com/huggingface/transformers/blob/master/transformers/modeling_gpt2.py (provided by HuggingFace). To make this work, just download gpt2-xl model instead: `curl --output...