CoolFace
Modelpublic

vectoriseai/e5-large-v2

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                "Erf",8                "Mul",9                "ReduceMean",10                "Unsqueeze",11                "Gather",12                "Div",13                "MatMul",14                "Reshape",15                "Cast",16                "Add",17                "Slice",18                "Shape",19                "Sqrt",20                "Softmax",21                "Pow",22                "Concat",23                "Constant",24                "Sub",25                "Transpose"26            ],27            "weight_type": "QInt8"28        }29    }30}