Skip to content

Commit a9bd1fe

Browse files
author
蒄骰
committed
fix pr
1 parent 7d2c2d7 commit a9bd1fe

File tree

6 files changed

+3
-229
lines changed

6 files changed

+3
-229
lines changed

examples/contextual_asr/scripts/finetune/finetune_wavlm_libri960_ft_char.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ export TOKENIZERS_PARALLELISM=false
55
# export CUDA_LAUNCH_BLOCKING=1
66
export OMP_NUM_THREADS=1
77

8-
cd /root/SLAM-LLM
8+
cd /nfs/yangguanrou.ygr/codes/SLAM-LLM
99
code_dir=examples/contextual_asr
1010

1111
speech_encoder_path=/nfs/yangguanrou.ygr/ckpts/wavlm_large_ft_libri960_char/wavlm_large_ft_libri960_char.pt
1212
llm_path=/nfs/maziyang.mzy/models/vicuna-7b-v1.5
1313
train_data_path=/nfs/maziyang.mzy/data/librispeech/librispeech_train_960h.jsonl
1414
val_data_path=/nfs/maziyang.mzy/data/librispeech/librispeech_dev_other.jsonl
1515

16-
output_dir=/nfs/yangguanrou.ygr/experiments_librispeech/vicuna-7b-v1.5-WavLM-Large-libri960-ft-char-$(date +"%Y%m%d")
16+
output_dir=/nfs/yangguanrou.ygr/experiments_librispeech/vicuna-7b-v1.5-WavLM-Large-libri960-ft-char-$(date +"%Y%m%d")-debug
1717

1818
hydra_args="
1919
hydra.run.dir=$output_dir \

examples/contextual_asr/scripts/finetune/finetune_wavlm_libri960_ft_char_hotwords.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export TOKENIZERS_PARALLELISM=false
55
# export CUDA_LAUNCH_BLOCKING=1
66
export OMP_NUM_THREADS=1
77

8-
cd /root/SLAM-LLM
8+
cd /nfs/yangguanrou.ygr/codes/SLAM-LLM
99
code_dir=examples/contextual_asr
1010

1111
speech_encoder_path=/nfs/yangguanrou.ygr/ckpts/wavlm_large_ft_libri960_char/wavlm_large_ft_libri960_char.pt

examples/contextual_asr/scripts/finetune_wavlm_libri960_ft_char.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

examples/contextual_asr/scripts/finetune_wavlm_libri960_ft_char_hotwords.sh

Lines changed: 0 additions & 77 deletions
This file was deleted.

examples/contextual_asr/scripts/infer/decode_wavlm_libri960_ft_char_hotwords_filter_N100_F3_debug.sh

Lines changed: 0 additions & 73 deletions
This file was deleted.

fix_giga/char/baseline/readme.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)