aaa12963337 commited on
Commit
6057f34
1 Parent(s): 7e55cc4

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "msi-dinat-mini-pretrain",
3
+ "architectures": [
4
+ "DinatForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 3,
9
+ 4,
10
+ 6,
11
+ 5
12
+ ],
13
+ "dilations": [
14
+ [
15
+ 1,
16
+ 8,
17
+ 1
18
+ ],
19
+ [
20
+ 1,
21
+ 4,
22
+ 1,
23
+ 4
24
+ ],
25
+ [
26
+ 1,
27
+ 2,
28
+ 1,
29
+ 2,
30
+ 1,
31
+ 2
32
+ ],
33
+ [
34
+ 1,
35
+ 1,
36
+ 1,
37
+ 1,
38
+ 1
39
+ ]
40
+ ],
41
+ "drop_path_rate": 0.2,
42
+ "embed_dim": 64,
43
+ "hidden_act": "gelu",
44
+ "hidden_dropout_prob": 0.0,
45
+ "hidden_size": 512,
46
+ "id2label": {
47
+ "0": "0",
48
+ "1": "1"
49
+ },
50
+ "initializer_range": 0.02,
51
+ "kernel_size": 7,
52
+ "label2id": {
53
+ "0": "0",
54
+ "1": "1"
55
+ },
56
+ "layer_norm_eps": 1e-05,
57
+ "layer_scale_init_value": 0.0,
58
+ "mlp_ratio": 3.0,
59
+ "model_type": "dinat",
60
+ "num_channels": 3,
61
+ "num_heads": [
62
+ 2,
63
+ 4,
64
+ 8,
65
+ 16
66
+ ],
67
+ "num_layers": 4,
68
+ "out_features": [
69
+ "stage4"
70
+ ],
71
+ "out_indices": [
72
+ 4
73
+ ],
74
+ "patch_size": 4,
75
+ "path_norm": true,
76
+ "problem_type": "single_label_classification",
77
+ "qkv_bias": true,
78
+ "stage_names": [
79
+ "stem",
80
+ "stage1",
81
+ "stage2",
82
+ "stage3",
83
+ "stage4"
84
+ ],
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.35.2"
87
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:355af5f2c97bb434c6f5e59d37fea5a33221a2005fdd2b1ce1e8038fb028802f
3
+ size 77928656
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.69261899,
7
+ 0.51298305,
8
+ 0.7263637
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.13099993,
13
+ 0.18332116,
14
+ 0.14441279
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d446f0aa6635459c95c83523ac68914cffb34f1b6e1a6307b688860ac725b82
3
+ size 4091