Irgendsoeine commited on
Commit
139ec35
1 Parent(s): ece5052

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "mobilenetForImageClassification"
4
+ ],
5
+ "downsample_in_first_stage": false,
6
+ "id2label": {
7
+ "0": "left-wing",
8
+ "1": "right-wing"
9
+ },
10
+ "model_type": "mobilenet",
11
+ "num_channels": 3,
12
+ "transformers_version": "4.18.0.dev0"
13
+ }