helenai's picture
commit files to HF hub
c472ab9
raw
history blame contribute delete
No virus
1.14 kB
{
"compression": {
"algorithm": "quantization",
"export_to_onnx_standard_ops": false,
"ignored_scopes": [
"{re}.*Embedding*",
"{re}.*__add___[0-1]",
"{re}.*layer_norm_0",
"{re}.*matmul_1",
"{re}.*__truediv__*"
],
"initializer": {
"batchnorm_adaptation": {
"num_bn_adaptation_samples": 0
},
"range": {
"num_init_samples": 300,
"type": "mean_min_max"
}
},
"overflow_fix": "disable",
"preset": "mixed",
"scope_overrides": {
"activations": {
"{re}.*matmul_0": {
"mode": "symmetric"
}
}
}
},
"input_info": [
{
"keyword": "input_ids",
"sample_size": [
8,
160
],
"type": "long"
},
{
"keyword": "token_type_ids",
"sample_size": [
8,
160
],
"type": "long"
},
{
"keyword": "attention_mask",
"sample_size": [
8,
160
],
"type": "long"
}
],
"optimum_version": "1.8.3.dev0",
"save_onnx_model": false,
"transformers_version": "4.27.4"
}