Jia Huei Tan
commited on
Commit
·
35dca8e
1
Parent(s):
fb9e68c
Update README
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ license: mit
|
|
10 |
# ONNX Conversion of [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5)
|
11 |
|
12 |
- ONNX model for CPU with O3 optimisation
|
|
|
13 |
|
14 |
## Usage
|
15 |
|
|
|
10 |
# ONNX Conversion of [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1.5)
|
11 |
|
12 |
- ONNX model for CPU with O3 optimisation
|
13 |
+
- We exported the model with `use_raw_attention_mask=True` [due to this issue](https://github.com/microsoft/onnxruntime/issues/18945)
|
14 |
|
15 |
## Usage
|
16 |
|