indobert-base-p1 / quant_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
3bf0b7e
raw
history blame contribute delete
No virus
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Slice",
"Pow",
"Erf",
"Unsqueeze",
"Concat",
"Mul",
"Constant",
"MatMul",
"ReduceMean",
"Cast",
"Div",
"Reshape",
"Shape",
"Gather",
"Add",
"Softmax",
"Sub",
"Transpose",
"Sqrt"
],
"weight_type": "QInt8"
}
}
}