orca-gpt2-medium / quantize_config.json
Kaileh57's picture
transformers.js classic format: merged quantized decoder + classic tokenizer.json
b7f5a75 verified
Raw
History Blame Contribute Delete
2.4 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Cast",
"Gather",
"Range",
"Softmax",
"MatMul",
"Sqrt",
"ConstantOfShape",
"Unsqueeze",
"Constant",
"Mul",
"Squeeze",
"ReduceMean",
"Concat",
"Pow",
"Div",
"Slice",
"Split",
"Where",
"Reshape",
"Shape",
"Add",
"Transpose",
"Gemm",
"Sub",
"Tanh"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Cast",
"Gather",
"Range",
"Softmax",
"MatMul",
"Sqrt",
"ConstantOfShape",
"Unsqueeze",
"Constant",
"Mul",
"Squeeze",
"ReduceMean",
"Concat",
"Pow",
"Div",
"Slice",
"If",
"Split",
"Where",
"Reshape",
"Shape",
"Add",
"Transpose",
"Gemm",
"Sub",
"Tanh"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Cast",
"Gather",
"Range",
"Softmax",
"MatMul",
"Sqrt",
"ConstantOfShape",
"Unsqueeze",
"Constant",
"Mul",
"Squeeze",
"ReduceMean",
"Concat",
"Pow",
"Div",
"Slice",
"Split",
"Where",
"Reshape",
"Shape",
"Add",
"Transpose",
"Gemm",
"Sub",
"Tanh"
],
"weight_type": "QInt8"
}
}
}