Smolry commited on
Commit
a939dba
·
verified ·
1 Parent(s): 0abd8de

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EfficientNetForImageClassification"
4
+ ],
5
+ "model_type": "efficientnet",
6
+ "num_labels": 2,
7
+ "id2label": {
8
+ "0": "HSRP",
9
+ "1": "NON_HSRP"
10
+ },
11
+ "label2id": {
12
+ "HSRP": "0",
13
+ "NON_HSRP": "1"
14
+ }
15
+ }