Update alignment.py - added alignment for sk and sl languages

This commit is contained in:
Jan Panoch
2024-08-07 10:05:17 +02:00
committed by GitHub
parent 58f00339af
commit 912920c591

View File

@ -55,6 +55,8 @@ DEFAULT_ALIGN_MODELS_HF = {
"ml": "gvs/wav2vec2-large-xlsr-malayalam",
"no": "NbAiLab/nb-wav2vec2-1b-bokmaal",
"nn": "NbAiLab/nb-wav2vec2-300m-nynorsk",
"sk": "comodoro/wav2vec2-xls-r-300m-sk-cv8",
"sl": "anton-l/wav2vec2-large-xlsr-53-slovenian",
}