Update README.md
Browse files
README.md
CHANGED
|
@@ -28,18 +28,4 @@ tokenizer = get_preprocessor(model_id)
|
|
| 28 |
onnx_path = Path("bge-base-en-v1.5-dense")
|
| 29 |
model.save_pretrained(onnx_path)
|
| 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 |
-
|
| 37 |
-
[zeroshot/bge-large-en-v1.5-quant](https://huggingface.co/zeroshot/bge-large-en-v1.5-quant)
|
| 38 |
-
|
| 39 |
-
[zeroshot/bge-base-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-base-en-v1.5-sparse)
|
| 40 |
-
|
| 41 |
-
[zeroshot/bge-base-en-v1.5-quant](https://huggingface.co/zeroshot/bge-base-en-v1.5-quant)
|
| 42 |
-
|
| 43 |
-
[zeroshot/bge-small-en-v1.5-sparse](https://huggingface.co/zeroshot/bge-small-en-v1.5-sparse)
|
| 44 |
-
|
| 45 |
-
[zeroshot/bge-small-en-v1.5-quant](https://huggingface.co/zeroshot/bge-small-en-v1.5-quant)
|
|
|
|
| 28 |
onnx_path = Path("bge-base-en-v1.5-dense")
|
| 29 |
model.save_pretrained(onnx_path)
|
| 30 |
tokenizer.save_pretrained(onnx_path)
|
| 31 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|