ddmitov commited on
Commit
b660629
1 Parent(s): 7739c97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -3,6 +3,7 @@ license: mit
3
  ---
4
 
5
  This model is a version of the [BGE-M3](https://huggingface.co/BAAI/bge-m3) model converted to ONNX weights with HF Optimum for compatibility with ONNX Runtime.
 
6
  It is based on the conversion scripts and the documentation of the [bge-m3-onnx](https://huggingface.co/aapot/bge-m3-onnx) model by [Aapo Tanskanen](https://huggingface.co/aapot).
7
 
8
  This ONNX model outputs dense and ColBERT embedding representations all at once. The output is a list of numpy arrays in previously mentioned order of representations.
 
3
  ---
4
 
5
  This model is a version of the [BGE-M3](https://huggingface.co/BAAI/bge-m3) model converted to ONNX weights with HF Optimum for compatibility with ONNX Runtime.
6
+
7
  It is based on the conversion scripts and the documentation of the [bge-m3-onnx](https://huggingface.co/aapot/bge-m3-onnx) model by [Aapo Tanskanen](https://huggingface.co/aapot).
8
 
9
  This ONNX model outputs dense and ColBERT embedding representations all at once. The output is a list of numpy arrays in previously mentioned order of representations.