Update README.md
Browse files
README.md
CHANGED
|
@@ -123,4 +123,17 @@ SentenceTransformer(
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 125 |
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
## Citing & Authors
|
| 125 |
|
| 126 |
+
This model was trained by [sentence-transformers](https://www.sbert.net/).
|
| 127 |
+
|
| 128 |
+
If you find this model helpful, feel free to cite our publication [Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks](https://arxiv.org/abs/1908.10084):
|
| 129 |
+
```bibtex
|
| 130 |
+
@inproceedings{reimers-2019-sentence-bert,
|
| 131 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 132 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
| 133 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 134 |
+
month = "11",
|
| 135 |
+
year = "2019",
|
| 136 |
+
publisher = "Association for Computational Linguistics",
|
| 137 |
+
url = "http://arxiv.org/abs/1908.10084",
|
| 138 |
+
}
|
| 139 |
+
```
|