RaviNaik commited on
Commit
16e46d9
·
verified ·
1 Parent(s): b145e3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -76,15 +76,15 @@ The dataset contains total of 2283 training, 368 validation and 838 test samples
76
  ### Data Fields
77
  The data fields are the same among all splits.
78
 
79
- id (int): ID of audio sample
80
- num_samples (int): Number of float values
81
- path (str): Path to the audio file
82
- audio (dict): Audio object including loaded audio array, sampling rate and path ot audio
83
- raw_transcription (str): The non-normalized transcription of the audio file
84
- transcription (str): Transcription of the audio file
85
- gender (int): Class id of gender
86
- lang_id (int): Class id of language
87
- lang_group_id (int): Class id of language group
88
 
89
 
90
  ### Use with Datasets
 
76
  ### Data Fields
77
  The data fields are the same among all splits.
78
 
79
+ id (int): ID of audio sample
80
+ num_samples (int): Number of float values
81
+ path (str): Path to the audio file
82
+ audio (dict): Audio object including loaded audio array, sampling rate and path ot audio
83
+ raw_transcription (str): The non-normalized transcription of the audio file
84
+ transcription (str): Transcription of the audio file
85
+ gender (int): Class id of gender
86
+ lang_id (int): Class id of language
87
+ lang_group_id (int): Class id of language group
88
 
89
 
90
  ### Use with Datasets