shibing624/ChatPDF

bce-reranker-base_v1无法下载

Closed this issue · 2 comments

401 Client Error: Unauthorized for url: https://huggingface.co/maidalun1020/bce-reranker-base_v1/resolve/main/config.json

Cannot access gated repo for url https://huggingface.co/maidalun1020/bce-reranker-base_v1/resolve/main/config.json.
Repo model maidalun1020/bce-reranker-base_v1 is gated. You must be authenticated to access it.

网站上已授权,在代码访问 https://huggingface.co/maidalun1020/bce-reranker-base_v1/resolve/main/config.json
的时候需要和token绑定。

https://discuss.huggingface.co/t/how-to-use-gated-models/53234
看需要引入from huggingface_hub import login
login(token = 'my token')

已提交代码