runtime error

Exit code: 1. Reason: Loading tokenizer and model from: Khayumov/AI_chatbot... Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. tokenizer_config.json: 0%| | 0.00/50.7k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 50.7k/50.7k [00:00<00:00, 110MB/s] tokenizer.json: 0%| | 0.00/17.2M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 17.2M/17.2M [00:00<00:00, 41.2MB/s] chat_template.jinja: 0%| | 0.00/389 [00:00<?, ?B/s] chat_template.jinja: 100%|██████████| 389/389 [00:00<00:00, 2.22MB/s] Traceback (most recent call last): File "/app/app.py", line 16, in <module> model = AutoModelForCausalLM.from_pretrained( model_id, ...<3 lines>... token=hf_token ) File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 329, in from_pretrained config, kwargs = AutoConfig.from_pretrained( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ pretrained_model_name_or_path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<4 lines>... **kwargs, ^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/transformers/models/auto/configuration_auto.py", line 419, in from_pretrained raise ValueError( ...<2 lines>... ) ValueError: Unrecognized model in Khayumov/AI_chatbot. Should have a `model_type` key in its config.json.

Container logs:

Fetching error logs...