Update README.md
Browse files
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 = "
|
| 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,
|