akhulisumit commited on
Commit
09e9af0
·
verified ·
1 Parent(s): d127774

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["PotholeDetector"],
3
+ "model_type": "resnet",
4
+ "num_classes": 2,
5
+ "id2label": {
6
+ "0": "plain_road",
7
+ "1": "pothole"
8
+ },
9
+ "label2id": {
10
+ "plain_road": 0,
11
+ "pothole": 1
12
+ }
13
+ }
14
+