Upload config.json with huggingface_hub
Browse files- 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 |
+
|