versae commited on
Commit
a814afb
1 Parent(s): 55e8a1c

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -3
run.sh CHANGED
@@ -1,7 +1,5 @@
1
  torchrun --standalone --nnodes=1 --nproc_per_node=1 run_speech_recognition_seq2seq_streaming.py \
2
  --model_name_or_path="openai/whisper-large-v2" \
3
- --resume_from_checkpoint="checkpoint-60000" \
4
- --ignore_data_skip \
5
  --dataset_name="audiofolder" \
6
  --dataset_data_dir="../data/dataset_wav" \
7
  --language="finnish" \
@@ -36,7 +34,7 @@ torchrun --standalone --nnodes=1 --nproc_per_node=1 run_speech_recognition_seq2s
36
  --predict_with_generate \
37
  --do_normalize_eval \
38
  --use_auth_token \
39
- --overwrite_output_dir="false" \
40
  --push_to_hub_organization="NbAiLab" \
41
  --push_to_hub_model_id="whisper-large-sme" \
42
  --push_to_hub
1
  torchrun --standalone --nnodes=1 --nproc_per_node=1 run_speech_recognition_seq2seq_streaming.py \
2
  --model_name_or_path="openai/whisper-large-v2" \
 
 
3
  --dataset_name="audiofolder" \
4
  --dataset_data_dir="../data/dataset_wav" \
5
  --language="finnish" \
34
  --predict_with_generate \
35
  --do_normalize_eval \
36
  --use_auth_token \
37
+ --overwrite_output_dir \
38
  --push_to_hub_organization="NbAiLab" \
39
  --push_to_hub_model_id="whisper-large-sme" \
40
  --push_to_hub