CoolFace
Modelpublic

vectoriseai/e5-base

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes73downloads
quantize_config.json30 linesDownload Raw Back to root
1{2    "per_channel": true,3    "reduce_range": true,4    "per_model_config": {5        "model": {6            "op_types": [7                "Gather",8                "Pow",9                "Concat",10                "Softmax",11                "Unsqueeze",12                "Sub",13                "Reshape",14                "Mul",15                "Erf",16                "ReduceMean",17                "Sqrt",18                "Constant",19                "Add",20                "Shape",21                "MatMul",22                "Div",23                "Transpose",24                "Slice",25                "Cast"26            ],27            "weight_type": "QInt8"28        }29    }30}