zeroshot commited on
Commit
46962c9
1 Parent(s): 8c0cf7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-small-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]
 
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]