simpleverso commited on
Commit
6ac707e
1 Parent(s): 42c225b

Upload config.json

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