Caleb Ellington
commited on
Commit
·
009d148
1
Parent(s):
f9cb581
Update paths
Browse files- README.md +2 -2
- config.yaml +5 -5
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
datasets:
|
3 |
- Bo1015/fluorescence_prediction
|
4 |
base_model:
|
5 |
-
- genbio-ai/
|
6 |
---
|
7 |
LoRA fine-tuned checkpoint for fluorescence_prediction.
|
8 |
|
@@ -12,7 +12,7 @@ LoRA fine-tuned checkpoint for fluorescence_prediction.
|
|
12 |
from huggingface_hub import snapshot_download
|
13 |
from pathlib import Path
|
14 |
|
15 |
-
model_name = "genbio-ai/
|
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/fluorescence_prediction
|
4 |
base_model:
|
5 |
+
- genbio-ai/AIDO.Protein-16B
|
6 |
---
|
7 |
LoRA fine-tuned checkpoint for fluorescence_prediction.
|
8 |
|
|
|
12 |
from huggingface_hub import snapshot_download
|
13 |
from pathlib import Path
|
14 |
|
15 |
+
model_name = "genbio-ai/AIDO.Protein-16B-fluorescence_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:
|
40 |
save_dir: lightning_logs/protein
|
41 |
version: null
|
42 |
offline: false
|
43 |
dir: null
|
44 |
id: null
|
45 |
anonymous: null
|
46 |
-
project:
|
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:
|
81 |
filename: best_val:{epoch}-{val_spearman:.3f}
|
82 |
monitor: val_spearman
|
83 |
verbose: false
|
@@ -141,7 +141,7 @@ model:
|
|
141 |
class_path: modelgenerator.tasks.SequenceRegression
|
142 |
init_args:
|
143 |
backbone:
|
144 |
-
class_path: modelgenerator.backbones.
|
145 |
init_args:
|
146 |
from_scratch: false
|
147 |
max_length: 512
|
@@ -202,7 +202,7 @@ model:
|
|
202 |
data:
|
203 |
class_path: modelgenerator.data.FluorescencePrediction
|
204 |
init_args:
|
205 |
-
path:
|
206 |
normalize: true
|
207 |
config_name: null
|
208 |
train_split_name: train
|
|
|
36 |
logger:
|
37 |
class_path: lightning.pytorch.loggers.WandbLogger
|
38 |
init_args:
|
39 |
+
name: fluorescence_AIDO.Protein-16B
|
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/fluorescence_AIDO.Protein-16B
|
81 |
filename: best_val:{epoch}-{val_spearman:.3f}
|
82 |
monitor: val_spearman
|
83 |
verbose: false
|
|
|
141 |
class_path: modelgenerator.tasks.SequenceRegression
|
142 |
init_args:
|
143 |
backbone:
|
144 |
+
class_path: modelgenerator.backbones.aido_protein_16b
|
145 |
init_args:
|
146 |
from_scratch: false
|
147 |
max_length: 512
|
|
|
202 |
data:
|
203 |
class_path: modelgenerator.data.FluorescencePrediction
|
204 |
init_args:
|
205 |
+
path: proteinglm/fluorescence_prediction
|
206 |
normalize: true
|
207 |
config_name: null
|
208 |
train_split_name: train
|