trocr-small-handwritten / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
d056a07
raw
history blame contribute delete
No virus
3.2 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model_merged": {
"op_types": [
"Where",
"Concat",
"Sqrt",
"Relu",
"Less",
"Equal",
"Reshape",
"Constant",
"Slice",
"MatMul",
"Expand",
"Pow",
"Transpose",
"Squeeze",
"ConstantOfShape",
"Add",
"Mul",
"Identity",
"Unsqueeze",
"Range",
"If",
"ReduceMean",
"Div",
"Softmax",
"Sub",
"Shape",
"Cast",
"Gather"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Where",
"Concat",
"Sqrt",
"Relu",
"Less",
"Equal",
"Reshape",
"Constant",
"Slice",
"MatMul",
"Expand",
"Pow",
"Transpose",
"Squeeze",
"ConstantOfShape",
"Add",
"Mul",
"Identity",
"Unsqueeze",
"Range",
"ReduceMean",
"Div",
"Softmax",
"Sub",
"Shape",
"Cast",
"Gather"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Where",
"Concat",
"Sqrt",
"Equal",
"Reshape",
"Constant",
"Slice",
"MatMul",
"Expand",
"Pow",
"Erf",
"Transpose",
"ConstantOfShape",
"Add",
"Mul",
"Conv",
"Unsqueeze",
"ReduceMean",
"Div",
"Softmax",
"Sub",
"Shape",
"Gather"
],
"weight_type": "QUInt8"
},
"decoder_with_past_model": {
"op_types": [
"Where",
"Concat",
"Sqrt",
"Relu",
"Equal",
"Reshape",
"Constant",
"MatMul",
"Expand",
"Pow",
"Transpose",
"ConstantOfShape",
"Add",
"Mul",
"Identity",
"Unsqueeze",
"Range",
"ReduceMean",
"Div",
"Softmax",
"Sub",
"Shape",
"Cast",
"Gather"
],
"weight_type": "QInt8"
}
}
}