aapot commited on
Commit
6d9b0b2
1 Parent(s): a6abae4

Remove git trial run model

Browse files
flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1819f549b0a20177488f6d37af0bb6bb88ac95d20985d93d00b3ede5c962bcf
3
- size 3096134690
 
 
 
 
runs/events.out.tfevents.1645013170.t1v-n-ff3ee383-w-0.175599.0.v2 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc535afefe2fe52693ba7732c9a888f370fa9210276b11ef234c58db6d185539
3
- size 322
 
 
 
 
start_train.sh CHANGED
@@ -21,8 +21,8 @@ python3 run_clm_flax.py \
21
  --cosine_decay \
22
  --overwrite_output_dir \
23
  --logging_steps="500" \
24
- --eval_steps="100" \
25
- --save_steps="100" \
26
  --num_train_epochs="5" \
27
  --dtype="bfloat16" \
28
  --push_to_hub \
 
21
  --cosine_decay \
22
  --overwrite_output_dir \
23
  --logging_steps="500" \
24
+ --eval_steps="10000" \
25
+ --save_steps="10000" \
26
  --num_train_epochs="5" \
27
  --dtype="bfloat16" \
28
  --push_to_hub \