From ae49b2a8e1bc676e6014d8a12ebeec947b655e3e Mon Sep 17 00:00:00 2001
From: 莫拉古 <61447879+yechaoying@users.noreply.github.com>
Date: 星期五, 29 十一月 2024 09:55:43 +0800
Subject: [PATCH] 变量名写错了 (#2249)

---
 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