versae commited on
Commit
12b4d73
1 Parent(s): 4aa9eee

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -28,8 +28,9 @@ WANDB_ENTITY=NbAiLab WANDB_PROJECT=wav2vec2 python run_speech_recognition_ctc.py
28
  --mask_time_length="10" \
29
  --mask_feature_prob="0.25" \
30
  --mask_feature_length="64" \
31
- --chars_to_ignore , ? . ! \- \; \: \" “ % ‘ ” � — ’ … – _ \\ + \# / \
32
  --gradient_checkpointing \
 
 
33
  --use_auth_token \
34
  --seed="13" \
35
  --fp16 \
 
28
  --mask_time_length="10" \
29
  --mask_feature_prob="0.25" \
30
  --mask_feature_length="64" \
 
31
  --gradient_checkpointing \
32
+ --min_duration_in_seconds="0.5" \
33
+ --max_duration_in_seconds="30.0" \
34
  --use_auth_token \
35
  --seed="13" \
36
  --fp16 \