update
Browse files
README.md
CHANGED
|
@@ -111,6 +111,7 @@ In the following some technical details how this model must be used:
|
|
| 111 |
|
| 112 |
| Setting | Value |
|
| 113 |
| --- | :---: |
|
|
|
|
| 114 |
| Produces normalized embeddings | Yes |
|
| 115 |
| Pooling-Method | Mean pooling |
|
| 116 |
| Suitable score functions | dot-product (`util.dot_score`), cosine-similarity (`util.cos_sim`), or euclidean distance |
|
|
|
|
| 111 |
|
| 112 |
| Setting | Value |
|
| 113 |
| --- | :---: |
|
| 114 |
+
| Dimensions | 384 |
|
| 115 |
| Produces normalized embeddings | Yes |
|
| 116 |
| Pooling-Method | Mean pooling |
|
| 117 |
| Suitable score functions | dot-product (`util.dot_score`), cosine-similarity (`util.cos_sim`), or euclidean distance |
|