w2v-bert-2.0 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
d6023ee verified
raw
history blame
No virus
861 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Slice",
"Range",
"Shape",
"Transpose",
"ReduceMean",
"Cast",
"ConstantOfShape",
"Softmax",
"Div",
"Sigmoid",
"Clip",
"Gather",
"Einsum",
"Unsqueeze",
"Constant",
"Reshape",
"Sub",
"Split",
"Concat",
"Pow",
"Conv",
"Mul",
"Add",
"Pad",
"Sqrt"
],
"weight_type": "QUInt8"
}
}
}