YinkaiW commited on
Commit
576a8d0
·
verified ·
1 Parent(s): 856204a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ Each checkpoint is trained for **spectra → molecule retrieval** by aligning a
37
  from huggingface_hub import hf_hub_download
38
  import torch
39
 
40
- repo_id = "Spony/SpecBridge"
41
 
42
  ckpt_path = hf_hub_download(
43
  repo_id=repo_id,
 
37
  from huggingface_hub import hf_hub_download
38
  import torch
39
 
40
+ repo_id = "YinkaiW/SpecBridge"
41
 
42
  ckpt_path = hf_hub_download(
43
  repo_id=repo_id,