Commit ·
0c8bd2e
1
Parent(s): 66aa501
Upload config.json
Browse files- config.json +48 -0
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "concentrator_broken",
|
| 13 |
+
"1": "insectscreen_check",
|
| 14 |
+
"2": "pedal_malfunction",
|
| 15 |
+
"3": "sink_damage",
|
| 16 |
+
"4": "tile_damage",
|
| 17 |
+
"5": "toilet_damage",
|
| 18 |
+
"6": "wall_contamination",
|
| 19 |
+
"7": "wall_crack",
|
| 20 |
+
"8": "wall_peeloff",
|
| 21 |
+
"9": "window_frame_damage"
|
| 22 |
+
},
|
| 23 |
+
"image_size": 224,
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 3072,
|
| 26 |
+
"label2id": {
|
| 27 |
+
"concentrator_broken": 0,
|
| 28 |
+
"insectscreen_check": 1,
|
| 29 |
+
"pedal_malfunction": 2,
|
| 30 |
+
"sink_damage": 3,
|
| 31 |
+
"tile_damage": 4,
|
| 32 |
+
"toilet_damage": 5,
|
| 33 |
+
"wall_contamination": 6,
|
| 34 |
+
"wall_crack": 7,
|
| 35 |
+
"wall_peeloff": 8,
|
| 36 |
+
"window_frame_damage": 9
|
| 37 |
+
},
|
| 38 |
+
"layer_norm_eps": 1e-12,
|
| 39 |
+
"model_type": "vit",
|
| 40 |
+
"num_attention_heads": 12,
|
| 41 |
+
"num_channels": 3,
|
| 42 |
+
"num_hidden_layers": 12,
|
| 43 |
+
"patch_size": 16,
|
| 44 |
+
"problem_type": "single_label_classification",
|
| 45 |
+
"qkv_bias": true,
|
| 46 |
+
"torch_dtype": "float32",
|
| 47 |
+
"transformers_version": "4.33.1"
|
| 48 |
+
}
|