load_dataset
with audiofolder
- specify dataset configuration via name
#7422
Unanswered
maxstrobel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Since your dataset is local and includes a README.md with a YAML configuration defining Can you try with this? from datasets import load_dataset
dataset = load_dataset("./test/audio", name="config_0", split="train") |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm struggling how to use the
name
parameter withload_dataset
andaudiofolder
.If I run this command, I get always the full dataset and not only the specified config - any ideas what I'm doing wrong?
My dataset is organized as follows:
with the yaml header in README.md
Beta Was this translation helpful? Give feedback.
All reactions