flax-community-gpt-2-spanish-ONNX / quantize_config.json
yoeldcd's picture
Upload folder using huggingface_hub
f84dcc2 verified
raw
history blame contribute delete
813 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Squeeze",
"Add",
"Transpose",
"Sqrt",
"MatMul",
"Where",
"Split",
"Pow",
"Slice",
"ConstantOfShape",
"Reshape",
"ReduceMean",
"Softmax",
"Unsqueeze",
"Cast",
"Constant",
"Shape",
"Gather",
"Div",
"Gemm",
"Tanh",
"Concat",
"Mul",
"Sub"
],
"weight_type": "QInt8"
}
}
}