Update README.md
Browse files
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 |
|