sofieneb commited on
Commit
2ce0d1c
·
verified ·
1 Parent(s): bccab52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-CONCH"
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