datasets.Features( { "train": datasets.Sequence( { "image_path": datasets.Value("string"), "caption": datasets.Value("string"), } ), } )