From 9375c07ac076bff3cfdbb053daccee8689a290c0 Mon Sep 17 00:00:00 2001 From: "hongliang.yuan" Date: Tue, 25 Nov 2025 17:32:56 +0800 Subject: [PATCH] fix conformer pretrained model link error --- models/audio/speech_recognition/conformer/igie/README.md | 2 +- models/audio/speech_recognition/conformer/ixrt/README.md | 2 +- tests/model_info.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/models/audio/speech_recognition/conformer/igie/README.md b/models/audio/speech_recognition/conformer/igie/README.md index 585d70d0..1596f260 100644 --- a/models/audio/speech_recognition/conformer/igie/README.md +++ b/models/audio/speech_recognition/conformer/igie/README.md @@ -18,7 +18,7 @@ Conformer applies convolution to the Encoder layer of Transformer, enhancing the ### Prepare Resources -Pretrained model: +Pretrained model: Dataset: to download the Aishell dataset. diff --git a/models/audio/speech_recognition/conformer/ixrt/README.md b/models/audio/speech_recognition/conformer/ixrt/README.md index fd7a35de..ca812582 100644 --- a/models/audio/speech_recognition/conformer/ixrt/README.md +++ b/models/audio/speech_recognition/conformer/ixrt/README.md @@ -15,7 +15,7 @@ Conformer is a speech recognition model proposed by Google in 2020. It combines ### Prepare Resources -Pretrained model: +Pretrained model: Dataset: to download the Aishell dataset. diff --git a/tests/model_info.json b/tests/model_info.json index aa8dbd39..b13dcb19 100644 --- a/tests/model_info.json +++ b/tests/model_info.json @@ -24,7 +24,7 @@ "github_branch": "", "github_path": "", "datasets": "https://www.openslr.org/33/aishell", - "download_url": "http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20211025_conformer_exp", + "download_url": "https://wenet-1256283475.cos.ap-shanghai.myqcloud.com/models/wenetspeech/20211025_conformer_exp", "need_third_part": true, "precisions": [ "fp16" @@ -57,7 +57,7 @@ "github_branch": "", "github_path": "", "datasets": "https://www.openslr.org/33/aishell.tar.gz", - "download_url": "http://mobvoi-speech-public.ufile.ucloud.cn/public/wenet/aishell/20211025_conformer_exp.tar.gz", + "download_url": "https://wenet-1256283475.cos.ap-shanghai.myqcloud.com/models/wenetspeech/20211025_conformer_exp", "need_third_part": true, "precisions": [ "fp16" -- Gitee