From 9b9e03c4cc88ddfbbdf5f896918e57dc0298db41 Mon Sep 17 00:00:00 2001 From: pere Date: Mon, 16 Dec 2024 11:08:48 +0100 Subject: [PATCH] feat: update Norwegian models (#687) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated Norwegian Bokmål and Norwegian Nynorsk models Co-authored-by: Barabazs <31799121+Barabazs@users.noreply.github.com> --- whisperx/alignment.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whisperx/alignment.py b/whisperx/alignment.py index 5900e90..5ff09d9 100644 --- a/whisperx/alignment.py +++ b/whisperx/alignment.py @@ -53,8 +53,8 @@ DEFAULT_ALIGN_MODELS_HF = { "hi": "theainerd/Wav2Vec2-large-xlsr-hindi", "ca": "softcatala/wav2vec2-large-xlsr-catala", "ml": "gvs/wav2vec2-large-xlsr-malayalam", - "no": "NbAiLab/nb-wav2vec2-1b-bokmaal", - "nn": "NbAiLab/nb-wav2vec2-300m-nynorsk", + "no": "NbAiLab/nb-wav2vec2-1b-bokmaal-v2", + "nn": "NbAiLab/nb-wav2vec2-1b-nynorsk", "sk": "comodoro/wav2vec2-xls-r-300m-sk-cv8", "sl": "anton-l/wav2vec2-large-xlsr-53-slovenian", "hr": "classla/wav2vec2-xls-r-parlaspeech-hr",