Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,9 @@ tags:
|
|
4 |
pipeline_tag: feature-extraction
|
5 |
---
|
6 |
DRAGON+ is a BERT-base sized dense retriever initialized from [RetroMAE](https://huggingface.co/Shitao/RetroMAE) and further trained on the data augmented from MS MARCO corpus, following the approach described in [How to Train Your DRAGON:
|
7 |
-
Diverse Augmentation Towards Generalizable Dense Retrieval](
|
8 |
|
9 |
-
The associated GitHub repository is available here https://github.com/facebookresearch/dpr-scale/tree/dragon. We use asymmetric dual encoder, with two distinctly parameterized encoders.
|
10 |
|
11 |
Model | Initialization | Query Encoder Path | Context Encoder Path
|
12 |
|---|---|---|---
|
|
|
4 |
pipeline_tag: feature-extraction
|
5 |
---
|
6 |
DRAGON+ is a BERT-base sized dense retriever initialized from [RetroMAE](https://huggingface.co/Shitao/RetroMAE) and further trained on the data augmented from MS MARCO corpus, following the approach described in [How to Train Your DRAGON:
|
7 |
+
Diverse Augmentation Towards Generalizable Dense Retrieval](https://arxiv.org/abs/2302.07452).
|
8 |
|
9 |
+
The associated GitHub repository is available here https://github.com/facebookresearch/dpr-scale/tree/main/dragon. We use asymmetric dual encoder, with two distinctly parameterized encoders.
|
10 |
|
11 |
Model | Initialization | Query Encoder Path | Context Encoder Path
|
12 |
|---|---|---|---
|