Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ from esm.models.esmc import ESMC
|
|
| 51 |
from safetensors import safe_open
|
| 52 |
|
| 53 |
# Configuration
|
| 54 |
-
REPO_ID = "
|
| 55 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 56 |
|
| 57 |
# Load tokenizer and base model
|
|
|
|
| 51 |
from safetensors import safe_open
|
| 52 |
|
| 53 |
# Configuration
|
| 54 |
+
REPO_ID = "NOC-Lab/AbCDR-ESMC"
|
| 55 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 56 |
|
| 57 |
# Load tokenizer and base model
|