runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> tokenizer = AutoTokenizer.from_pretrained("https://huggingface.co/HOLYBOY/Sentiment_Analysis/blob/main/pytorch_model.bin") File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 686, in from_pretrained tokenizer_config = get_tokenizer_config(pretrained_model_name_or_path, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/tokenization_auto.py", line 519, in get_tokenizer_config resolved_config_file = cached_file( File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/hub.py", line 429, in cached_file resolved_file = hf_hub_download( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 110, in _inner_fn validate_repo_id(arg_value) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 158, in validate_repo_id raise HFValidationError( huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': 'https://huggingface.co/HOLYBOY/Sentiment_Analysis/blob/main/pytorch_model.bin'. Use `repo_type` argument if needed.

Container logs:

Fetching error logs...