anantoj commited on
Commit
3233080
1 Parent(s): 7df009b

Model save

Browse files
Files changed (3) hide show
  1. nohup.out +0 -0
  2. pytorch_model.bin +1 -1
  3. run.sh +1 -1
nohup.out CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec8a163e9a558bd8062da873f6f54f2138f0d7a2f88600f2bd2b7d5f45b14d8c
3
  size 3856497393
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa00e8399cbeae125661244d222ae1fd5175d3f2bb901d042e3485d29a74494
3
  size 3856497393
run.sh CHANGED
@@ -8,7 +8,7 @@ python run_speech_recognition_ctc.py \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
- --3="7.5e-5" \
12
  --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
 
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
10
  --gradient_accumulation_steps="4" \
11
+ --learning_rate="7.5e-5" \
12
  --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \