mobilenet_v1_0.75_192 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
524700e verified
raw
history blame contribute delete
No virus
1.4 kB
{
"fp16": {},
"q8": {
"per_model_config": {
"model": {
"op_types": [
"Clip",
"Conv",
"Flatten",
"Gemm",
"GlobalAveragePool"
],
"weight_type": "QUInt8"
}
},
"per_channel": true,
"reduce_range": true
},
"int8": {
"per_model_config": {
"model": {
"op_types": [
"Clip",
"Conv",
"Flatten",
"Gemm",
"GlobalAveragePool"
],
"weight_type": "QInt8"
}
},
"per_channel": true,
"reduce_range": true
},
"uint8": {
"per_model_config": {
"model": {
"op_types": [
"Clip",
"Conv",
"Flatten",
"Gemm",
"GlobalAveragePool"
],
"weight_type": "QUInt8"
}
},
"per_channel": true,
"reduce_range": true
},
"q4": {
"block_size": 32,
"is_symmetric": true,
"accuracy_level": null
},
"bnb4": {
"block_size": 64,
"quant_type": 1
}
}