Sentence Similarity
sentence-transformers
PyTorch
ONNX
bert
feature-extraction
Inference Endpoints
rawsh commited on
Commit
7394ed5
1 Parent(s): 877d41e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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