Ludo13009 commited on
Commit
4feba9c
1 Parent(s): fe5e325

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
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