ocsai-d-web-onnx / config.json
POrg's picture
Upload config.json with huggingface_hub
dbe9f25 verified
raw
history blame contribute delete
186 Bytes
{
"model_type": "beit",
"task": "image-classification",
"framework": "onnx",
"quantized": true,
"input_size": [
224,
224
],
"num_classes": 1,
"regression": true
}