migrate checkpoit based on config.yaml
Browse files- fold0/config.yaml +3 -4
- fold0/model.ckpt +2 -2
- fold1/config.yaml +3 -4
- fold1/model.ckpt +2 -2
- fold2/config.yaml +3 -4
- fold2/model.ckpt +2 -2
- fold3/config.yaml +3 -4
- fold3/model.ckpt +2 -2
- fold4/config.yaml +3 -4
- fold4/model.ckpt +2 -2
fold0/config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# lightning.pytorch==2.4.0
|
2 |
seed_everything: 42
|
3 |
trainer:
|
4 |
accelerator: auto
|
@@ -73,7 +72,7 @@ trainer:
|
|
73 |
logging_interval: step
|
74 |
log_momentum: false
|
75 |
log_weight_decay: false
|
76 |
-
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
77 |
init_args:
|
78 |
dirpath: null
|
79 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
@@ -144,7 +143,7 @@ model:
|
|
144 |
class_path: genbio_finetune.tasks.SequenceRegression
|
145 |
init_args:
|
146 |
backbone:
|
147 |
-
class_path: genbio_finetune.models.
|
148 |
init_args:
|
149 |
from_scratch: false
|
150 |
use_peft: true
|
@@ -192,7 +191,7 @@ data:
|
|
192 |
train_split_files:
|
193 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
194 |
normalize: true
|
195 |
-
train_split_name:
|
196 |
test_split_files: null
|
197 |
valid_split_files: null
|
198 |
random_seed: 42
|
|
|
|
|
1 |
seed_everything: 42
|
2 |
trainer:
|
3 |
accelerator: auto
|
|
|
72 |
logging_interval: step
|
73 |
log_momentum: false
|
74 |
log_weight_decay: false
|
75 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
76 |
init_args:
|
77 |
dirpath: null
|
78 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
|
|
143 |
class_path: genbio_finetune.tasks.SequenceRegression
|
144 |
init_args:
|
145 |
backbone:
|
146 |
+
class_path: genbio_finetune.models.proteinfm_v1
|
147 |
init_args:
|
148 |
from_scratch: false
|
149 |
use_peft: true
|
|
|
191 |
train_split_files:
|
192 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
193 |
normalize: true
|
194 |
+
train_split_name: train
|
195 |
test_split_files: null
|
196 |
valid_split_files: null
|
197 |
random_seed: 42
|
fold0/model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6b2efc91fd635c59bd03cd00dad2198eed181ab1aeda508a68084d7179ce3d0
|
3 |
+
size 147638872
|
fold1/config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# lightning.pytorch==2.4.0
|
2 |
seed_everything: 42
|
3 |
trainer:
|
4 |
accelerator: auto
|
@@ -73,7 +72,7 @@ trainer:
|
|
73 |
logging_interval: step
|
74 |
log_momentum: false
|
75 |
log_weight_decay: false
|
76 |
-
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
77 |
init_args:
|
78 |
dirpath: null
|
79 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
@@ -144,7 +143,7 @@ model:
|
|
144 |
class_path: genbio_finetune.tasks.SequenceRegression
|
145 |
init_args:
|
146 |
backbone:
|
147 |
-
class_path: genbio_finetune.models.
|
148 |
init_args:
|
149 |
from_scratch: false
|
150 |
use_peft: true
|
@@ -192,7 +191,7 @@ data:
|
|
192 |
train_split_files:
|
193 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
194 |
normalize: true
|
195 |
-
train_split_name:
|
196 |
test_split_files: null
|
197 |
valid_split_files: null
|
198 |
random_seed: 42
|
|
|
|
|
1 |
seed_everything: 42
|
2 |
trainer:
|
3 |
accelerator: auto
|
|
|
72 |
logging_interval: step
|
73 |
log_momentum: false
|
74 |
log_weight_decay: false
|
75 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
76 |
init_args:
|
77 |
dirpath: null
|
78 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
|
|
143 |
class_path: genbio_finetune.tasks.SequenceRegression
|
144 |
init_args:
|
145 |
backbone:
|
146 |
+
class_path: genbio_finetune.models.proteinfm_v1
|
147 |
init_args:
|
148 |
from_scratch: false
|
149 |
use_peft: true
|
|
|
191 |
train_split_files:
|
192 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
193 |
normalize: true
|
194 |
+
train_split_name: train
|
195 |
test_split_files: null
|
196 |
valid_split_files: null
|
197 |
random_seed: 42
|
fold1/model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e9bb11c2261745dfd18b1b4d078bb9b517e04d33cccdc16da635af1d953cdc2
|
3 |
+
size 147638872
|
fold2/config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# lightning.pytorch==2.4.0
|
2 |
seed_everything: 42
|
3 |
trainer:
|
4 |
accelerator: auto
|
@@ -73,7 +72,7 @@ trainer:
|
|
73 |
logging_interval: step
|
74 |
log_momentum: false
|
75 |
log_weight_decay: false
|
76 |
-
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
77 |
init_args:
|
78 |
dirpath: null
|
79 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
@@ -144,7 +143,7 @@ model:
|
|
144 |
class_path: genbio_finetune.tasks.SequenceRegression
|
145 |
init_args:
|
146 |
backbone:
|
147 |
-
class_path: genbio_finetune.models.
|
148 |
init_args:
|
149 |
from_scratch: false
|
150 |
use_peft: true
|
@@ -192,7 +191,7 @@ data:
|
|
192 |
train_split_files:
|
193 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
194 |
normalize: true
|
195 |
-
train_split_name:
|
196 |
test_split_files: null
|
197 |
valid_split_files: null
|
198 |
random_seed: 42
|
|
|
|
|
1 |
seed_everything: 42
|
2 |
trainer:
|
3 |
accelerator: auto
|
|
|
72 |
logging_interval: step
|
73 |
log_momentum: false
|
74 |
log_weight_decay: false
|
75 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
76 |
init_args:
|
77 |
dirpath: null
|
78 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
|
|
143 |
class_path: genbio_finetune.tasks.SequenceRegression
|
144 |
init_args:
|
145 |
backbone:
|
146 |
+
class_path: genbio_finetune.models.proteinfm_v1
|
147 |
init_args:
|
148 |
from_scratch: false
|
149 |
use_peft: true
|
|
|
191 |
train_split_files:
|
192 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
193 |
normalize: true
|
194 |
+
train_split_name: train
|
195 |
test_split_files: null
|
196 |
valid_split_files: null
|
197 |
random_seed: 42
|
fold2/model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90183c1aa4bc6d7e71c768eabcd49c0951795baf692ced616c39e7b164a154d6
|
3 |
+
size 147638680
|
fold3/config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# lightning.pytorch==2.4.0
|
2 |
seed_everything: 42
|
3 |
trainer:
|
4 |
accelerator: auto
|
@@ -73,7 +72,7 @@ trainer:
|
|
73 |
logging_interval: step
|
74 |
log_momentum: false
|
75 |
log_weight_decay: false
|
76 |
-
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
77 |
init_args:
|
78 |
dirpath: null
|
79 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
@@ -144,7 +143,7 @@ model:
|
|
144 |
class_path: genbio_finetune.tasks.SequenceRegression
|
145 |
init_args:
|
146 |
backbone:
|
147 |
-
class_path: genbio_finetune.models.
|
148 |
init_args:
|
149 |
from_scratch: false
|
150 |
use_peft: true
|
@@ -192,7 +191,7 @@ data:
|
|
192 |
train_split_files:
|
193 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
194 |
normalize: true
|
195 |
-
train_split_name:
|
196 |
test_split_files: null
|
197 |
valid_split_files: null
|
198 |
random_seed: 42
|
|
|
|
|
1 |
seed_everything: 42
|
2 |
trainer:
|
3 |
accelerator: auto
|
|
|
72 |
logging_interval: step
|
73 |
log_momentum: false
|
74 |
log_weight_decay: false
|
75 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
76 |
init_args:
|
77 |
dirpath: null
|
78 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
|
|
143 |
class_path: genbio_finetune.tasks.SequenceRegression
|
144 |
init_args:
|
145 |
backbone:
|
146 |
+
class_path: genbio_finetune.models.proteinfm_v1
|
147 |
init_args:
|
148 |
from_scratch: false
|
149 |
use_peft: true
|
|
|
191 |
train_split_files:
|
192 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
193 |
normalize: true
|
194 |
+
train_split_name: train
|
195 |
test_split_files: null
|
196 |
valid_split_files: null
|
197 |
random_seed: 42
|
fold3/model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:741820684f971e859a6560635674c82f4a2c0a1dbd05638acb892b7bc2c1c6fc
|
3 |
+
size 147638680
|
fold4/config.yaml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# lightning.pytorch==2.4.0
|
2 |
seed_everything: 42
|
3 |
trainer:
|
4 |
accelerator: auto
|
@@ -73,7 +72,7 @@ trainer:
|
|
73 |
logging_interval: step
|
74 |
log_momentum: false
|
75 |
log_weight_decay: false
|
76 |
-
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
77 |
init_args:
|
78 |
dirpath: null
|
79 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
@@ -144,7 +143,7 @@ model:
|
|
144 |
class_path: genbio_finetune.tasks.SequenceRegression
|
145 |
init_args:
|
146 |
backbone:
|
147 |
-
class_path: genbio_finetune.models.
|
148 |
init_args:
|
149 |
from_scratch: false
|
150 |
use_peft: true
|
@@ -192,7 +191,7 @@ data:
|
|
192 |
train_split_files:
|
193 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
194 |
normalize: true
|
195 |
-
train_split_name:
|
196 |
test_split_files: null
|
197 |
valid_split_files: null
|
198 |
random_seed: 42
|
|
|
|
|
1 |
seed_everything: 42
|
2 |
trainer:
|
3 |
accelerator: auto
|
|
|
72 |
logging_interval: step
|
73 |
log_momentum: false
|
74 |
log_weight_decay: false
|
75 |
+
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
|
76 |
init_args:
|
77 |
dirpath: null
|
78 |
filename: epoch_{epoch}-val_mcc:{val_spearman:.3f}
|
|
|
143 |
class_path: genbio_finetune.tasks.SequenceRegression
|
144 |
init_args:
|
145 |
backbone:
|
146 |
+
class_path: genbio_finetune.models.proteinfm_v1
|
147 |
init_args:
|
148 |
from_scratch: false
|
149 |
use_peft: true
|
|
|
191 |
train_split_files:
|
192 |
- singles_substitutions/VRPI_BPT7_Tsuboyama_2023_2WNM.tsv
|
193 |
normalize: true
|
194 |
+
train_split_name: train
|
195 |
test_split_files: null
|
196 |
valid_split_files: null
|
197 |
random_seed: 42
|
fold4/model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c62b5b63af9a960a25ec29b50c87c5c29f8eac638cccd341d46e2f93b1944d4
|
3 |
+
size 147638680
|