jnjconsulting commited on
Commit
a0e45f0
1 Parent(s): 398fabc

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +20 -18
  2. label_map.json +10 -9
  3. preprocessor_config.json +20 -18
  4. pytorch_model.bin +2 -2
config.json CHANGED
@@ -10,30 +10,32 @@
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",
 
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "concentrator_broken",
13
+ "1": "faultyopening",
14
+ "2": "insectscreen_check",
15
+ "3": "pedal_malfunction",
16
+ "4": "sink_damage",
17
+ "5": "tile_damage",
18
+ "6": "toilet_damage",
19
+ "7": "wall_contamination",
20
+ "8": "wall_crack",
21
+ "9": "wall_peeloff",
22
+ "10": "waterleak"
23
  },
24
  "image_size": 224,
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
  "concentrator_broken": 0,
29
+ "faultyopening": 1,
30
+ "waterleak": 10,
31
+ "insectscreen_check": 2,
32
+ "pedal_malfunction": 3,
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",
label_map.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
  "0": "concentrator_broken",
3
- "1": "insectscreen_check",
4
- "2": "pedal_malfunction",
5
- "3": "sink_damage",
6
- "4": "tile_damage",
7
- "5": "toilet_damage",
8
- "6": "wall_contamination",
9
- "7": "wall_crack",
10
- "8": "wall_peeloff",
11
- "9": "window_frame_damage"
 
12
  }
 
1
  {
2
  "0": "concentrator_broken",
3
+ "1": "faultyopening",
4
+ "2": "insectscreen_check",
5
+ "3": "pedal_malfunction",
6
+ "4": "sink_damage",
7
+ "5": "tile_damage",
8
+ "6": "toilet_damage",
9
+ "7": "wall_contamination",
10
+ "8": "wall_crack",
11
+ "9": "wall_peeloff",
12
+ "10": "waterleak"
13
  }
preprocessor_config.json CHANGED
@@ -10,30 +10,32 @@
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",
 
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "concentrator_broken",
13
+ "1": "faultyopening",
14
+ "2": "insectscreen_check",
15
+ "3": "pedal_malfunction",
16
+ "4": "sink_damage",
17
+ "5": "tile_damage",
18
+ "6": "toilet_damage",
19
+ "7": "wall_contamination",
20
+ "8": "wall_crack",
21
+ "9": "wall_peeloff",
22
+ "10": "waterleak"
23
  },
24
  "image_size": 224,
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
  "concentrator_broken": 0,
29
+ "faultyopening": 1,
30
+ "waterleak": 10,
31
+ "insectscreen_check": 2,
32
+ "pedal_malfunction": 3,
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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea9b00cabf794b8d6ad0209feedd9ca10c0b7942b41ae05242b6cb2fe4b892f8
3
- size 343290986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687d379164281b670e7d515135596adcdc6741df6b4c00f14c25493cdca28eda
3
+ size 343294058