aimgo commited on
Commit
7b9ee4c
·
verified ·
1 Parent(s): cdd45a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -57,4 +57,17 @@ x = embed(strings)
57
  sim = (x @ x.t()).tolist()
58
  ```
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
 
57
  sim = (x @ x.t()).tolist()
58
  ```
59
 
60
+ #### Citation
61
+
62
+ If you use this model in your work, please cite:
63
+
64
+ ```
65
+ @misc{mccarthy2026AffilBERT,
66
+ author = {McCarthy, A. M. and Rao, Sowmya R.},
67
+ title = {{AffilBERT}},
68
+ year = {2026},
69
+ howpublished = {\url{https://huggingface.co/aimgo/AffilBERT}},
70
+ note = {Model}
71
+ }
72
+ ```
73