Add Urdu model support for alignment

This commit is contained in:
Ahmad Bilal
2023-07-17 19:29:41 +05:00
parent befe2b242e
commit 734ecc2844

View File

@ -48,6 +48,7 @@ DEFAULT_ALIGN_MODELS_HF = {
"he": "imvladikon/wav2vec2-xls-r-300m-hebrew",
"vi": 'nguyenvulebinh/wav2vec2-base-vi',
"ko": "kresnik/wav2vec2-large-xlsr-korean",
"ur": "kingabzpro/wav2vec2-large-xls-r-300m-Urdu"
}