From f72d19508c82a13369f9031bc1e3d7f238119250 Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期五, 05 五月 2023 16:24:03 +0800
Subject: [PATCH] update model_revision

---
 egs_modelscope/asr/paraformer/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404/finetune.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/egs_modelscope/asr/paraformer/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404/finetune.py b/egs_modelscope/asr/paraformer/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404/finetune.py
index 34c7cf9..9d08923 100644
--- a/egs_modelscope/asr/paraformer/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404/finetune.py
+++ b/egs_modelscope/asr/paraformer/speech_paraformer-large-contextual_asr_nat-zh-cn-16k-common-vocab8404/finetune.py
@@ -14,6 +14,7 @@
     ds_dict = MsDataset.load(params.data_path)
     kwargs = dict(
         model=params.model,
+        model_revision="v1.0.2",
         data_dir=ds_dict,
         dataset_type=params.dataset_type,
         work_dir=params.output_dir,

--
Gitblit v1.9.1