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

Update README.md

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