CoolFace
Modelpublic

Xenova/gte-base

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