sergiocannata
commited on
Commit
•
47e306f
1
Parent(s):
59d6488
Training in progress, step 100
Browse files- .gitignore +1 -0
- config.json +118 -0
- preprocessor_config.json +18 -0
- pytorch_model.bin +3 -0
- runs/Nov02_00-40-15_2080189fc226/1667349635.5232027/events.out.tfevents.1667349635.2080189fc226.77.1 +3 -0
- runs/Nov02_00-40-15_2080189fc226/events.out.tfevents.1667349635.2080189fc226.77.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/cvt-21",
|
3 |
+
"architectures": [
|
4 |
+
"CvtForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_drop_rate": [
|
7 |
+
0.0,
|
8 |
+
0.0,
|
9 |
+
0.0
|
10 |
+
],
|
11 |
+
"cls_token": [
|
12 |
+
false,
|
13 |
+
false,
|
14 |
+
true
|
15 |
+
],
|
16 |
+
"depth": [
|
17 |
+
1,
|
18 |
+
4,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": [
|
22 |
+
0.0,
|
23 |
+
0.0,
|
24 |
+
0.1
|
25 |
+
],
|
26 |
+
"drop_rate": [
|
27 |
+
0.0,
|
28 |
+
0.0,
|
29 |
+
0.0
|
30 |
+
],
|
31 |
+
"embed_dim": [
|
32 |
+
64,
|
33 |
+
192,
|
34 |
+
384
|
35 |
+
],
|
36 |
+
"id2label": {
|
37 |
+
"0": "event",
|
38 |
+
"1": "no_event"
|
39 |
+
},
|
40 |
+
"image_size": 224,
|
41 |
+
"initializer_range": 0.02,
|
42 |
+
"kernel_qkv": [
|
43 |
+
3,
|
44 |
+
3,
|
45 |
+
3
|
46 |
+
],
|
47 |
+
"label2id": {
|
48 |
+
"event": 0,
|
49 |
+
"no_event": 1
|
50 |
+
},
|
51 |
+
"layer_norm_eps": 1e-12,
|
52 |
+
"mlp_ratio": [
|
53 |
+
4.0,
|
54 |
+
4.0,
|
55 |
+
4.0
|
56 |
+
],
|
57 |
+
"model_type": "cvt",
|
58 |
+
"num_channels": 3,
|
59 |
+
"num_heads": [
|
60 |
+
1,
|
61 |
+
3,
|
62 |
+
6
|
63 |
+
],
|
64 |
+
"num_stages": 3,
|
65 |
+
"padding_kv": [
|
66 |
+
1,
|
67 |
+
1,
|
68 |
+
1
|
69 |
+
],
|
70 |
+
"padding_q": [
|
71 |
+
1,
|
72 |
+
1,
|
73 |
+
1
|
74 |
+
],
|
75 |
+
"patch_padding": [
|
76 |
+
2,
|
77 |
+
1,
|
78 |
+
1
|
79 |
+
],
|
80 |
+
"patch_sizes": [
|
81 |
+
7,
|
82 |
+
3,
|
83 |
+
3
|
84 |
+
],
|
85 |
+
"patch_stride": [
|
86 |
+
4,
|
87 |
+
2,
|
88 |
+
2
|
89 |
+
],
|
90 |
+
"pos_embed": [
|
91 |
+
false,
|
92 |
+
false,
|
93 |
+
false
|
94 |
+
],
|
95 |
+
"problem_type": "single_label_classification",
|
96 |
+
"qkv_bias": [
|
97 |
+
true,
|
98 |
+
true,
|
99 |
+
true
|
100 |
+
],
|
101 |
+
"qkv_projection_method": [
|
102 |
+
"dw_bn",
|
103 |
+
"dw_bn",
|
104 |
+
"dw_bn"
|
105 |
+
],
|
106 |
+
"stride_kv": [
|
107 |
+
2,
|
108 |
+
2,
|
109 |
+
2
|
110 |
+
],
|
111 |
+
"stride_q": [
|
112 |
+
1,
|
113 |
+
1,
|
114 |
+
1
|
115 |
+
],
|
116 |
+
"torch_dtype": "float32",
|
117 |
+
"transformers_version": "4.24.0"
|
118 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"feature_extractor_type": "ConvNextFeatureExtractor",
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"size": 224
|
18 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2747df2ad38ff33fd481685f458420f9d90470178c831bb7c042e6a6965c45b
|
3 |
+
size 125399691
|
runs/Nov02_00-40-15_2080189fc226/1667349635.5232027/events.out.tfevents.1667349635.2080189fc226.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aef03f1c2613c3f10354f9b5a5c6c4d1b86f57f22ee1bfcf243404a4a3e27a5e
|
3 |
+
size 5499
|
runs/Nov02_00-40-15_2080189fc226/events.out.tfevents.1667349635.2080189fc226.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c24d17ee594bc17b2090f53004e356c69d1110ceb66c5407dd3262b8104547b9
|
3 |
+
size 6580
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9300e388f0af12585b4f4ff8850497c61943283aa07a6e36bd161b80e44c3c2
|
3 |
+
size 3375
|