runtime error
Exit code: 1. Reason: INFO:__main__:Loading model and tokenizer... config.json: 0%| | 0.00/1.81k [00:00<?, ?B/s][A config.json: 100%|██████████| 1.81k/1.81k [00:00<00:00, 17.0MB/s] ERROR:__main__:Error loading model: Zabihin/Symptom_to_Diagnosis does not appear to have a file named pytorch_model.bin but there is a file for TensorFlow weights. Use `from_tf=True` to load this model from those weights. Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> model = AutoModelForSequenceClassification.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 600, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 311, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4674, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 1223, in _get_resolved_checkpoint_files raise OSError( OSError: Zabihin/Symptom_to_Diagnosis does not appear to have a file named pytorch_model.bin but there is a file for TensorFlow weights. Use `from_tf=True` to load this model from those weights.
Container logs:
Fetching error logs...