I have a collection of local audio files that I want to load using load_datasets. But the transcriptions contain commas, so I want to use a different delimiter in my metadata.csv file. However, when I use load_dataset(“audiodir”, …) I can’t use the delimiter feature. What is the best way to handle this?
Maybe you can use JSON Lines instead of CSV ?