w2v-bert-2.0-polish-CV16.0-v3-onnx / quantize_config.json
Oleksii Maryshchenko
Missing quantize_config.json
bf2b63b
raw
history blame contribute delete
885 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Softmax",
"ReduceMean",
"Add",
"Split",
"Concat",
"Reshape",
"Transpose",
"Shape",
"Slice",
"Pad",
"Gather",
"Sqrt",
"Range",
"Clip",
"Conv",
"Relu",
"Mul",
"Constant",
"Div",
"MatMul",
"Sub",
"Einsum",
"ConstantOfShape",
"Cast",
"Unsqueeze",
"Pow",
"Sigmoid"
],
"weight_type": "QUInt8"
}
}
}