Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ tags:
|
|
14 |
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.
|
15 |
|
16 |
It was trained using a triplet loss function on a 100k sample of the MS MARCO dataset
|
17 |
-
PLM
|
18 |
|
19 |
## Usage (Sentence-Transformers)
|
20 |
|
@@ -129,6 +129,3 @@ SentenceTransformer(
|
|
129 |
## Citing & Authors
|
130 |
|
131 |
<!--- Describe where people can find more information -->
|
132 |
-
|
133 |
-
Sentence Transformers trained using a triplet loss function on a 100k sample of the MS MARCO dataset
|
134 |
-
PLM used: roberta-base adapted to MSMARCO: famube/roberta-base-msmarco
|
|
|
14 |
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.
|
15 |
|
16 |
It was trained using a triplet loss function on a 100k sample of the MS MARCO dataset
|
17 |
+
Used PLM: roberta-base adapted to MSMARCO: famube/roberta-base-msmarco
|
18 |
|
19 |
## Usage (Sentence-Transformers)
|
20 |
|
|
|
129 |
## Citing & Authors
|
130 |
|
131 |
<!--- Describe where people can find more information -->
|
|
|
|
|
|