zeroshot commited on
Commit
48f0c88
1 Parent(s): 4caa6dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: mit
3
  ---
4
- This is the ONNX variant of the [bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5) model for embeddings created with the [DeepSparse Optimum](https://github.com/neuralmagic/optimum-deepsparse) integration.
5
 
6
  For ONNX export, run:
7
 
@@ -24,4 +24,18 @@ tokenizer = get_preprocessor(model_id)
24
  onnx_path = Path("bge-base-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-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.
5
 
6
  For ONNX export, run:
7
 
 
24
  onnx_path = Path("bge-base-en-v1.5-dense")
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)