Commit ·
3f49e7d
1
Parent(s): 6fee42f
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,15 @@ tags:
|
|
| 9 |
|
| 10 |
# SBERT-base-nli-v2
|
| 11 |
|
| 12 |
-
This is
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Usage (Sentence-Transformers)
|
| 17 |
|
|
@@ -125,4 +131,11 @@ SentenceTransformer(
|
|
| 125 |
|
| 126 |
## Citing & Authors
|
| 127 |
|
| 128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# SBERT-base-nli-v2
|
| 11 |
|
| 12 |
+
This model is used in "SGPT: GPT Sentence Embeddings for Semantic Search" and "TSDAE: Using Transformer-based Sequential Denoising Auto-Encoder for Unsupervised Sentence Embedding Learning".
|
| 13 |
|
| 14 |
+
## Usage
|
| 15 |
+
|
| 16 |
+
For usage instructions, refer to our codebase: https://github.com/Muennighoff/sgpt
|
| 17 |
+
|
| 18 |
+
## Evaluation Results
|
| 19 |
+
|
| 20 |
+
For eval results, refer to our paper: https://arxiv.org/abs/2202.08904
|
| 21 |
|
| 22 |
## Usage (Sentence-Transformers)
|
| 23 |
|
|
|
|
| 131 |
|
| 132 |
## Citing & Authors
|
| 133 |
|
| 134 |
+
```bibtex
|
| 135 |
+
@article{muennighoff2022sgpt,
|
| 136 |
+
title={SGPT: GPT Sentence Embeddings for Semantic Search},
|
| 137 |
+
author={Muennighoff, Niklas},
|
| 138 |
+
journal={arXiv preprint arXiv:2202.08904},
|
| 139 |
+
year={2022}
|
| 140 |
+
}
|
| 141 |
+
```
|