Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
---
|
8 |
This is the ONNX variant of the [bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) embeddings model created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
9 |
|
10 |
-
|
11 |
|
12 |
```bash
|
13 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|
@@ -30,7 +30,7 @@ model.save_pretrained(onnx_path)
|
|
30 |
tokenizer.save_pretrained(onnx_path)
|
31 |
```
|
32 |
|
33 |
-
Current
|
34 |
|
35 |
[zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse)
|
36 |
|
|
|
7 |
---
|
8 |
This is the ONNX variant of the [bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) embeddings model created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
9 |
|
10 |
+
To replicate ONNX export, run:
|
11 |
|
12 |
```bash
|
13 |
pip install git+https://github.com/neuralmagic/optimum-deepsparse.git
|
|
|
30 |
tokenizer.save_pretrained(onnx_path)
|
31 |
```
|
32 |
|
33 |
+
Current list of sparse and quantized bge ONNX models:
|
34 |
|
35 |
[zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse)
|
36 |
|