imvladikon commited on
Commit
54fc15c
1 Parent(s): 78cf30f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -149,3 +149,14 @@ SentenceTransformer(
149
  primaryClass={cs.CL}
150
  }
151
  ```
 
 
 
 
 
 
 
 
 
 
 
 
149
  primaryClass={cs.CL}
150
  }
151
  ```
152
+
153
+ ```bibtex
154
+ @misc{reimers2019sentencebert,
155
+ title={Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks},
156
+ author={Nils Reimers and Iryna Gurevych},
157
+ year={2019},
158
+ eprint={1908.10084},
159
+ archivePrefix={arXiv},
160
+ primaryClass={cs.CL}
161
+ }
162
+ ```