Caleb Ellington
commited on
Commit
·
186b8bc
1
Parent(s):
6f00a8b
update with major refactor
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
from huggingface_hub import snapshot_download
|
5 |
from pathlib import Path
|
6 |
|
7 |
-
model_name = "genbio-ai/aido_dna_7b-
|
8 |
genbio_models_path = Path.home().joinpath('genbio_models', model_name)
|
9 |
genbio_models_path.mkdir(parents=True, exist_ok=True)
|
10 |
snapshot_download(repo_id=model_name, local_dir=genbio_models_path)
|
|
|
4 |
from huggingface_hub import snapshot_download
|
5 |
from pathlib import Path
|
6 |
|
7 |
+
model_name = "genbio-ai/aido_dna_7b-gue-splice-reconstruction-ckpt"
|
8 |
genbio_models_path = Path.home().joinpath('genbio_models', model_name)
|
9 |
genbio_models_path.mkdir(parents=True, exist_ok=True)
|
10 |
snapshot_download(repo_id=model_name, local_dir=genbio_models_path)
|