Merge pull request #277 from Boulaouaney/add-Korean-alignment-model

added Korean wav2vec2 model
This commit is contained in:
Max Bain
2023-05-26 17:12:47 +01:00
committed by GitHub

View File

@ -42,6 +42,7 @@ DEFAULT_ALIGN_MODELS_HF = {
"tr": "mpoyraz/wav2vec2-xls-r-300m-cv7-turkish",
"da": "saattrupdan/wav2vec2-xls-r-300m-ftspeech",
"he": "imvladikon/wav2vec2-xls-r-300m-hebrew",
"ko": "kresnik/wav2vec2-large-xlsr-korean",
}