Create multiple dataset configs with `push_to_hub()` method?

Hi, is it possible to use the push_to_hub() method to create a dataset with multiple configs?

Context: I’m working with a large audio dataset and would like to quickly create “small”, “medium”, and “large” subsets that I can load with

load_dataset("music_genres", "small")

I know I can write my own dataset loading script, but I’m wondering if there’s a simpler way :slight_smile:

Hi! Not yet, but we have an issue open for this feature. I think we are going to address it soon.

2 Likes