sanchit-gandhi HF staff commited on
Commit
54b3a44
1 Parent(s): 11c3697

Saving weights and logs of epoch 0

Browse files
events.out.tfevents.1699020344.t1v-n-99eb2308-w-0.832604.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e49bcb56ddf93b278320e8c675b2766baabaa564273e2c8c38f7112e69569337
3
+ size 17366
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60efbe3c86a4a11f2746def6cb23cff6381f0fbf8ba1b2c1b61c3f4597d481a5
3
  size 588938585
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec61ed0a8efda712ed3b3a7be8b5b19ad0facfb05e3264e7197466fdf63f494
3
  size 588938585
run.sh CHANGED
@@ -8,7 +8,7 @@ python run_flax_speech_recognition_seq2seq.py \
8
  --output_dir="./" \
9
  --per_device_train_batch_size="8" \
10
  --per_device_eval_batch_size="16" \
11
- --num_train_epochs="10" \
12
  --learning_rate="1e-4" \
13
  --warmup_steps="500" \
14
  --logging_steps="25" \
 
8
  --output_dir="./" \
9
  --per_device_train_batch_size="8" \
10
  --per_device_eval_batch_size="16" \
11
+ --num_train_epochs="20" \
12
  --learning_rate="1e-4" \
13
  --warmup_steps="500" \
14
  --logging_steps="25" \