Tingxie commited on
Commit
671eff5
·
verified ·
1 Parent(s): 9d56559

Upload 2 files

Browse files
Files changed (2) hide show
  1. checkpoints/config.yaml +24 -0
  2. checkpoints/model.pth +3 -0
checkpoints/config.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ batch_size: 330
2
+ epochs: 600
3
+ eval_every_n_epochs: 2
4
+ fine_tune_from: "/"
5
+ log_every_n_steps: 2
6
+ learning_rate: 5e-06
7
+ gradient_accumulation_steps: 4
8
+ betas: (0.9, 0.98)
9
+ eps: 1e-06
10
+ weight_decay: 0.001
11
+ num_warmup_steps: 60
12
+ num_stable_steps: 420
13
+ num_decay_steps: 120
14
+ min_lr_ratio: 1e-09
15
+ num_cycles: 0.5
16
+
17
+ dataset:
18
+ num_workers: 0
19
+ valid_size: 0.2
20
+ train_ms_file: "train_match.mgf"
21
+ train_ms_pre_file: "train_pred_match.mgf"
22
+ valid_ms_file: "valid_match.mgf"
23
+ valid_ms_pre_file: "valid_pred_match.mgf"
24
+
checkpoints/model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320d8d666ad168d800b5289be7457da7c68e74b198817be049b4a42a1e8a763a
3
+ size 250932729