runtime error

Exit code: 1. Reason: tokenizer_config.json: 0%| | 0.00/48.0 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 48.0/48.0 [00:00<00:00, 240kB/s] config.json: 0%| | 0.00/570 [00:00<?, ?B/s] config.json: 100%|██████████| 570/570 [00:00<00:00, 4.98MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s] vocab.txt: 100%|██████████| 232k/232k [00:00<00:00, 36.8MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 466k/466k [00:00<00:00, 19.4MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from inference import generate_response File "/home/user/app/inference.py", line 6, in <module> model = EvoTransformerForClassification.from_pretrained("trained_model") File "/home/user/app/evo_model.py", line 54, in from_pretrained config = EvoTransformerConfig.from_json_file(config_path) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 793, in from_json_file config_dict = cls._dict_from_json_file(json_file) File "/usr/local/lib/python3.10/site-packages/transformers/configuration_utils.py", line 798, in _dict_from_json_file with open(json_file, encoding="utf-8") as reader: FileNotFoundError: [Errno 2] No such file or directory: 'trained_model/config.json'

Container logs:

Fetching error logs...