FileNotFoundError

I use dataset darentang/generated for finetune LayoutLM and get into error when doing
dataset[“train”].map with ‘pixel_values’

FileNotFoundError: [Errno 2] No such file or directory: ‘/storage/hf-datasets-cache/all/datasets/36342696717149-config-parquet-and-info-darentang-generated-58180a62/downloads/extracted/7c3771ddf19aac357a64811f3ddb8a2226bc809099bc51d32134dcc319648f68/generated/train/images/0.png’

The dataset only has the image link. how the hf-dataset of the images is saved and accessed?

I tried to run it on google colab