text2vec-base-chinese / quantize_config.json
leolee9086's picture
上传模型文件
bdd879f
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"ReduceMean",
"Mul",
"Unsqueeze",
"Add",
"Concat",
"Cast",
"Constant",
"MatMul",
"Erf",
"Sqrt",
"Slice",
"Div",
"Sub",
"Softmax",
"Pow",
"Shape",
"Reshape",
"Transpose",
"Gather"
],
"weight_type": "QInt8"
}
}
}