반응형
/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
자신의 허깅 페이스 설정>Access Tokens 메뉴 로 이동하여
New token 을 생성 (read 옵션)
복사 합니다.
2. 코딩을 추가 한후 아래와 같이 입력합니다.
저 토큰 란에 생성한 토큰을 입력합니다.
반응형
'Development > AI' 카테고리의 다른 글
[Python][AI] Llama 2 PC 에서 독립하여 구축 하기 (1) | 2024.02.06 |
---|---|
[AI] Google Gemini API Key 발급 방법 (0) | 2024.01.30 |
[AI] OpenAI Key 발급 하기 (0) | 2024.01.30 |
댓글