Feature Extraction
sentence-transformers
ONNX
English
bert
sentence-similarity
Inference Endpoints
e5-small-v2-onnx / quantize_config.json
shuttie's picture
add quantize_config
594b7e0
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Reshape",
"Unsqueeze",
"MatMul",
"Sqrt",
"Transpose",
"Erf",
"Concat",
"Div",
"Gather",
"ReduceMean",
"Pow",
"Softmax",
"Sub",
"Add",
"Constant",
"Mul",
"Slice",
"Cast",
"Shape"
],
"weight_type": "QInt8"
}
}
}