Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,11 @@ tags:
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# ONNX Model of [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) for use in [Text Embeddings Inference (TEI)](https://github.com/huggingface/text-embeddings-inference)
|
|
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
license: mit
|
8 |
+
base_model: BAAI/bge-m3
|
9 |
+
base_model_relation: quantized
|
10 |
+
model-index:
|
11 |
+
- name: bge-m3-onnx
|
12 |
+
results: []
|
13 |
---
|
14 |
|
15 |
# ONNX Model of [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) for use in [Text Embeddings Inference (TEI)](https://github.com/huggingface/text-embeddings-inference)
|