Commit
·
da2b29d
1
Parent(s):
3982c32
Update README.md
Browse files
README.md
CHANGED
|
@@ -65,3 +65,12 @@ SentenceTransformer(
|
|
| 65 |
```
|
| 66 |
|
| 67 |
## Citing & Authors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
```
|
| 66 |
|
| 67 |
## Citing & Authors
|
| 68 |
+
|
| 69 |
+
```bibtex
|
| 70 |
+
@article{muennighoff2022sgpt,
|
| 71 |
+
title={SGPT: GPT Sentence Embeddings for Semantic Search},
|
| 72 |
+
author={Muennighoff, Niklas},
|
| 73 |
+
journal={arXiv preprint arXiv:2202.08904},
|
| 74 |
+
year={2022}
|
| 75 |
+
}
|
| 76 |
+
```
|