jiahaunluo
commited on
Commit
•
577dc28
1
Parent(s):
cfe81c7
Update README.md
Browse filesfix MRL link format
README.md
CHANGED
@@ -5455,7 +5455,7 @@ Prompt of s2s task(e.g. semantic textual similarity task):
|
|
5455 |
Instruct: Retrieve semantically similar text.\nQuery: {query}
|
5456 |
```
|
5457 |
|
5458 |
-
The models are finally trained by [MRL](
|
5459 |
1024, 2048, 4096, 6144 and 8192.
|
5460 |
|
5461 |
The higher the dimension, the better the performance.
|
|
|
5455 |
Instruct: Retrieve semantically similar text.\nQuery: {query}
|
5456 |
```
|
5457 |
|
5458 |
+
The models are finally trained by [MRL](https://arxiv.org/abs/2205.13147), so they have multiple dimensions: 512, 768,
|
5459 |
1024, 2048, 4096, 6144 and 8192.
|
5460 |
|
5461 |
The higher the dimension, the better the performance.
|