Can Data Files be generated upon dataset load?

  1. 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.
  2. You have to provide the path to the audio file in the “audio” field when you yield an example in _generate_examples