runtime error

Exit code: 1. Reason: json: 0%| | 0.00/579 [00:00<?, ?B/s] config.json: 100%|██████████| 579/579 [00:00<00:00, 4.07MB/s] pytorch_model.bin: 0%| | 0.00/371M [00:00<?, ?B/s] pytorch_model.bin: 37%|███▋ | 136M/371M [00:01<00:01, 132MB/s] pytorch_model.bin: 100%|█████████▉| 371M/371M [00:01<00:00, 290MB/s] model.safetensors: 0%| | 0.00/371M [00:00<?, ?B/s] model.safetensors: 40%|███▉ | 147M/371M [00:01<00:01, 144MB/s] model.safetensors: 100%|█████████▉| 371M/371M [00:01<00:00, 266MB/s] Traceback (most recent call last): File "/home/user/app/anonymous_demo/functional/config/config_manager.py", line 34, in __getattribute__ value = super().__getattribute__("args")[arg_name] KeyError: 'tokenizer' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/pyabsa/tasks/TextAdversarialDefense/prediction/tad_classifier.py", line 199, in __init__ self.tokenizer = self.config.tokenizer File "/home/user/app/anonymous_demo/functional/config/config_manager.py", line 41, in __getattribute__ return super().__getattribute__(arg_name) AttributeError: 'TADConfigManager' object has no attribute 'tokenizer' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 196, in <module> init() File "/home/user/app/app.py", line 57, in init ] = TADCheckpointManager.get_tad_text_classifier( File "/usr/local/lib/python3.10/site-packages/pyabsa/framework/checkpoint_class/checkpoint_template.py", line 255, in get_tad_text_classifier return TADTextClassifier( File "/usr/local/lib/python3.10/site-packages/pyabsa/tasks/TextAdversarialDefense/prediction/tad_classifier.py", line 206, in __init__ raise RuntimeError( RuntimeError: Exception: 'TADConfigManager' object has no attribute 'tokenizer' Fail to load the model from TAD-AGNEWS10K!

Container logs:

Fetching error logs...