dpineo commited on
Commit
b63d9c1
·
verified ·
1 Parent(s): 5bce02a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Left_back_pocket",
21
+ "1": "Left_collar_bone_back",
22
+ "2": "Left_forearm",
23
+ "3": "Left_front_pocket",
24
+ "4": "Left_hip_front_IWB",
25
+ "5": "Left_inner_ankle",
26
+ "6": "Left_inner_thigh",
27
+ "7": "Left_outer_ankle",
28
+ "8": "Left_outer_shin",
29
+ "9": "Left_shin_front",
30
+ "10": "Left_thigh_back",
31
+ "11": "Left_thigh_front",
32
+ "12": "Left_underarm_front",
33
+ "13": "Left_upper_arm",
34
+ "14": "Left_upper_arm_back",
35
+ "15": "Left_upper_back",
36
+ "16": "Lower_abdomen_front_IWB",
37
+ "17": "Lower_back_IWB",
38
+ "18": "Right_appendix_front_IWB",
39
+ "19": "Right_back_pocket",
40
+ "20": "Right_collar_bone_front",
41
+ "21": "Right_front_pocket",
42
+ "22": "Right_hip_front_IWB",
43
+ "23": "Right_inner_ankle",
44
+ "24": "Right_lower_back_IWB",
45
+ "25": "Right_outer_ankle",
46
+ "26": "Right_outer_shin",
47
+ "27": "Right_outer_thigh",
48
+ "28": "Right_shin_front",
49
+ "29": "Right_thigh_back",
50
+ "30": "Right_thigh_front",
51
+ "31": "Right_underarm_front",
52
+ "32": "Right_upper_arm_back",
53
+ "33": "Right_upper_back",
54
+ "34": "Upper_back",
55
+ "35": "Upper_torso_front"
56
+ },
57
+ "image_size": 224,
58
+ "initializer_range": 0.02,
59
+ "label2id": {
60
+ "B-ADD": 4,
61
+ "B-ARRESTED": 7,
62
+ "B-CRIME": 2,
63
+ "B-INCIDENT_DATE": 3,
64
+ "B-SUSPECT": 9,
65
+ "B-VICTIMS": 1,
66
+ "B-WPN": 5,
67
+ "I-ADD": 8,
68
+ "I-ARRESTED": 13,
69
+ "I-CRIME": 11,
70
+ "I-INCIDENT_DATE": 10,
71
+ "I-SUSPECT": 14,
72
+ "I-VICTIMS": 12,
73
+ "I-WPN": 6,
74
+ "Left_back_pocket": 0,
75
+ "Left_collar_bone_back": 1,
76
+ "Left_forearm": 2,
77
+ "Left_front_pocket": 3,
78
+ "Left_hip_front_IWB": 4,
79
+ "Left_inner_ankle": 5,
80
+ "Left_inner_thigh": 6,
81
+ "Left_outer_ankle": 7,
82
+ "Left_outer_shin": 8,
83
+ "Left_shin_front": 9,
84
+ "Left_thigh_back": 10,
85
+ "Left_thigh_front": 11,
86
+ "Left_underarm_front": 12,
87
+ "Left_upper_arm": 13,
88
+ "Left_upper_arm_back": 14,
89
+ "Left_upper_back": 15,
90
+ "Lower_abdomen_front_IWB": 16,
91
+ "Lower_back_IWB": 17,
92
+ "O": 0,
93
+ "Right_appendix_front_IWB": 18,
94
+ "Right_back_pocket": 19,
95
+ "Right_collar_bone_front": 20,
96
+ "Right_front_pocket": 21,
97
+ "Right_hip_front_IWB": 22,
98
+ "Right_inner_ankle": 23,
99
+ "Right_lower_back_IWB": 24,
100
+ "Right_outer_ankle": 25,
101
+ "Right_outer_shin": 26,
102
+ "Right_outer_thigh": 27,
103
+ "Right_shin_front": 28,
104
+ "Right_thigh_back": 29,
105
+ "Right_thigh_front": 30,
106
+ "Right_underarm_front": 31,
107
+ "Right_upper_arm_back": 32,
108
+ "Right_upper_back": 33,
109
+ "Upper_back": 34,
110
+ "Upper_torso_front": 35
111
+ },
112
+ "layer_norm_eps": 1e-05,
113
+ "mlp_ratio": 4.0,
114
+ "model_type": "swin",
115
+ "num_channels": 3,
116
+ "num_heads": [
117
+ 3,
118
+ 6,
119
+ 12,
120
+ 24
121
+ ],
122
+ "num_layers": 4,
123
+ "out_features": [
124
+ "stage4"
125
+ ],
126
+ "out_indices": [
127
+ 4
128
+ ],
129
+ "patch_size": 4,
130
+ "path_norm": true,
131
+ "problem_type": "single_label_classification",
132
+ "qkv_bias": true,
133
+ "stage_names": [
134
+ "stem",
135
+ "stage1",
136
+ "stage2",
137
+ "stage3",
138
+ "stage4"
139
+ ],
140
+ "torch_dtype": "float32",
141
+ "transformers_version": "4.37.2",
142
+ "use_absolute_embeddings": false,
143
+ "window_size": 7
144
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53dec208302e64378eb0398dc724912d00a56b1d81857a56c0efbedfdf963198
3
+ size 110447424
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jul17_17-51-16_3faf9fb42250/events.out.tfevents.1721240212.3faf9fb42250.25514.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559365639bdb9e6284e5330704248c30e8cbec759c49ddfd9ac4485538f462f6
3
+ size 5001
runs/Jul17_20-47-41_3faf9fb42250/events.out.tfevents.1721249272.3faf9fb42250.26143.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab52a41a0d13c4dcda45cb9c358807c2307725da88a93d80db9cd06feef4c68b
3
+ size 9962
runs/Jul17_20-47-41_3faf9fb42250/events.out.tfevents.1721250814.3faf9fb42250.26143.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3713f0273a56634cbc4065b9be0817422305bc5e3499118e20f16662424915a
3
+ size 5001
runs/Jul17_20-47-41_3faf9fb42250/events.out.tfevents.1721250846.3faf9fb42250.26143.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac576e0b44e9c6b097da1e44341bce418201fccb52c5ca386bc833f4abec02f
3
+ size 5001
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721259446.3faf9fb42250.26143.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7751721bb06d9212c0d624087596a8b60e5631f55e08bd83231a5673bedaf294
3
+ size 9962
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721259545.3faf9fb42250.26143.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c659c05e2eb465f8485d827bcff6680e4ec196d644fed8eecc13ca2bd445ae
3
+ size 5001
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721259613.3faf9fb42250.26143.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb150064d0cb2db9bb32f9968e08fab5cfd757071c7bfdef1dc1a67b9e9e7fda
3
+ size 9962
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721314463.3faf9fb42250.26143.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e93c02afcf63827940d90315f3e6b37f9596bbc847d6de0226ff3022cfa0b6
3
+ size 5001
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721315866.3faf9fb42250.26143.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2ed68b3ff69dca70caa2cdec41d0af8963bd8e09a2633c177f0ffd8501183d
3
+ size 5001
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721315964.3faf9fb42250.26143.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f5e9bf1f8b62b5338be6ddbe095b4e2dfe1a5c0e06abfdefab27a1c55dd05f
3
+ size 5001
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721316255.3faf9fb42250.26143.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b07a8972af67307a6146e04fba23d93c8526dffda0205d3bce1eef93c0441e
3
+ size 5049
runs/Jul17_23-37-24_3faf9fb42250/events.out.tfevents.1721318792.3faf9fb42250.26143.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c17c67b57cdf6f1039f88080153ba62e807730f88d105ed4ad7b6a2e503fe8
3
+ size 5049
runs/Jul18_16-13-06_3faf9fb42250/events.out.tfevents.1721319200.3faf9fb42250.26143.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8ae007c57857753b2d68064778f460ac8e40930efa5092b0dc817823963d692
3
+ size 7470
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e5e27653e0c40c75b3891341a960ba0421b48e21a39e7c500947d11fde0034c
3
+ size 4347