openai / gpt-2

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

Error with python download_model 117M #282

Closed KabalanKeirouz closed 3 years ago

KabalanKeirouz commented 3 years ago

https://storage.googleapis.com/gpt-2/models/117M/checkpoint ... ... https://storage.googleapis.com/gpt-2/models/117M/vocab.bpe

AccessDenied Access denied.
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.

Getting this error, even when I visit the link normally from the browser.

little512 commented 3 years ago

I'm also getting this error. There is a way to make storage buckets public if that would be a valid solution.

little512 commented 3 years ago

@KabalanKeirouz I believe the issue has been fixed, I can download the 124M model using gpt-2-simple on Google Colab.

KabalanKeirouz commented 3 years ago

@KabalanKeirouz I believe the issue has been fixed, I can download the 124M model using gpt-2-simple on Google Colab.

It did not work for me yet. When I run the download model script, it is still loading me with contents full of XML phrases with the same error message, and this is on google colab.

Thomasbehan commented 3 years ago

Moved to azure see the latest commit

KabalanKeirouz commented 3 years ago

I was requesting to the wrong url. Issue solved when copied download_model.py from openai github repo