lx865712528
commited on
Commit
·
f6b5891
1
Parent(s):
3ff5332
Update READMD.md
Browse files
README.md
CHANGED
@@ -5,4 +5,23 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: sentence-similarity
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: sentence-similarity
|
8 |
+
---
|
9 |
+
|
10 |
+
# MASTER: Multi-task Pre-trained Bottlenecked Masked Autoencoders are Better Dense Retrievers
|
11 |
+
|
12 |
+
Paper: [https://arxiv.org/abs/2212.07841](https://arxiv.org/abs/2212.07841).
|
13 |
+
|
14 |
+
Code: [https://github.com/microsoft/SimXNS/tree/main/MASTER](https://github.com/microsoft/SimXNS/tree/main/MASTER).
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
|
18 |
+
This is the checkpoint after pretraining on the MS-MARCO corpus.
|
19 |
+
|
20 |
+
You may use this checkpoint for finetuning.
|
21 |
+
|
22 |
+
## Useage
|
23 |
+
|
24 |
+
|
25 |
+
To load this checkpoint for initialization, you may follow:
|
26 |
+
```python
|
27 |
+
```
|