IrishCore-DiffMask-135M-v1-rc2 / onnx /quantization.json
temsa's picture
Add files using upload-large-folder tool
ed10267 verified
raw
history blame contribute delete
602 Bytes
{
"source_dir": "onnx/",
"input_model": "onnx/model.onnx",
"preprocessed_input_model": "onnx/model.preprocessed.onnx",
"output_model": "onnx/model_quantized.onnx",
"weight_type": "qint8",
"per_channel": true,
"reduce_range": false,
"preprocess_applied": true,
"op_types": [
"MatMul",
"Gemm",
"Attention"
],
"copied_assets": [
"onnx/model.onnx",
"onnx_export.json",
"config.json",
"special_tokens_map.json",
"tokenizer.json",
"tokenizer_config.json",
"vocab.txt"
],
"format": "onnx_dynamic_quantized",
"task": "token-classification"
}