Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ license: mit
|
|
11 |
|
12 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
13 |
|
|
|
|
|
14 |
<!--- Describe your model here -->
|
15 |
|
16 |
## Usage (Sentence-Transformers)
|
@@ -38,8 +40,7 @@ print(embeddings)
|
|
38 |
|
39 |
<!--- Describe how your model was evaluated -->
|
40 |
|
41 |
-
|
42 |
-
|
43 |
|
44 |
|
45 |
## Full Model Architecture
|
|
|
11 |
|
12 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 1024 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
13 |
|
14 |
+
The model is based on [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base), to which a pooling (mean) and normalization layer has been added, and saved on a sentence transformers version.
|
15 |
+
|
16 |
<!--- Describe your model here -->
|
17 |
|
18 |
## Usage (Sentence-Transformers)
|
|
|
40 |
|
41 |
<!--- Describe how your model was evaluated -->
|
42 |
|
43 |
+
**In progress**
|
|
|
44 |
|
45 |
|
46 |
## Full Model Architecture
|