- You can download the csv/json files and then generate the dict records in python by reading your csv/json files on-the-fly in
_generate_examples
, without having to new files on disk. - You have to provide the path to the audio file in the “audio” field when you yield an example in
_generate_examples