jina-embeddings-v2-base-en / quantize_config.json
do-me's picture
Upload 8 files
a756b03
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Gather",
"Unsqueeze",
"Concat",
"Mul",
"Pow",
"Shape",
"Identity",
"Sub",
"Transpose",
"Div",
"ReduceMean",
"Sqrt",
"Erf",
"Cast",
"MatMul",
"Reshape",
"Add",
"Constant",
"Softmax"
],
"weight_type": "QInt8"
}
}
}