Ошибка авторизации при загрузке обученных моделей с Huggingface.co

Я пытаюсь загрузить предварительно обученные модели и получаю ошибку ниже,

      $ git clone --verbose --progress https://huggingface.co/joeddav/xlm-roberta-large-xnli
Cloning into 'xlm-roberta-large-xnli'...
POST git-upload-pack (175 bytes)
remote: Enumerating objects: 37, done.
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 37 (delta 16), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (37/37), 2.47 MiB | 707.00 KiB/s, done.
Updating files: 100% (8/8), done.
Downloading pytorch_model.bin (2.2 GB)
Error downloading object: pytorch_model.bin (947e0ce): Smudge error: Error downloading pytorch_model.bin (947e0cebe09808e3279f38ceeca58af60c1fcebefbdfa54642285f35a0f8ec57): batch response: Authorization error: https://huggingface.co/joeddav/xlm-roberta-large-xnli.git/inf
o/lfs/objects/batch
Check that you have proper access to the repository

Errors logged to C:\Users\xxxxxxxx\Desktop\2022-05\20220513\xlm-roberta-large-xnli\.git\lfs\logs\20220519T151028.087557.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: pytorch_model.bin: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Чтобы избежать ошибки суммирования, я сделал git lfs install --skip-smudge

Теперь клон работает, но попытка извлечь файл LFS не удалась.

      $ git clone https://huggingface.co/joeddav/xlm-roberta-large-xnli
Cloning into 'xlm-roberta-large-xnli'...
remote: Enumerating objects: 37, done.
remote: Counting objects: 100% (37/37), done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 37 (delta 16), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (37/37), 2.47 MiB | 341.00 KiB/s, done.
Updating files: 100% (8/8), done.

$ cd xlm-roberta-large-xnli/
$ git lfs pull
batch response: Authorization error: https://huggingface.co/joeddav/xlm-roberta-large-xnli.git/info/lfs/objects/batch
Check that you have proper access to the repository
error: failed to fetch some objects from 'https://huggingface.co/joeddav/xlm-roberta-large-xnli.git/info/lfs'

сталкивались ли вы с этой проблемой раньше, как я могу исправить Authorization error, Я создал учетную запись Huggingface.co, но не знаю, как предоставить учетные данные!

Редактировать 1: Проблема была не с сайтом Huggingface, а с политикой моей организации. Мне удалось успешно организовать ноутбук и git clone на личном устройстве.

0 ответов

Другие вопросы по тегам