electroglyph commited on
Commit
7eacd87
·
verified ·
1 Parent(s): 5abf044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ language:
91
 
92
  I've updated this model to be compatible with Fastembed.
93
 
94
- I removed the `sentence_embedding` output and quantized the main model output instead. This now outputs a shape 768 multivector.
95
 
96
  To use the output you should use CLS pooling with normalization disabled.
97
 
 
91
 
92
  I've updated this model to be compatible with Fastembed.
93
 
94
+ I removed the `sentence_embedding` output and quantized the main model output instead. This now outputs a dimension 768 multivector.
95
 
96
  To use the output you should use CLS pooling with normalization disabled.
97