Hello hf community, thanks for reading my post, I’ll appreciate if you are willing to solve my issues that listed below.
- As shown in Create an image dataset (huggingface.co), loading script is marked as legacy, but why? How to customize my own dataset in the latest style?
- How to load custom dataset by
load_dataset
instead offrom_
methods? - How to pass arguments to my own datasets to loading script?