Upload utt_spk_text_pure.tsv
#4
by
rishi70612
- opened
In this TSV file, I have converted Nepali numeric values to their corresponding Nepali text, using a mapping such as:
{
"०": "शून्य",
"१": "एक",
"२": "दुई",
"३": "तीन",
"४": "चार",
"५": "पाँच",
"६": "छ",
"७": "सात",
"८": "आठ",
"९": "नौ"
}
Additionally, since the audio files were trimmed to remove silence at the beginning and end, some files ended up containing no speech. These silent or empty audio files were identified and manually removed.
Most of the data cleaning tasks, including text correction and file verification, were performed manually.