runtime error

e2c54d808f49266879a9;1b5efc65-28a7-47e6-82d6-fb5ca0d2d68c) Repository Not Found for url: https://huggingface.co/bert-base-uncased/resolve/main/config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. User Access Token "Write Token" is expired The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> toxicity = Detoxify('original') File "/usr/local/lib/python3.10/site-packages/detoxify/detoxify.py", line 104, in __init__ self.model, self.tokenizer, self.class_names = load_checkpoint( File "/usr/local/lib/python3.10/site-packages/detoxify/detoxify.py", line 57, in load_checkpoint model, tokenizer = get_model_and_tokenizer( File "/usr/local/lib/python3.10/site-packages/detoxify/detoxify.py", line 21, in get_model_and_tokenizer config = model_class.config_class.from_pretrained(model_type, num_labels=num_classes) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 604, in from_pretrained 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 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 421, in cached_file raise EnvironmentError( OSError: bert-base-uncased is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`

Container logs:

Fetching error logs...