bert_model_ro_fake_news / quantize_config.json
Bogdan Mihalca
BERT trained on Romanian Fake nes
3e106eb
raw
history blame contribute delete
833 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Cast",
"Slice",
"Concat",
"ReduceMean",
"MatMul",
"Sqrt",
"Transpose",
"Tanh",
"Expand",
"Reshape",
"Where",
"ConstantOfShape",
"Sub",
"Shape",
"Erf",
"Add",
"Gather",
"Gemm",
"Pow",
"Equal",
"Mul",
"Constant",
"Unsqueeze",
"Softmax",
"Div"
],
"weight_type": "QInt8"
}
}
}