yujiepan's picture
upload model
c6b8155
raw
history blame contribute delete
636 Bytes
{
"algorithm": "quantization",
"preset": "mixed",
"overflow_fix": "disable",
"initializer": {
"range": {
"num_init_samples": 300,
"type": "mean_min_max"
},
"batchnorm_adaptation": {
"num_bn_adaptation_samples": 0
},
},
"scope_overrides": {
"activations": {
"{re}.*matmul_0": {
"mode": "symmetric"
}
}
},
"ignored_scopes": [
"{re}.*Embedding*",
"{re}.*__add___[0-1]",
// "{re}.*layer_norm_0",
"{re}.*matmul_1",
"{re}.*__truediv__*",
],
}