Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ def get_device():
|
|
| 32 |
return torch.device("cpu")
|
| 33 |
|
| 34 |
# Load Pre-Trained Model Weights for Human Legnet
|
| 35 |
-
def download_and_load_model(cell_type="k562", repo_id="Ni-os/
|
| 36 |
# Download main config
|
| 37 |
config_path = hf_hub_download(
|
| 38 |
repo_id=repo_id,
|
|
|
|
| 32 |
return torch.device("cpu")
|
| 33 |
|
| 34 |
# Load Pre-Trained Model Weights for Human Legnet
|
| 35 |
+
def download_and_load_model(cell_type="k562", repo_id="Ni-os/MPRALegNet", device=None):
|
| 36 |
# Download main config
|
| 37 |
config_path = hf_hub_download(
|
| 38 |
repo_id=repo_id,
|