unilm
unilm copied to clipboard
EdgeLM: checkpoint model access denied
Describe the bug Model I am using (UniLM, MiniLM, LayoutLM ...): EdgeLM
The problem arises when using:
- [X] README link to checkpoint model
A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to link for checkpoint model, or even vocab: https://msranlp.blob.core.windows.net/edgeformer/v1/edgeformer_lora32_pretrain_checkpoint_250k.pt
- 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?
- Platform: ubuntu 22.04
- Python version: NI
- PyTorch version (GPU?): NI
Did you get around this? facing the same