Update README.md
Browse files
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 |
|