mxbai-rerank-base-v1 / onnx /quantize_config.json
Aamir
Add ONNX weights (#1)
5e69dc1 verified
raw
history blame contribute delete
No virus
1.19 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Constant",
"ConstantOfShape",
"ReduceMean",
"Div",
"Identity",
"Slice",
"Sign",
"Concat",
"Tile",
"Add",
"Expand",
"Cast",
"Erf",
"Equal",
"Less",
"Greater",
"Reshape",
"Log",
"Range",
"MatMul",
"Softmax",
"GatherElements",
"Where",
"Sub",
"Mul",
"Squeeze",
"Sqrt",
"Clip",
"Transpose",
"Gemm",
"And",
"Abs",
"Gather",
"LessOrEqual",
"Shape",
"Ceil",
"Neg",
"Pow"
],
"weight_type": "QInt8"
}
}
}