File size: 384 Bytes
ca8e4ff 07361fb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"model_name": "smile_classification",
"model_type": "pytorch",
"models": [
{
"name": "smile_classification",
"path": "./model_round_5.pth",
"description": "model weight"
},
],
"default_model": "microsoft/resnet-50",
"description": "A smile classification model",
"version": "1.0.0",
"tags": ["classification"],
"license": "apache-2.0"
}
|