runtime error
Exit code: 1. Reason: _extraction_vit.py:28: FutureWarning: The class ViTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ViTImageProcessor instead. warnings.warn( model.safetensors: 0%| | 0.00/346M [00:00<?, ?B/s][A model.safetensors: 6%|▌ | 21.2M/346M [00:01<00:16, 19.3MB/s][A model.safetensors: 100%|█████████▉| 346M/346M [00:01<00:00, 195MB/s] Some weights of ViTModel were not initialized from the model checkpoint at google/vit-base-patch16-224 and are newly initialized: ['vit.pooler.dense.bias', 'vit.pooler.dense.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> exec(os.environ.get('CODE')) File "<string>", line 15, in <module> File "/home/user/.local/lib/python3.10/site-packages/datasets/load.py", line 2523, in load_dataset builder_instance = load_dataset_builder( File "/home/user/.local/lib/python3.10/site-packages/datasets/load.py", line 2195, in load_dataset_builder dataset_module = dataset_module_factory( File "/home/user/.local/lib/python3.10/site-packages/datasets/load.py", line 1846, in dataset_module_factory raise e1 from None File "/home/user/.local/lib/python3.10/site-packages/datasets/load.py", line 1828, in dataset_module_factory ).get_module() File "/home/user/.local/lib/python3.10/site-packages/datasets/load.py", line 1177, in get_module hfh_dataset_info = HfApi(config.HF_ENDPOINT).dataset_info( File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2150, in dataset_info return DatasetInfo(**data) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 770, in __init__ self.tags = kwargs.pop("tags") KeyError: 'tags'
Container logs:
Fetching error logs...