Patrick von Platen commited on
Commit
4f7267f
1 Parent(s): 86110b7

Saving weights and logs of step 101

Browse files
events.out.tfevents.1625483733.t1v-n-71556209-w-0.72387.3.v2 ADDED
Binary file (15.5 kB). View file
 
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:184db496529a61b0f030a9821fff87ccb2b6e29ef2256871f7e75b1c6e5ece2f
3
  size 6775349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dedc0d516a6509457519335707d5025d1aea7d991470e8d29f7aaf3e9f6cf292
3
  size 6775349
run.sh CHANGED
@@ -16,8 +16,8 @@ export TOKENIZERS_PARALLELISM=0
16
  --overwrite_output_dir \
17
  --adam_beta1="0.9" \
18
  --adam_beta2="0.98" \
19
- --num_train_steps="100" \
20
- --num_eval_samples="20" \
21
  --logging_steps="10" \
22
- --eval_steps="10" \
23
  --push_to_hub
 
16
  --overwrite_output_dir \
17
  --adam_beta1="0.9" \
18
  --adam_beta2="0.98" \
19
+ --num_train_steps="1000" \
20
+ --num_eval_samples="200" \
21
  --logging_steps="10" \
22
+ --eval_steps="100" \
23
  --push_to_hub