Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentence
|
|
25 |
## Usage (ONNX runtime)
|
26 |
Using optimum
|
27 |
|
28 |
-
```
|
29 |
from optimum.onnxruntime import ORTModelForFeatureExtraction
|
30 |
from transformers import AutoTokenizer
|
31 |
|
|
|
25 |
## Usage (ONNX runtime)
|
26 |
Using optimum
|
27 |
|
28 |
+
```python
|
29 |
from optimum.onnxruntime import ORTModelForFeatureExtraction
|
30 |
from transformers import AutoTokenizer
|
31 |
|