Ni-os commited on
Commit
e80d32e
·
verified ·
1 Parent(s): 5db33a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Human_Legnet", device=None):
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,