openai / gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"
https://openai.com/blog/better-language-models/
Other
22.58k stars 5.53k forks source link

Unable to download 744M model. #190

Closed ThomasWarn closed 5 years ago

ThomasWarn commented 5 years ago

When downloading the 744M model using the provided script, the "model.ckpt.data-00000-of-00001" file is only 210 bytes as compared to the 345M model which is roughly 1.42GB.

Any help would be appreciated. Thank you for your time.

Solution

You can use the incorrect parameter when running the py file and the download_model.py will still attempt to download files (and write a few of them). To solve this I used 774M instead of my incorrect 744M.