Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,11 @@ widget:
|
|
42 |
|
43 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [agentlans/multilingual-e5-small-aligned](https://huggingface.co/agentlans/multilingual-e5-small-aligned). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
44 |
|
|
|
|
|
|
|
|
|
|
|
45 |
## Model Details
|
46 |
|
47 |
### Model Description
|
|
|
42 |
|
43 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [agentlans/multilingual-e5-small-aligned](https://huggingface.co/agentlans/multilingual-e5-small-aligned). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
44 |
|
45 |
+
- One of the smallest multilingual embedding models on Huggingface
|
46 |
+
- Further finetuned on 1,000,000 randomly selected sentence pairs downloaded from Tatoeba 2024-09-26
|
47 |
+
- Includes pairs where one or both sentences are non-English
|
48 |
+
- For each pair, two negative examples were generated
|
49 |
+
|
50 |
## Model Details
|
51 |
|
52 |
### Model Description
|