bert-base-japanese-v3-marc_ja / quantize_config.json
masato12's picture
Upload folder using huggingface_hub
d523982 verified
raw
history blame contribute delete
722 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Gemm",
"Erf",
"Mul",
"Slice",
"Gather",
"Add",
"Transpose",
"Concat",
"Reshape",
"ReduceMean",
"Sqrt",
"Cast",
"Tanh",
"MatMul",
"Shape",
"Softmax",
"Sub",
"Div",
"Pow",
"Unsqueeze"
],
"weight_type": "QInt8"
}
}
}