raianand commited on
Commit
28c53e2
1 Parent(s): 57d6936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -161,19 +161,20 @@ print(transcription)
161
 
162
  ```python
163
  {
164
- audio_id: GGlaqd17Ctg,
165
  audio: {'array': [[-0.05644894391298294, -0.07796351611614227 ]],'sampling_rate':16000},
166
- raw_text: So, and various details are listed there in the map it will not be very clear right now in this video screen. But I will advise you to purchase the map or go to a laboratory or somewhere where you can have a map.,
167
- normalized_text: so and various details are listed there in the map it will not be very clear right now in this video screen but i will advise you to purchase the map or go to a laboratory or somewhere where you can have a map,
168
- gender: M,
169
- speaker_id: 74,
170
- accent: NORTH,
171
- caste: UR,
172
- speech_duration_seconds: 16.88,
173
- year_class: LES_2000,
174
- speech_class: FAST,
175
- discipline_group: Engineering,
176
- topic: Lecture 1 Surveying,
 
177
  }
178
 
179
  ```
 
161
 
162
  ```python
163
  {
164
+ ID: GGlaqd17Ctg,
165
  audio: {'array': [[-0.05644894391298294, -0.07796351611614227 ]],'sampling_rate':16000},
166
+ split: train ,
167
+ Transcript: So, and various details are listed there in the map it will not be very clear right now in this video screen. But I will advise you to purchase the map or go to a laboratory or somewhere where you can have a map.,
168
+ Normalised_Transcript: so and various details are listed there in the map it will not be very clear right now in this video screen but i will advise you to purchase the map or go to a laboratory or somewhere where you can have a map,
169
+ Gender: M,
170
+ Speaker_ID: 74,
171
+ Native_Region: NORTH,
172
+ Caste: UR,
173
+ Speech_Duration_seconds: 16.88,
174
+ Year_Class: LES_2000,
175
+ Speech_Class: FAST,
176
+ Discipline_Group: Engineering,
177
+ Topic: Lecture 1 Surveying,
178
  }
179
 
180
  ```