Update README.md
Browse files
README.md
CHANGED
@@ -137,7 +137,8 @@ SentenceTransformer(
|
|
137 |
## Citing & Authors
|
138 |
|
139 |
<!--- Describe where people can find more information -->
|
140 |
-
|
|
|
141 |
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
142 |
author = "Reimers, Nils and Gurevych, Iryna",
|
143 |
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
@@ -145,4 +146,11 @@ SentenceTransformer(
|
|
145 |
year = "2019",
|
146 |
publisher = "Association for Computational Linguistics",
|
147 |
url = "https://arxiv.org/abs/1908.10084",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
}`
|
|
|
137 |
## Citing & Authors
|
138 |
|
139 |
<!--- Describe where people can find more information -->
|
140 |
+
`{
|
141 |
+
@inproceedings{reimers-2019-sentence-bert,
|
142 |
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
143 |
author = "Reimers, Nils and Gurevych, Iryna",
|
144 |
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
|
|
146 |
year = "2019",
|
147 |
publisher = "Association for Computational Linguistics",
|
148 |
url = "https://arxiv.org/abs/1908.10084",
|
149 |
+
}`
|
150 |
+
|
151 |
+
`{
|
152 |
+
author = {Firqa Aqila Noor Arasyi},
|
153 |
+
title = {Indo-Sentence-BERT: Indonesian Sentence BERT for Semantic Similarity},
|
154 |
+
year = {2022},
|
155 |
+
url = {https://huggingface.co/firqaaa/indo-sentence-bert-base}
|
156 |
}`
|