runtime error

Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 399, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 106, in _inner_fn validate_repo_id(arg_value) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 154, in validate_repo_id raise HFValidationError( huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/content/drive/MyDrive/GuviProject/fine_tuned_model123'. Use `repo_type` argument if needed. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 36, in <module> model = GPT2LMHeadModel.from_pretrained(model_name_or_path) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3051, in from_pretrained resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 463, in cached_file raise EnvironmentError( OSError: Incorrect path_or_model_id: '/content/drive/MyDrive/GuviProject/fine_tuned_model123'. Please provide either the path to a local folder or the repo_id of a model on the Hub.

Container logs:

Fetching error logs...