Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
- transformers
|
8 |
-
- transformers
|
9 |
-
- transformers
|
10 |
-
- transformers
|
11 |
-
- transformers
|
12 |
-
- transformers
|
13 |
---
|
14 |
|
15 |
# sentence-transformers/facebook-dpr-question_encoder-multiset-base
|
16 |
|
17 |
-
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.
|
18 |
|
19 |
|
20 |
|
@@ -92,17 +88,4 @@ SentenceTransformer(
|
|
92 |
|
93 |
## Citing & Authors
|
94 |
|
95 |
-
|
96 |
-
|
97 |
-
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):
|
98 |
-
```bibtex
|
99 |
-
@inproceedings{reimers-2019-sentence-bert,
|
100 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
101 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
102 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
103 |
-
month = "11",
|
104 |
-
year = "2019",
|
105 |
-
publisher = "Association for Computational Linguistics",
|
106 |
-
url = "http://arxiv.org/abs/1908.10084",
|
107 |
-
}
|
108 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- sentence-transformers
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# sentence-transformers/facebook-dpr-question_encoder-multiset-base
|
12 |
|
13 |
+
This is a port of the [DPR Model](https://github.com/facebookresearch/DPR) 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.
|
14 |
|
15 |
|
16 |
|
|
|
88 |
|
89 |
## Citing & Authors
|
90 |
|
91 |
+
Have a look at: [DPR Model](https://github.com/facebookresearch/DPR)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|