Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
-
This is the ONNX variant of the [bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) model
|
5 |
|
6 |
For ONNX export, run:
|
7 |
|
@@ -25,3 +25,17 @@ onnx_path = Path("bge-small-en-v1.5-dense")
|
|
25 |
model.save_pretrained(onnx_path)
|
26 |
tokenizer.save_pretrained(onnx_path)
|
27 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
This is the ONNX variant of the [bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5) embeddings model created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
|
5 |
|
6 |
For ONNX export, run:
|
7 |
|
|
|
25 |
model.save_pretrained(onnx_path)
|
26 |
tokenizer.save_pretrained(onnx_path)
|
27 |
```
|
28 |
+
|
29 |
+
Current up-to-date list of sparse and quantized bge ONNX models:
|
30 |
+
|
31 |
+
[zeroshot/bge-large-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-large-en-v1.5-sparse)
|
32 |
+
|
33 |
+
[zeroshot/bge-large-en-v1.5-quant](https://huggingface.co/zeroshot/bge-large-en-v1.5-quant)
|
34 |
+
|
35 |
+
[zeroshot/bge-base-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-base-en-v1.5-sparse)
|
36 |
+
|
37 |
+
[zeroshot/bge-base-en-v1.5-quant](https://huggingface.co/zeroshot/bge-base-en-v1.5-quant)
|
38 |
+
|
39 |
+
[zeroshot/bge-small-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-small-en-v1.5-sparse)
|
40 |
+
|
41 |
+
[zeroshot/bge-small-en-v1.5-quant](https://huggingface.co/zeroshot/bge-small-en-v1.5-quant)
|