nreimers commited on
Commit
7ba36cb
1 Parent(s): ad23f13
Files changed (1) hide show
  1. README.md +1 -0
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 |