Image Classification
annanau commited on
Commit
a8d03f6
·
verified ·
1 Parent(s): dfa3058

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "xception",
3
+ "num_labels": 6,
4
+ "id2label": {
5
+ "0": "1",
6
+ "1": "2",
7
+ "2": "3",
8
+ "3": "4",
9
+ "4": "5",
10
+ "5": "6",
11
+
12
+ }
13
+ }