Commit
•
abe8c14
1
Parent(s):
9fb3bc5
Add yaml metadata necessary for use with pipelines (#1)
Browse files- Add yaml metadata necessary for use with pipelines (996d4803dc62ac53fba994c8484726fe90a26a03)
Co-authored-by: Spencer Braun <[email protected]>
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model is the finetuned version of the pre-trained contriever model available here https://huggingface.co/facebook/contriever, 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)
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- feature-extraction
|
4 |
+
pipeline_tag: feature-extraction
|
5 |
+
---
|
6 |
This model is the finetuned version of the pre-trained contriever model available here https://huggingface.co/facebook/contriever, 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.
|
7 |
|
8 |
## Usage (HuggingFace Transformers)
|