#334·donut

dataset

Author: gyniyCreated Jun 28, 2025Updated Jun 28, 2025

We use that format to organize the data, but we get an error: dataset_name ├── test │ ├── metadata.jsonl │ ├── {image_path0} │ ├── {image_path1} │ . │ . ├── train │ ├── metadata.jsonl │ ├── {image_path0} │ ├── {image_path1} │ . │ . └── validation ├── metadata.jsonl ├── {image_path0} ├── {image_path1} error:

Image