Tom Aarsen
commited on
Commit
·
7ebe838
1
Parent(s):
e8198f2
Add link to the other static model
Browse files
README.md
CHANGED
|
@@ -8470,6 +8470,8 @@ This is a [sentence-transformers](https://www.SBERT.net) model trained on the [g
|
|
| 8470 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on NanoBEIR, embedding speed, and Matryoshka dimensionality truncation. In short, this model is **87.4%** as performant as the commonly used [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
|
| 8471 |
* **Training Script:** See [train.py](train.py) for the training script used to train this model from scratch.
|
| 8472 |
|
|
|
|
|
|
|
| 8473 |
## Model Details
|
| 8474 |
|
| 8475 |
### Model Description
|
|
|
|
| 8470 |
* **Evaluations:** See [Evaluations](#evaluation) for details on performance on NanoBEIR, embedding speed, and Matryoshka dimensionality truncation. In short, this model is **87.4%** as performant as the commonly used [`all-mpnet-base-v2`](https://huggingface.co/sentence-transformers/all-mpnet-base-v2).
|
| 8471 |
* **Training Script:** See [train.py](train.py) for the training script used to train this model from scratch.
|
| 8472 |
|
| 8473 |
+
See [`static-similarity-mrl-multilingual-v1`](https://huggingface.co/sentence-transformers/static-similarity-mrl-multilingual-v1) for a general-purpose multilingual static embedding model. It's been trained for semantic textual similarity, paraphrase mining, text classification, clustering, and more.
|
| 8474 |
+
|
| 8475 |
## Model Details
|
| 8476 |
|
| 8477 |
### Model Description
|