mxbai-rerank-xsmall-v1 / onnx /quantize_config.json
Xenova's picture
Xenova HF staff
Add ONNX weights
34657bf verified
raw
history blame
No virus
1.19 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Div",
"ConstantOfShape",
"ReduceMean",
"Softmax",
"Identity",
"Gemm",
"Equal",
"Slice",
"LessOrEqual",
"Where",
"Erf",
"Gather",
"Cast",
"Clip",
"Greater",
"Constant",
"Sqrt",
"GatherElements",
"Abs",
"Less",
"Reshape",
"Pow",
"Shape",
"Sign",
"Add",
"Log",
"Concat",
"Transpose",
"Expand",
"Squeeze",
"Neg",
"MatMul",
"Ceil",
"Sub",
"Range",
"Tile",
"Mul",
"And"
],
"weight_type": "QInt8"
}
}
}