zeroshot commited on
Commit
93d4a8a
1 Parent(s): e7a4356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- For ONNX export, run:
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 up-to-date 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
 
 
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