gizacard commited on
Commit
2bd46a2
1 Parent(s): fea60fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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), 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.
 
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.