microsoft / unilm

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

Not able to download the data through the given link as well as the suffix string mentioned in other Issues #1546

Closed rishabbbps closed 1 month ago

rishabbbps commented 1 month ago

Trying to download the pre-trained model weights at https://layoutlm.blob.core.windows.net/readingbank/model/layoutreader-base-readingbank.zip results in an "PublicAccessNotPermitted" error.

` PublicAccessNotPermitted

Public access is not permitted on this storage account. RequestId:9b9c4a91-c01e-0055-4332-a4f8d9000000 Time:2024-05-12T06:06:03.8054052Z

`

And, I get a different error even when using the suffix string mentioned in https://github.com/microsoft/unilm/issues/1263 and https://github.com/microsoft/unilm/issues/1143 :

` AuthenticationFailed

Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:a949e78e-301e-008a-0632-a4b3e3000000 Time:2024-05-12T06:09:35.9823836Z Signature did not match. String to sign used was layoutlm r b o 2023-06-08T08:48:15Z 2033-06-08T16:48:15Z https 2022-11-02

`

shoshinL commented 1 month ago

I'm having the same issue and am happy to see wolfshow has been assigned to this. In the meantime @rishabbbps you might be able to access the weights here https://huggingface.co/nielsr/layoutreader-readingbank

rishabbbps commented 1 month ago

Thanks @shoshinL but we still need @wolfshow 's help to download the data.

HYPJUDY commented 1 month ago

Thank you for reporting this downloading issue. Please find the ReadingBank data and LayoutReader models at this OneDrive link. We have also updated the download links in the README files of ReadingBank and LayoutReader.

rishabbbps commented 1 month ago

Thanks a ton for everyone's help!