NEWKUN commited on
Commit
07361fb
·
verified ·
1 Parent(s): ca8e4ff

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -4
config.json CHANGED
@@ -1,5 +1,17 @@
1
  {
2
- "architecture": "ResNet-50",
3
- "num_labels": 2,
4
- "model_type": "image-classification"
5
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "model_name": "smile_classification",
3
+ "model_type": "pytorch",
4
+ "models": [
5
+ {
6
+ "name": "smile_classification",
7
+ "path": "./model_round_5.pth",
8
+ "description": "model weight"
9
+ },
10
+
11
+ ],
12
+ "default_model": "microsoft/resnet-50",
13
+ "description": "A smile classification model",
14
+ "version": "1.0.0",
15
+ "tags": ["classification"],
16
+ "license": "apache-2.0"
17
+ }