electroglyph commited on
Commit
732bd9b
·
verified ·
1 Parent(s): 7eacd87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ I have added a linear quantization node before the `token_embeddings` output so
103
 
104
  This is compatible with the [qdrant](https://github.com/qdrant/qdrant) uint8 datatype for collections.
105
 
106
- I took the liberty of removing the `sentence_embedding` output, I can add it back in if anybody wants it.
107
 
108
  # Quantization method
109
 
 
103
 
104
  This is compatible with the [qdrant](https://github.com/qdrant/qdrant) uint8 datatype for collections.
105
 
106
+ I took the liberty of removing the `sentence_embedding` output (since I would've had to re-create it), I can add it back in if anybody wants it.
107
 
108
  # Quantization method
109