I know that we can use dataset = load_dataset(‘imagefolder’,data_dir=‘/home/’ ) to load images with captions in meta.jsonl. So how to use different jsonl files?
I mean, I want to use meta_set1.json for one experiment and use meta_set2.json for another experiment, but they all use the same data_dir. In other words, how can I define the meta.json file in ‘imagefolder’ setup?
Thanks!