diff --git a/egs/librispeech/ASR/.prompt_tuning.sh.swp b/egs/librispeech/ASR/.prompt_tuning.sh.swp index c989c7298..06ea0b46f 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 4e05a8f52..ea06179b0 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 db624fb4c..22a71f1b9 100755 --- a/egs/librispeech/ASR/prompt_tuning.sh +++ b/egs/librispeech/ASR/prompt_tuning.sh @@ -60,7 +60,7 @@ else ./pruned_transducer_stateless_d2v_v2/train_adapter.py \ --num-buckets 2 \ --add-adapter True \ - --adapter-lr 0.02 \ + --adapter-lr 0.1 \ --gender male \ --wandb False \ --input-strategy AudioSamples \