Update README.md
Browse files
README.md
CHANGED
@@ -416,7 +416,7 @@ model-index:
|
|
416 |
|
417 |
## Usage
|
418 |
|
419 |
-
This is the quantized (INT8) ONNX variant of the [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-
|
420 |
|
421 |
```bash
|
422 |
pip install -U deepsparse-nightly[sentence_transformers]
|
|
|
416 |
|
417 |
## Usage
|
418 |
|
419 |
+
This is the quantized (INT8) ONNX variant of the [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) embeddings model accelerated with [Sparsify](https://github.com/neuralmagic/sparsify) for quantization and [DeepSparseSentenceTransformers](https://github.com/neuralmagic/deepsparse/tree/main/src/deepsparse/sentence_transformers) for inference.
|
420 |
|
421 |
```bash
|
422 |
pip install -U deepsparse-nightly[sentence_transformers]
|