Caleb Ellington commited on
Commit
e5157ac
·
1 Parent(s): 01ed901

Update paths

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. config.yaml +7 -7
README.md CHANGED
@@ -2,7 +2,7 @@
2
  datasets:
3
  - Bo1015/peptide_HLA_MHC_affinity
4
  base_model:
5
- - genbio-ai/proteinMoE-16b
6
  ---
7
  LoRA fine-tuned checkpoint for peptide_HLA_MHC_affinity prediction.
8
 
@@ -12,7 +12,7 @@ LoRA fine-tuned checkpoint for peptide_HLA_MHC_affinity prediction.
12
  from huggingface_hub import snapshot_download
13
  from pathlib import Path
14
 
15
- model_name = "genbio-ai/proteinfm-16b-peptide_HLA_MHC_affinity-ckpt"
16
  genbio_models_path = Path.home().joinpath('genbio_models', model_name)
17
  genbio_models_path.mkdir(parents=True, exist_ok=True)
18
  snapshot_download(repo_id=model_name, local_dir=genbio_models_path)
 
2
  datasets:
3
  - Bo1015/peptide_HLA_MHC_affinity
4
  base_model:
5
+ - genbio-ai/AIDO.Protein-16B
6
  ---
7
  LoRA fine-tuned checkpoint for peptide_HLA_MHC_affinity prediction.
8
 
 
12
  from huggingface_hub import snapshot_download
13
  from pathlib import Path
14
 
15
+ model_name = "genbio-ai/AIDO.Protein-16B-peptide_HLA_MHC_affinity"
16
  genbio_models_path = Path.home().joinpath('genbio_models', model_name)
17
  genbio_models_path.mkdir(parents=True, exist_ok=True)
18
  snapshot_download(repo_id=model_name, local_dir=genbio_models_path)
config.yaml CHANGED
@@ -36,14 +36,14 @@ trainer:
36
  logger:
37
  class_path: lightning.pytorch.loggers.WandbLogger
38
  init_args:
39
- name: peptide_HLA_MHC_affinity_proteinmoe_16B_1113
40
- save_dir: /lustre/scratch/shared-folders/bio_project/shuxian/modelgenerator/logs
41
  version: null
42
  offline: false
43
  dir: null
44
  id: null
45
  anonymous: null
46
- project: xtrimo_benchmark_gbft_reproduction
47
  log_model: false
48
  experiment: null
49
  prefix: ''
@@ -75,7 +75,7 @@ trainer:
75
  log_weight_decay: false
76
  - class_path: lightning.pytorch.callbacks.ModelCheckpoint
77
  init_args:
78
- dirpath: /lustre/scratch/shared-folders/bio_project/shuxian/modelgenerator/logs/xtrimo_benchmark_gbft_reproduction/peptide_HLA_MHC_affinity_proteinmoe_16B_1113
79
  filename: best_val:{epoch}-{val_auroc:.3f}
80
  monitor: val_auroc
81
  verbose: false
@@ -134,12 +134,12 @@ trainer:
134
  plugins: null
135
  sync_batchnorm: false
136
  reload_dataloaders_every_n_epochs: 0
137
- default_root_dir: /lustre/scratch/shared-folders/bio_project/shuxian/modelgenerator/logs
138
  model:
139
  class_path: modelgenerator.tasks.SequenceClassification
140
  init_args:
141
  backbone:
142
- class_path: modelgenerator.backbones.proteinfm
143
  init_args:
144
  from_scratch: false
145
  max_length: 64
@@ -201,7 +201,7 @@ model:
201
  data:
202
  class_path: modelgenerator.data.PeptideHlaMhcAffinity
203
  init_args:
204
- path: biomap-research/peptide_hla_mhc_affinity
205
  class_filter: null
206
  config_name: null
207
  train_split_name: train
 
36
  logger:
37
  class_path: lightning.pytorch.loggers.WandbLogger
38
  init_args:
39
+ name: peptide_HLA_MHC_affinity_AIDO.Protein-16B_1113
40
+ save_dir: logs
41
  version: null
42
  offline: false
43
  dir: null
44
  id: null
45
  anonymous: null
46
+ project: xtrimo_benchmark_mgen_reproduction
47
  log_model: false
48
  experiment: null
49
  prefix: ''
 
75
  log_weight_decay: false
76
  - class_path: lightning.pytorch.callbacks.ModelCheckpoint
77
  init_args:
78
+ dirpath: logs/xtrimo_benchmark_mgen_reproduction/peptide_HLA_MHC_affinity_AIDO.Protein-16B_1113
79
  filename: best_val:{epoch}-{val_auroc:.3f}
80
  monitor: val_auroc
81
  verbose: false
 
134
  plugins: null
135
  sync_batchnorm: false
136
  reload_dataloaders_every_n_epochs: 0
137
+ default_root_dir: logs
138
  model:
139
  class_path: modelgenerator.tasks.SequenceClassification
140
  init_args:
141
  backbone:
142
+ class_path: modelgenerator.backbones.aido_protein_16b
143
  init_args:
144
  from_scratch: false
145
  max_length: 64
 
201
  data:
202
  class_path: modelgenerator.data.PeptideHlaMhcAffinity
203
  init_args:
204
+ path: proteinglm/peptide_HLA_MHC_affinity
205
  class_filter: null
206
  config_name: null
207
  train_split_name: train