Tom Aarsen
commited on
Commit
·
75b2c50
1
Parent(s):
e60353d
Add link to the other static model
Browse files
README.md
CHANGED
@@ -137,6 +137,8 @@ This is a [sentence-transformers](https://www.SBERT.net) model trained on the [w
|
|
137 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on NanoBEIR, embedding speed, and Matryoshka dimensionality truncation.
|
138 |
* **Training Script:** See [train.py](train.py) for the training script used to train this model from scratch.
|
139 |
|
|
|
|
|
140 |
## Model Details
|
141 |
|
142 |
### Model Description
|
|
|
137 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on NanoBEIR, embedding speed, and Matryoshka dimensionality truncation.
|
138 |
* **Training Script:** See [train.py](train.py) for the training script used to train this model from scratch.
|
139 |
|
140 |
+
See [`static-retrieval-mrl-en-v1`](https://huggingface.co/sentence-transformers/static-retrieval-mrl-en-v1) for an English static embedding model that has been finetuned specifically for retrieval tasks.
|
141 |
+
|
142 |
## Model Details
|
143 |
|
144 |
### Model Description
|