From 0efc87352ce7d3903dbdedbfa5d01ca5e1cb19e7 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期四, 05 十二月 2024 15:15:38 +0800
Subject: [PATCH] Merge pull request #2267 from modelscope/dev_sx2
---
examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml b/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
index fb00b12..34be78d 100644
--- a/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
+++ b/examples/industrial_data_pretraining/llm_asr/conf/whisper_qwen_linear.yaml
@@ -67,9 +67,9 @@
lr: 0.0001
weight_decay: 0.000000
-scheduler: custom_lambdalr
+scheduler: warmuplr
scheduler_conf:
- warmup_steps: 1000
+ warmup_steps: 1500
dataset: AudioLLMQwenAudioDataset
dataset_conf:
--
Gitblit v1.9.1