Muennighoff commited on
Commit
3f49e7d
1 Parent(s): 6fee42f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -9,9 +9,15 @@ tags:
9
 
10
  # SBERT-base-nli-v2
11
 
12
- 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.
13
 
14
- This model is used in "TSDAE: Using Transformer-based Sequential Denoising Auto-Encoder for Unsupervised Sentence Embedding Learning".
 
 
 
 
 
 
15
 
16
  ## Usage (Sentence-Transformers)
17
 
@@ -125,4 +131,11 @@ SentenceTransformer(
125
 
126
  ## Citing & Authors
127
 
128
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
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
+ ```