Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,13 +26,15 @@ twelve layers instead of six, the same 384-dimensional output and the same recip
|
|
| 26 |
## The pooling is in the graph, on purpose
|
| 27 |
|
| 28 |
sentence-transformers keeps the recipe per model in `1_Pooling/config.json` and
|
| 29 |
-
`modules.json`, and the
|
| 30 |
|
| 31 |
| | pooling | normalised |
|
| 32 |
|---|---|---|
|
| 33 |
| all-MiniLM-L6-v2 | mean | yes |
|
| 34 |
| **all-MiniLM-L12-v2** | **mean** | **yes** |
|
| 35 |
| bge-small-en-v1.5 | **CLS** | yes |
|
|
|
|
|
|
|
| 36 |
| paraphrase-multilingual-L12 | mean | **no** |
|
| 37 |
|
| 38 |
This one was read off the repo rather than assumed from the family name: `modules.json`
|
|
|
|
| 26 |
## The pooling is in the graph, on purpose
|
| 27 |
|
| 28 |
sentence-transformers keeps the recipe per model in `1_Pooling/config.json` and
|
| 29 |
+
`modules.json`, and the six embedding models on this shelf do not agree:
|
| 30 |
|
| 31 |
| | pooling | normalised |
|
| 32 |
|---|---|---|
|
| 33 |
| all-MiniLM-L6-v2 | mean | yes |
|
| 34 |
| **all-MiniLM-L12-v2** | **mean** | **yes** |
|
| 35 |
| bge-small-en-v1.5 | **CLS** | yes |
|
| 36 |
+
| multilingual-e5-base | mean | yes |
|
| 37 |
+
| multilingual-e5-large | mean | yes |
|
| 38 |
| paraphrase-multilingual-L12 | mean | **no** |
|
| 39 |
|
| 40 |
This one was read off the repo rather than assumed from the family name: `modules.json`
|