runtime error
Exit code: 1. Reason: ubHTTPError, str(e), response) from e huggingface_hub.errors.HfHubHTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/p1atdev/dart-v2-vectors/resolve/main/config.json (Request ID: Root=1-67f82274-1973bb2d73813022195dc5a6;ef32e9c4-7868-4918-9c6d-63910c99e825) Invalid credentials in Authorization header During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 182, in <module> demo() File "/home/user/app/app.py", line 60, in demo label2emb = prepare_embeddings() File "/home/user/app/app.py", line 42, in prepare_embeddings tokenizer = AutoTokenizer.from_pretrained(TOKENIZER_NAME, use_auth_token=HF_TOKEN) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 782, in from_pretrained config = AutoConfig.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/configuration_auto.py", line 1111, in from_pretrained config_dict, unused_kwargs = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 633, in get_config_dict config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 688, in _get_config_dict resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 460, in cached_file raise EnvironmentError(f"There was a specific connection error when trying to load {path_or_repo_id}:\n{err}") OSError: There was a specific connection error when trying to load p1atdev/dart-v2-vectors: 401 Client Error: Unauthorized for url: https://huggingface.co/p1atdev/dart-v2-vectors/resolve/main/config.json (Request ID: Root=1-67f82274-1973bb2d73813022195dc5a6;ef32e9c4-7868-4918-9c6d-63910c99e825) Invalid credentials in Authorization header
Container logs:
Fetching error logs...