rish-16 / gpt2client

✍🏻 gpt2-client: Easy-to-use TensorFlow Wrapper for GPT-2 117M, 345M, 774M, and 1.5B Transformer Models 🤖 📝
MIT License
372 stars 74 forks source link

changed download url and model names #39

Closed Xelef2000 closed 3 years ago

Xelef2000 commented 3 years ago

The https://storage.googleapis.com/gpt-2 bucket no longer exists. Because of this all files downloaded from this URL only contain:

"<?xml` version='1.0' encoding='UTF-8'?>NoSuchBucketThe specified bucket does not exist. "

I changed the URL to https://openaipublic.blob.core.windows.net/gpt-2/models/ and adjusted the model names for the 2 smaller models.

rish-16 commented 3 years ago

This is great, thank you so much!