runtime error

Exit code: 1. Reason: he checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model). - This IS NOT expected if you are initializing ViTModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). 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. Downloading builder script: 0%| | 0.00/3.36k [00:00<?, ?B/s] Downloading builder script: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 3.36k/3.36k [00:00<00:00, 20.6MB/s] Downloading readme: 0%| | 0.00/1.69k [00:00<?, ?B/s] Downloading readme: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 1.69k/1.69k [00:00<00:00, 13.0MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> dataset = load_dataset("Matthijs/snacks") File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2587, in load_dataset builder_instance = load_dataset_builder( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2259, in load_dataset_builder dataset_module = dataset_module_factory( File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1910, in dataset_module_factory raise e1 from None File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1883, in dataset_module_factory ).get_module() File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1532, in get_module raise ValueError( ValueError: Loading Matthijs/snacks requires you to execute the dataset script in that repo on your local machine. Make sure you have read the code there to avoid malicious use, then set the option `trust_remote_code=True` to remove this error.

Container logs:

Fetching error logs...