aapot commited on
Commit
7f36077
1 Parent(s): d8cc4a0

Saving weights and logs of step 10000

Browse files
events.out.tfevents.1637935644.t1v-n-8eba1090-w-0.892912.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cc17217890fb0402d5e89901c50c4a86483a996cd7f486dbf15a45b19c67b4
3
+ size 1470757
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc10004ec2412a4c4ea5a46e64fe9ee7094bbfaca2c055f34c6573a576ca8b5a
3
  size 711588089
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97aea3f3d09ad5515f0591c5509fae2c2d0947bec7c92c1657e6d7c141231094
3
  size 711588089
start_train.sh CHANGED
@@ -4,7 +4,7 @@ export HF_DATASETS_CACHE="/researchdisk/datasets_cache"
4
  export USE_TORCH=False
5
  python3 run_mlm_flax.py \
6
  --output_dir="./" \
7
- --model_type="roberta" \
8
  --config_name="./" \
9
  --tokenizer_name="./" \
10
  --dataset_filepath="/researchdisk/training_dataset_full" \
@@ -19,7 +19,7 @@ python3 run_mlm_flax.py \
19
  --learning_rate="2e-4" \
20
  --warmup_steps="1500" \
21
  --overwrite_output_dir \
22
- --num_train_epochs="2" \
23
  --save_strategy="steps" \
24
  --save_steps="10000" \
25
  --save_total_limit="5" \
 
4
  export USE_TORCH=False
5
  python3 run_mlm_flax.py \
6
  --output_dir="./" \
7
+ --model_name_or_path="./" \
8
  --config_name="./" \
9
  --tokenizer_name="./" \
10
  --dataset_filepath="/researchdisk/training_dataset_full" \
 
19
  --learning_rate="2e-4" \
20
  --warmup_steps="1500" \
21
  --overwrite_output_dir \
22
+ --num_train_epochs="1" \
23
  --save_strategy="steps" \
24
  --save_steps="10000" \
25
  --save_total_limit="5" \