sam-brause commited on
Commit
13bc754
·
1 Parent(s): f83cef1

Added config.json to specify model type

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "efficientnet",
3
+ "framework": "pytorch",
4
+ "task": "image-classification",
5
+ "labels": [
6
+ "Dark Spots",
7
+ "Dry Lips",
8
+ "Forehead Wrinkles",
9
+ "Jowls",
10
+ "Nasolabial Folds",
11
+ "Prejowl Sulcus",
12
+ "Thin Lips",
13
+ "Under Eye Hollow",
14
+ "Under Eye Wrinkles",
15
+ "Brow Asymmetry"
16
+ ],
17
+ "image_size": 224
18
+ }