Update alignment.py - trying another hr alignment

This commit is contained in:
Jan Panoch
2024-08-08 08:37:55 +02:00
committed by GitHub
parent 59b4d88d1d
commit 9a9b6171e6

View File

@ -58,7 +58,8 @@ DEFAULT_ALIGN_MODELS_HF = {
"sk": "comodoro/wav2vec2-xls-r-300m-sk-cv8",
"sl": "anton-l/wav2vec2-large-xlsr-53-slovenian",
# "hr": "classla/wav2vec2-large-slavic-parlaspeech-hr-lm",
"hr": "facebook/wav2vec2-base-hr-voxpopuli-v2",
"hr": "classla/wav2vec2-xls-r-parlaspeech-hr",
# "hr": "facebook/wav2vec2-base-hr-voxpopuli-v2",
}