DrishtiSharma commited on
Commit
46b987a
1 Parent(s): 4725dd7

Training in progress, step 4500

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. run.sh +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7def8e9cdfe8a9d0afe3ee86c201a14d7338536f95cd29f31d597ac28fce3516
3
  size 1262091761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b012530ad8d35345b422fe47f81ba6a7ab5f0f6e561c227e4660dabc549f6720
3
  size 1262091761
run.sh CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc.py \
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --learning_rate="7e-5" \
11
- --warmup_steps="1200" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \
 
8
  --per_device_train_batch_size="32" \
9
  --per_device_eval_batch_size="16" \
10
  --learning_rate="7e-5" \
11
+ --warmup_steps="2000" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \