andrecastro commited on
Commit
bc244f4
1 Parent(s): f6ae29a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/cvt-13",
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
+ 2,
19
+ 10
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": "anormal_total",
38
+ "1": "normal_total"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "kernel_qkv": [
43
+ 3,
44
+ 3,
45
+ 3
46
+ ],
47
+ "label2id": {
48
+ "anormal_total": 0,
49
+ "normal_total": 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.35.2"
118
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d7065389db141096cfbfdc61277d3684274272c24ea1d207cc3da2fe5cdf76
3
+ size 78629584
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Dec20_23-42-58_00f72b263288/events.out.tfevents.1703115779.00f72b263288.455.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f68206efdd9707480add26ae07f5d7d0ea327ad47bdaf6d286aed931697e96
3
+ size 10254
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5693bec33b8bf843790f46fc5f8a3c9979f3fe39f93c05e1f49cefe9a13f588
3
+ size 4600