공부정리/NLP

[NLP] Hugging Face 오류 / 토큰 권한 변경 / HfHubHTTPError: <class 'requests.exceptions.HTTPError'> (Request ID: Root=1-63d9c8e7-7270e6f27fc51f431f1a5df3)You don't have the rights to create a model under this namespace - You don't have the rights..

sillon 2023. 2. 1. 11:12
728x90
반응형

학습을 끝마치고 다음과 같은 오류가 생겼다.

HfHubHTTPError: <class 'requests.exceptions.HTTPError'> (Request ID: Root=1-63d9c8e7-7270e6f27fc51f431f1a5df3)

You don't have the rights to create a model under this namespace - You don't have the rights to create a model under this namespace

이러한 오류는 토큰에서 read 로만 권한을 설정했기 때문이다!

따라서 write으로 설정된 토큰으로 변경해주자!

 

728x90
반응형