Update README.md
Browse files
README.md
CHANGED
@@ -1627,12 +1627,9 @@ Current list of sparse and quantized bge ONNX models:
|
|
1627 |
|
1628 |
| Links | Sparsification Method |
|
1629 |
| --------------------------------------------------------------------------------------------------- | ---------------------- |
|
1630 |
-
| [zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
1631 |
-
| [zeroshot/bge-large-en-v1.5-quant](https://huggingface.co/zeroshot/bge-large-en-v1.5-quant) | Quantization (INT8) |
|
1632 |
| [zeroshot/bge-base-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-base-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
1633 |
-
| [zeroshot/bge-base-en-v1.5-quant](https://huggingface.co/zeroshot/bge-base-en-v1.5-quant) | Quantization (INT8) |
|
1634 |
| [zeroshot/bge-small-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-small-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
1635 |
-
| [zeroshot/bge-small-en-v1.5-quant](https://huggingface.co/zeroshot/bge-small-en-v1.5-quant) | Quantization (INT8) |
|
1636 |
|
1637 |
```bash
|
1638 |
pip install -U deepsparse-nightly[sentence_transformers]
|
|
|
1627 |
|
1628 |
| Links | Sparsification Method |
|
1629 |
| --------------------------------------------------------------------------------------------------- | ---------------------- |
|
1630 |
+
| [zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning | |
|
|
|
1631 |
| [zeroshot/bge-base-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-base-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
|
|
1632 |
| [zeroshot/bge-small-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-small-en-v1.5-sparse) | Quantization (INT8) & 50% Pruning |
|
|
|
1633 |
|
1634 |
```bash
|
1635 |
pip install -U deepsparse-nightly[sentence_transformers]
|