PEFT
Safetensors
English

Requesting access to adapter_model.safetensors for VDocRetriever-Phi3-vision

#1
by noblunder - opened

Hi, I'm trying to use the VDocRetriever-Phi3-vision model for academic research and evaluation.

However, I'm getting a 401 Unauthorized error when trying to download adapter_model.safetensors.

Could you please clarify whether special permission is needed to access this file under the NTT Evaluation License?

Happy to comply with any license terms. Thanks in advance!

NTT Human Informatics Laboratories Human Insight Laboratory org

Are you passing your HF token?
It should be passed in URL, Authorization: Bearer <TOKEN> in headers, like this
wget --header="Authorization: Bearer <TOKEN>" https://huggingface.co/NTT-hil-insight/VDocRetriever-Phi3-vision/resolve/main/adapter_model.safetensors

Thank you so much~!

This comment has been hidden (marked as Abuse)
noblunder changed discussion status to closed

Sign up or log in to comment