microsoft / unilm

Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
https://aka.ms/GeneralAI
MIT License
19.64k stars 2.51k forks source link

EdgeLM: checkpoint model access denied #1323

Open rvandernoort opened 1 year ago

rvandernoort commented 1 year ago

Describe the bug Model I am using (UniLM, MiniLM, LayoutLM ...): EdgeLM

The problem arises when using:

A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to link for checkpoint model, or even vocab: https://msranlp.blob.core.windows.net/edgeformer/v1/edgeformer_lora32_pretrain_checkpoint_250k.pt
  2. Get access denied:
    <Error>
    <Code>PublicAccessNotPermitted</Code>
    <Message>Public access is not permitted on this storage account. RequestId:<id> Time:<time></Message>
    </Error>

Expected behavior A clear and concise description of what you expected to happen. Could this model be made publicly available again?

rm-asif-amin commented 7 months ago

Did you get around this? facing the same