Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
@@ -8,7 +9,7 @@ tags:
|
|
8 |
|
9 |
# sentence-transformers/msmarco-roberta-base-ance-firstp
|
10 |
|
11 |
-
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
12 |
|
13 |
|
14 |
|
@@ -55,17 +56,4 @@ SentenceTransformer(
|
|
55 |
|
56 |
## Citing & Authors
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
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):
|
61 |
-
```bibtex
|
62 |
-
@inproceedings{reimers-2019-sentence-bert,
|
63 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
64 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
65 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
66 |
-
month = "11",
|
67 |
-
year = "2019",
|
68 |
-
publisher = "Association for Computational Linguistics",
|
69 |
-
url = "http://arxiv.org/abs/1908.10084",
|
70 |
-
}
|
71 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
|
|
9 |
|
10 |
# sentence-transformers/msmarco-roberta-base-ance-firstp
|
11 |
|
12 |
+
This is a port of the [ANCE FirstP Model](https://github.com/microsoft/ANCE/) to [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
13 |
|
14 |
|
15 |
|
|
|
56 |
|
57 |
## Citing & Authors
|
58 |
|
59 |
+
Have a look at: [ANCE Model](https://github.com/microsoft/ANCE/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|