Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ import torch
|
|
| 39 |
from transformers import AutoModel
|
| 40 |
|
| 41 |
# Load HistAug (CONCH latent augmentation model)
|
| 42 |
-
model_id = "sofieneb/histaug-
|
| 43 |
model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
|
| 44 |
|
| 45 |
# Example: patch embeddings from CONCH
|
|
|
|
| 39 |
from transformers import AutoModel
|
| 40 |
|
| 41 |
# Load HistAug (CONCH latent augmentation model)
|
| 42 |
+
model_id = "sofieneb/histaug-conch"
|
| 43 |
model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
|
| 44 |
|
| 45 |
# Example: patch embeddings from CONCH
|