Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,22 @@ tags:
|
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# h4g3n/multilingual-MiniLM-L12-de-en-es-fr-it-nl-pl-pt
|
13 |
|
|
|
|
|
|
|
14 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
15 |
|
16 |
<!--- Describe your model here -->
|
|
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
+
language:
|
10 |
+
- de
|
11 |
+
- en
|
12 |
+
- es
|
13 |
+
- fr
|
14 |
+
- it
|
15 |
+
- nl
|
16 |
+
- pl
|
17 |
+
- pt
|
18 |
---
|
19 |
|
20 |
# h4g3n/multilingual-MiniLM-L12-de-en-es-fr-it-nl-pl-pt
|
21 |
|
22 |
+
The model is derived from [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2).
|
23 |
+
It is a destilled variant with only 4 attention layers, that was tasked to keep the vector space aligned with 7 languages during destillation.
|
24 |
+
|
25 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
26 |
|
27 |
<!--- Describe your model here -->
|