microsoft / GODEL

Large-scale pretrained models for goal-directed dialog
http://aka.ms/GODEL
MIT License
853 stars 113 forks source link

Error downloading base model - "409 Public access is not permitted on this storage account." #54

Open mrdaliselmi opened 1 year ago

mrdaliselmi commented 1 year ago

Description:

I encountered an error while trying to download the base model for the Godel project. When executing the command : wget https://bapengstorage.blob.core.windows.net/fileshare/godel_base.tar.gz, I received the following error message: "409 Public access is not permitted on this storage account."

Steps to Reproduce:

Followed the installation steps mentioned in the repository's readme. Executed the command wget https://bapengstorage.blob.core.windows.net/fileshare/godel_base.tar.gz.

Expected Behavior:

I expected the base model to be downloaded successfully without any errors.

Actual Behavior:

Instead, I encountered the error message "409 Public access is not permitted on this storage account," which prevented the download. image I would appreciate it if someone could provide assistance in resolving this issue. It would be great if an alternative download link could be provided or if the instructions in the readme could be updated to address this problem. Access to the base model is essential for proceeding with the installation and fine-tuning of Godel.

Thank you for your attention to this matter.

ba2512005 commented 10 months ago

@wooters @themanojkumar @chrisbrockett @LarsLiden Any way we can get access to this file?

ba2512005 commented 10 months ago

@mrdaliselmi I found this during my research: https://huggingface.co/microsoft/GODEL-v1_1-large-seq2seq/tree/main You can use this instead of the wget cmd in the instructions. This one has the instructions on how to use