Hi! Iām trying to load my own created Dateset from a folder which I created on my PC. The set contains wav and txt files which i want to use to train an asr model. However when I try to load the Dataset, the audio files are recognized as a feature but not the txt files. I tried to use load_dataset (my path to the folder)
the folder looks like this:
Does anybody know why the text files dont get recognized??
This format is not supported - you should use the āaudiofolder
with metadataā structure instead (docs).