From fce4e1d1b48f23cd8332e60afce3df8d6209a6a7 Mon Sep 17 00:00:00 2001
From: gaochangfeng <54253717+gaochangfeng@users.noreply.github.com>
Date: 星期四, 11 四月 2024 14:59:22 +0800
Subject: [PATCH] SenseVoice对富文本解码的参数 (#1608)

---
 examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml b/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
index 331ac0d..f4f8c01 100644
--- a/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
+++ b/examples/industrial_data_pretraining/llm_asr/conf/whisper_vicuna_linear.yaml
@@ -65,10 +65,11 @@
 optim: adamw
 optim_conf:
    lr: 0.0001
-   weight_decay: 0.000001
+   weight_decay: 0
+
 scheduler: warmuplr
 scheduler_conf:
-   warmup_steps: 1000
+   warmup_steps: 1500
 
 dataset: AudioLLMVicunaDataset
 dataset_conf:

--
Gitblit v1.9.1