Caleb Ellington commited on
Commit
4350fd0
·
1 Parent(s): ca78e5b

Update paths

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. config.yaml +5 -5
README.md CHANGED
@@ -2,7 +2,7 @@
2
  datasets:
3
  - Bo1015/fold_prediction
4
  base_model:
5
- - genbio-ai/proteinMoE-16b
6
  ---
7
  LoRA fine-tuned checkpoint for fold prediction.
8
 
@@ -12,7 +12,7 @@ LoRA fine-tuned checkpoint for fold prediction.
12
  from huggingface_hub import snapshot_download
13
  from pathlib import Path
14
 
15
- model_name = "genbio-ai/proteinfm-16b-fold-prediction-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/fold_prediction
4
  base_model:
5
+ - genbio-ai/AIDO.Protein-16B
6
  ---
7
  LoRA fine-tuned checkpoint for fold prediction.
8
 
 
12
  from huggingface_hub import snapshot_download
13
  from pathlib import Path
14
 
15
+ model_name = "genbio-ai/AIDO.Protein-16B-fold-prediction"
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: fold_proteinmoe_16B_1113
40
  save_dir: lightning_logs/protein
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: ''
@@ -77,7 +77,7 @@ trainer:
77
  log_weight_decay: false
78
  - class_path: lightning.pytorch.callbacks.ModelCheckpoint
79
  init_args:
80
- dirpath: modelgenerator/logs/xtrimo_benchmark_gbft_reproduction/fold_proteinmoe_16B_1113
81
  filename: best_val:{epoch}-{val_accuracy:.3f}
82
  monitor: val_accuracy
83
  verbose: false
@@ -141,7 +141,7 @@ model:
141
  class_path: modelgenerator.tasks.SequenceClassification
142
  init_args:
143
  backbone:
144
- class_path: modelgenerator.backbones.proteinfm
145
  init_args:
146
  from_scratch: false
147
  max_length: 256
@@ -203,7 +203,7 @@ model:
203
  data:
204
  class_path: modelgenerator.data.FoldPrediction
205
  init_args:
206
- path: biomap-research/fold_prediction
207
  class_filter: null
208
  config_name: null
209
  train_split_name: train
 
36
  logger:
37
  class_path: lightning.pytorch.loggers.WandbLogger
38
  init_args:
39
+ name: fold_AIDO.Protein-16B_1113
40
  save_dir: lightning_logs/protein
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: ''
 
77
  log_weight_decay: false
78
  - class_path: lightning.pytorch.callbacks.ModelCheckpoint
79
  init_args:
80
+ dirpath: logs/xtrimo_benchmark_mgen_reproduction/fold_AIDO.Protein-16B_1113
81
  filename: best_val:{epoch}-{val_accuracy:.3f}
82
  monitor: val_accuracy
83
  verbose: false
 
141
  class_path: modelgenerator.tasks.SequenceClassification
142
  init_args:
143
  backbone:
144
+ class_path: modelgenerator.backbones.aido_protein_16b
145
  init_args:
146
  from_scratch: false
147
  max_length: 256
 
203
  data:
204
  class_path: modelgenerator.data.FoldPrediction
205
  init_args:
206
+ path: proteinglm/fold_prediction
207
  class_filter: null
208
  config_name: null
209
  train_split_name: train