DarthReca commited on
Commit
fe132a5
·
verified ·
1 Parent(s): a5c78f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -43,7 +43,9 @@ During training, it uses a contrastive objective to align the textual embeddings
43
 
44
  Use the code below to get started with the model.
45
 
46
- [More Information Needed]
 
 
47
 
48
  ## Citation
49
 
 
43
 
44
  Use the code below to get started with the model.
45
 
46
+ ```python
47
+ model = AutoModel.from_pretrained("DarthReca/CLOSP-RN", trust_remote_code=True)
48
+ ```
49
 
50
  ## Citation
51