Update README.md
Browse files
README.md
CHANGED
|
@@ -8,13 +8,6 @@ language:
|
|
| 8 |
|
| 9 |
This is the quantized (INT8) ONNX variant of the [bge-micro-v2](https://huggingface.co/TaylorAI/bge-micro-v2) embeddings model created with [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) for ONNX export/inference and Neural Magic's [Sparsify](https://github.com/neuralmagic/sparsify) for one-shot quantization.
|
| 10 |
|
| 11 |
-
Current list of sparse and quantized bge ONNX models:
|
| 12 |
-
|
| 13 |
-
| Links | Sparsification Method |
|
| 14 |
-
| --------------------------------------------------------------------------------------------------- | ---------------------- |
|
| 15 |
-
| [zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
| 16 |
-
| [zeroshot/bge-large-en-v1.5-quant](https://huggingface.co/zeroshot/bge-large-en-v1.5-quant) | Quantization (INT8) |
|
| 17 |
-
|
| 18 |
```bash
|
| 19 |
pip install -U deepsparse-nightly[sentence_transformers]
|
| 20 |
```
|
|
|
|
| 8 |
|
| 9 |
This is the quantized (INT8) ONNX variant of the [bge-micro-v2](https://huggingface.co/TaylorAI/bge-micro-v2) embeddings model created with [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) for ONNX export/inference and Neural Magic's [Sparsify](https://github.com/neuralmagic/sparsify) for one-shot quantization.
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
```bash
|
| 12 |
pip install -U deepsparse-nightly[sentence_transformers]
|
| 13 |
```
|