Update openslr-nepali-asr-cleaned.py
Browse filesAdded a new configuration named pure that uses manually cleaned TSV and audio files with Nepali numerals converted to Nepali text. Also removed transcription for empty/silent audio manually.
openslr-nepali-asr-cleaned.py
CHANGED
@@ -63,6 +63,13 @@ _URLS = {
|
|
63 |
for k in [*range(10), *'abcdef']
|
64 |
],
|
65 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
}
|
67 |
|
68 |
|
|
|
63 |
for k in [*range(10), *'abcdef']
|
64 |
],
|
65 |
},
|
66 |
+
'pure': {
|
67 |
+
"index_file": "https://huggingface.co/datasets/spktsagar/openslr-nepali-asr-cleaned/resolve/main/data/utt_spk_text_pure.tsv",
|
68 |
+
"zipfiles": [
|
69 |
+
f"https://huggingface.co/datasets/spktsagar/openslr-nepali-asr-cleaned/resolve/main/data/asr_nepali_{k}.zip"
|
70 |
+
for k in [*range(10), *'abcdef']
|
71 |
+
],
|
72 |
+
},
|
73 |
}
|
74 |
|
75 |
|