Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
This model has been trained without supervision following the approach described in [Towards Unsupervised Dense Information Retrieval with Contrastive Learning](https://arxiv.org/abs/2112.09118)
|
2 |
|
3 |
## Usage (HuggingFace Transformers)
|
4 |
Using the model directly available in HuggingFace transformers requires to add a mean pooling operation to obtain a sentence embedding.
|
|
|
1 |
+
This model has been trained without supervision following the approach described in [Towards Unsupervised Dense Information Retrieval with Contrastive Learning](https://arxiv.org/abs/2112.09118). The associated GitHub repository is available here https://github.com/facebookresearch/contriever.
|
2 |
|
3 |
## Usage (HuggingFace Transformers)
|
4 |
Using the model directly available in HuggingFace transformers requires to add a mean pooling operation to obtain a sentence embedding.
|