Feature Extraction
sentence-transformers
ONNX
English
bert
sentence-similarity
Inference Endpoints
shuttie commited on
Commit
3264703
1 Parent(s): c1d2df5

update readme

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -34,6 +34,12 @@ datasets:
34
 
35
  This is a sentence-transformers model: It maps sentences & paragraphs to a N dimensional dense vector space and can be used for tasks like clustering or semantic search.
36
 
 
 
 
 
 
 
37
  ## License
38
 
39
  Apache 2.0
 
34
 
35
  This is a sentence-transformers model: It maps sentences & paragraphs to a N dimensional dense vector space and can be used for tasks like clustering or semantic search.
36
 
37
+ The model conversion was made with [onnx-convert](https://github.com/nixiesearch/onnx-convert) tool with the following parameters:
38
+
39
+ ```shell
40
+ python convert.sh --model_id intfloat/e5-small-v2 --quantize QInt8 --optimize 2
41
+ ```
42
+
43
  ## License
44
 
45
  Apache 2.0