diff --git a/egs/librispeech/ASR/.prompt_tuning.sh.swp b/egs/librispeech/ASR/.prompt_tuning.sh.swp index a32d2756e..3f79282d1 100644 Binary files a/egs/librispeech/ASR/.prompt_tuning.sh.swp and b/egs/librispeech/ASR/.prompt_tuning.sh.swp differ diff --git a/egs/librispeech/ASR/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index 7b0861772..2767758d6 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/prompt_tuning.sh b/egs/librispeech/ASR/prompt_tuning.sh index 855d933fd..291d75cf7 100755 --- a/egs/librispeech/ASR/prompt_tuning.sh +++ b/egs/librispeech/ASR/prompt_tuning.sh @@ -7,7 +7,7 @@ if [ $workstation = "whale" ]; then ./pruned_transducer_stateless_d2v_v2/prompt_tuning.py \ --num-buckets 2 \ --add-adapter True \ - --adapter-lr 0.5 \ + --adapter-lr 0.1 \ --gender male \ --wandb False \ --input-strategy AudioSamples \