Update README.md
Browse files
README.md
CHANGED
@@ -172,12 +172,11 @@ The dataset has the following structure:
|
|
172 |
* `normalized_text` (string) - The normalized transcription of the audio segment, which is typically cleaned and adjusted for clarity.
|
173 |
* `gender` (string) - The gender of the speaker (e.g., "M", "F").
|
174 |
* `speaker_id` (string) - A unique identifier for the speaker.
|
175 |
-
|
176 |
-
* `accent` (string) - The type of accent spoken in the audio (e.g., "en_us" for American English, "en_uk" for British English). If no accent is present, it is set to "None".
|
177 |
* `caste` (string) - The caste group of the speaker, (RES: Reserved Category, UR: Unreserved Category)
|
178 |
* `speech_duration_seconds` (float) - The duration of the speech in seconds.
|
179 |
* `year_class` (string) - The academic year and class the speaker belongs to (e.g., LES_1980: Lecturers with PhD before 1980, LES_1990: Lecturers with PhD between 1980 to 1990, LES_2000: Lecturers with PhD between 1990 to 2000, GRT_2000:Lecturers with PhD post 2000 ).
|
180 |
* `speech_class` (string) - The classification of speech rate, e.g., "SLOW", "AVG", "FAST".
|
|
|
181 |
* `discipline_group` (string) - The speaker's discipline or academic field (e.g., "Engineering", "Non-Engineering").
|
182 |
* `topic` (string) - The topic of the lecture or speech given by the speaker.
|
183 |
|
|
|
172 |
* `normalized_text` (string) - The normalized transcription of the audio segment, which is typically cleaned and adjusted for clarity.
|
173 |
* `gender` (string) - The gender of the speaker (e.g., "M", "F").
|
174 |
* `speaker_id` (string) - A unique identifier for the speaker.
|
|
|
|
|
175 |
* `caste` (string) - The caste group of the speaker, (RES: Reserved Category, UR: Unreserved Category)
|
176 |
* `speech_duration_seconds` (float) - The duration of the speech in seconds.
|
177 |
* `year_class` (string) - The academic year and class the speaker belongs to (e.g., LES_1980: Lecturers with PhD before 1980, LES_1990: Lecturers with PhD between 1980 to 1990, LES_2000: Lecturers with PhD between 1990 to 2000, GRT_2000:Lecturers with PhD post 2000 ).
|
178 |
* `speech_class` (string) - The classification of speech rate, e.g., "SLOW", "AVG", "FAST".
|
179 |
+
* `native_region` (string) - Indian region to which speaker belongs to. ("WEST","EAST","NORTH","SOUTH")
|
180 |
* `discipline_group` (string) - The speaker's discipline or academic field (e.g., "Engineering", "Non-Engineering").
|
181 |
* `topic` (string) - The topic of the lecture or speech given by the speaker.
|
182 |
|