CoolFace
Modelpublic

Xenova/chinese-clip-vit-base-patch16

sourceHugging Faceupdated 1y agoView on Hugging Face
3likes626downloads
quantize_config.json39 linesDownload Raw Back to root
1{2    "per_channel": true,3    "reduce_range": true,4    "per_model_config": {5        "model": {6            "op_types": [7                "Constant",8                "ReduceMean",9                "Reshape",10                "Sub",11                "Abs",12                "MatMul",13                "Sqrt",14                "Slice",15                "Where",16                "Cast",17                "Div",18                "Concat",19                "Shape",20                "Softmax",21                "Equal",22                "Erf",23                "Transpose",24                "ReduceSum",25                "Unsqueeze",26                "Mul",27                "Exp",28                "Conv",29                "Gather",30                "Add",31                "Pow",32                "Expand",33                "Sigmoid",34                "ConstantOfShape"35            ],36            "weight_type": "QUInt8"37        }38    }39}