본문 바로가기
Development/AI

[AI] Colab 에서 Hugging Face 토큰 오류 해결

by qWooWp 2024. 2. 13.
반응형

 

/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_token.py:88: UserWarning: 
The secret `HF_TOKEN` does not exist in your Colab secrets.
To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.
You will be able to reuse this secret in all of your notebooks.
Please note that authentication is recommended but still optional to access public models or datasets.

위와 같은 허깅 페이스 사용을 하려고 하면 오류가 발생합니다. 

 

이때 아래와 같이 해주면 됩니다. 

1. https://huggingface.co/settings/tokens

 

Hugging Face – The AI community building the future.

Forgot your password? SSO is available for companies

huggingface.co

자신의 허깅 페이스 설정>Access Tokens 메뉴 로 이동하여

New token 을 생성 (read 옵션) 

 

복사 합니다. 

 

2. 코딩을 추가 한후 아래와 같이 입력합니다. 

저 토큰 란에 생성한 토큰을 입력합니다. 

 

반응형

댓글