ysdede commited on
Commit
1067bdf
·
verified ·
1 Parent(s): 10316ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -42
README.md CHANGED
@@ -177,44 +177,7 @@ We've standardized the naming to "validation" throughout this documentation for
177
 
178
  One text file in the validated split was flagged for being too short (2 characters), but was still included in the final dataset.
179
 
180
- The processed dataset was saved as 'commonvoice_17_tr_fixed' with corresponding split metrics in JSON format.
181
-
182
- ### Detailed Split Metrics (JSON)
183
-
184
- ```json
185
- {
186
- "train": {
187
- "file_count": 26501,
188
- "total_duration_hours": 19.84,
189
- "min_duration_seconds": 1.04,
190
- "max_duration_seconds": 9.58,
191
- "avg_duration_seconds": 2.69
192
- },
193
- "test": {
194
- "file_count": 9650,
195
- "total_duration_hours": 7.33,
196
- "min_duration_seconds": 1.08,
197
- "max_duration_seconds": 9.29,
198
- "avg_duration_seconds": 2.74
199
- },
200
- "validation": {
201
- "file_count": 8639,
202
- "total_duration_hours": 6.27,
203
- "min_duration_seconds": 1.04,
204
- "max_duration_seconds": 9.18,
205
- "avg_duration_seconds": 2.61
206
- },
207
- "validated": {
208
- "file_count": 46345,
209
- "total_duration_hours": 32.69,
210
- "min_duration_seconds": 1.04,
211
- "max_duration_seconds": 9.07,
212
- "avg_duration_seconds": 2.54
213
- }
214
- }
215
- ```
216
-
217
- This JSON format makes it easy to use these metrics programmatically in other tools and analyses.
218
 
219
  ## Text Processing and Standardization
220
 
@@ -223,21 +186,18 @@ This JSON format makes it easy to use these metrics programmatically in other to
223
  - Simplified the character set by:
224
  - Standardizing quotation marks
225
  - Removing infrequently used special characters
226
- - Normalizing Turkish-specific characters
227
 
228
  ### Text Quality Improvements
229
  - Generated word frequency metrics to identify potential issues
230
  - Corrected common Turkish typos and grammar errors
231
  - Standardized punctuation and spacing
232
- - Fixed inconsistent letter casing
233
 
234
  ## Results
235
 
236
  The final dataset shows significant improvements:
237
- - Clean, non-overlapping splits preventing data leakage
238
  - Removed unnecessary silence and noise from audio
239
  - Consistent audio durations above 1.0 seconds
240
  - Standardized text with corrected Turkish grammar and typography
241
  - Maintained original metadata (age, upvotes, etc.)
242
 
243
- These improvements make the dataset more suitable for training speech recognition models while maintaining the diversity and richness of the original CommonVoice collection.
 
177
 
178
  One text file in the validated split was flagged for being too short (2 characters), but was still included in the final dataset.
179
 
180
+ The processed dataset was saved as 'commonvoice_17_tr_fixed'.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
 
182
  ## Text Processing and Standardization
183
 
 
186
  - Simplified the character set by:
187
  - Standardizing quotation marks
188
  - Removing infrequently used special characters
 
189
 
190
  ### Text Quality Improvements
191
  - Generated word frequency metrics to identify potential issues
192
  - Corrected common Turkish typos and grammar errors
193
  - Standardized punctuation and spacing
 
194
 
195
  ## Results
196
 
197
  The final dataset shows significant improvements:
 
198
  - Removed unnecessary silence and noise from audio
199
  - Consistent audio durations above 1.0 seconds
200
  - Standardized text with corrected Turkish grammar and typography
201
  - Maintained original metadata (age, upvotes, etc.)
202
 
203
+ These improvements make the dataset more suitable for training speech recognition models while maintaining the diversity and richness of the original CommonVoice collection.