bounedjarr commited on
Commit
354c477
1 Parent(s): 3f8c8d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -121,3 +121,12 @@ SentenceTransformer(
121
  )
122
  ```
123
 
 
 
 
 
 
 
 
 
 
 
121
  )
122
  ```
123
 
124
+ ## Citation
125
+ i
126
+ ```
127
+ The model used for fine-tuning is the SGPT model, which was created by Niklas Muennighoff [1]. SGPT is a GPT-based model that is specifically designed for semantic search tasks. The preprint
128
+ for the SGPT model can be accessed at [2].
129
+
130
+ [1] Muennighoff, N. (2022). SGPT: GPT Sentence Embeddings for Semantic Search. arXiv preprint arXiv:2202.08904.
131
+
132
+ [2] Link to the preprint: https://arxiv.org/abs/2202.08904```