ESB Test Sets: Parquet & Sorted This dataset takes the open asr leaderboard/datasets test only data and sorts each split by audio length. The format is also changed, from custom loading script (un safe remote code) to parquet (safe). Broadly speaking, this dataset was generated with the following code snippet: All eight of datasets in ESB can be downloaded and prepared in just a single line of code through the Hugging Face Datasets library: "esb/datasets" : the repository namespace. This is fixed for all ESB datasets. "librispeech" : the dataset name. This can be changed to any of any one of the eight datasets in ESB to download that dataset. split="train" : the split. Set this to one of train/validation/test to generate a specific split. Omit the split argument to generate all splits for a dataset. The datasets are full prepared, such that the audio and transcription files can be used directly in training/evaluation scripts. Dataset Information A data point can be accessed by indexing the dataset object loaded through load dataset : A typical data point comprises the path to the audio file and its transcription. Also included is information of the dataset from which the sample der…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy