You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using audio folder builder (load_dataset("audiofolder", data_dir="/path/to/folder")), it cannot detect custom split name other than train/validation/test
Describe the bug
when using audio folder builder (
load_dataset("audiofolder", data_dir="/path/to/folder")
), it cannot detect custom split name other than train/validation/testSteps to reproduce the bug
i have the following folder structure
using
ds = load_dataset("audiofolder", data_dir="/path/to/my_dataset")
Expected behavior
i got
ds
with only 3 splits train/validation/test, whenever i rename train/validation/test folder it also disappear if i re-createds
Environment info
datasets
version: 3.5.0huggingface_hub
version: 0.30.2fsspec
version: 2024.9.0The text was updated successfully, but these errors were encountered: