Commit ·
6b1db60
1
Parent(s): 5fb9ba1
Upload config.json
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
|
| 13 |
"1": "faultyopening",
|
| 14 |
"2": "insectscreen_check",
|
| 15 |
"3": "pedal_malfunction",
|
|
@@ -33,9 +33,9 @@
|
|
| 33 |
"sink_damage": 4,
|
| 34 |
"tile_damage": 5,
|
| 35 |
"toilet_damage": 6,
|
| 36 |
-
"
|
| 37 |
"wall_crack": 8,
|
| 38 |
-
"
|
| 39 |
},
|
| 40 |
"layer_norm_eps": 1e-12,
|
| 41 |
"model_type": "vit",
|
|
@@ -46,5 +46,5 @@
|
|
| 46 |
"problem_type": "single_label_classification",
|
| 47 |
"qkv_bias": true,
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
-
"transformers_version": "4.
|
| 50 |
}
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "concentrator_broken",
|
| 13 |
"1": "faultyopening",
|
| 14 |
"2": "insectscreen_check",
|
| 15 |
"3": "pedal_malfunction",
|
|
|
|
| 33 |
"sink_damage": 4,
|
| 34 |
"tile_damage": 5,
|
| 35 |
"toilet_damage": 6,
|
| 36 |
+
"wall_contamination": 7,
|
| 37 |
"wall_crack": 8,
|
| 38 |
+
"wall_peeloff": 9
|
| 39 |
},
|
| 40 |
"layer_norm_eps": 1e-12,
|
| 41 |
"model_type": "vit",
|
|
|
|
| 46 |
"problem_type": "single_label_classification",
|
| 47 |
"qkv_bias": true,
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
+
"transformers_version": "4.33.1"
|
| 50 |
}
|