DianLiI commited on
Commit
9d84a5d
·
verified ·
1 Parent(s): 335fc79

migrate checkpoit based on config.yaml

Browse files
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 # save ckpt at the end of each epoch, and save the best val_mcc ckpt
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.proteinfm_ct
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: 'train'
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:9e480816f48fe3e5174308e59c615794656a6989d19b5a9b1ec8e35127bab38a
3
- size 147655320
 
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 # save ckpt at the end of each epoch, and save the best val_mcc ckpt
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.proteinfm_ct
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: 'train'
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:3f881173949cc7b1686f6b5b729ae07c940ae9ab280a07e85cfb601c254df5d5
3
- size 147655320
 
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 # save ckpt at the end of each epoch, and save the best val_mcc ckpt
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.proteinfm_ct
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: 'train'
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:bc47c1d7bf189d204fd6a9e24ab0016a45d5a045722169adbaec8681c486da24
3
- size 147655192
 
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 # save ckpt at the end of each epoch, and save the best val_mcc ckpt
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.proteinfm_ct
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: 'train'
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:a0be8be168dfcc252e5aa95d07bfca7714030e470e3fa12c49c61b024a5cbcdd
3
- size 147655192
 
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 # save ckpt at the end of each epoch, and save the best val_mcc ckpt
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.proteinfm_ct
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: 'train'
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:90550f106f85dee4f40e58dc0f6909aa4bcc3cdf70db0170f4b1eed1775ae879
3
- size 147655192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c62b5b63af9a960a25ec29b50c87c5c29f8eac638cccd341d46e2f93b1944d4
3
+ size 147638680