runtime error

11M/413M [00:02<00:05, 58.0MB/s]  Downloading: 40%|████ | 166M/413M [00:03<00:04, 57.6MB/s] Downloading: 55%|█████▍ | 226M/413M [00:04<00:03, 59.7MB/s] Downloading: 72%|███████▏ | 297M/413M [00:05<00:01, 64.9MB/s]Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2007, in from_pretrained resolved_archive_file = cached_path( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 284, in cached_path output_path = get_from_cache( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 594, in get_from_cache http_get(url_to_download, temp_file, proxies=proxies, resume_size=resume_size, headers=headers) File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 449, in http_get return func(*args, **kwargs) OSError: [Errno 28] No space left on device During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> model = AutoModelForSequenceClassification.from_pretrained("paragon-analytics/ADRv1").to(device) File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 446, in from_pretrained return model_class.from_pretrained(pretrained_model_name_or_path, *model_args, config=config, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2096, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'paragon-analytics/ADRv1'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'paragon-analytics/ADRv1' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack. Downloading: 77%|███████▋ | 316M/413M [00:06<00:01, 52.8MB/s]

Container logs:

Fetching error logs...