Larbz-7 commited on
Commit
84e32a5
1 Parent(s): e674690

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 0,
21
+ "1": 1,
22
+ "2": 2,
23
+ "3": 3,
24
+ "4": 4,
25
+ "5": 5,
26
+ "6": 6,
27
+ "7": 7,
28
+ "8": 8,
29
+ "9": 9,
30
+ "10": 10,
31
+ "11": 11,
32
+ "12": 12,
33
+ "13": 13,
34
+ "14": 14
35
+ },
36
+ "image_size": 224,
37
+ "initializer_range": 0.02,
38
+ "label2id": {
39
+ "0": 0,
40
+ "1": 1,
41
+ "2": 2,
42
+ "3": 3,
43
+ "4": 4,
44
+ "5": 5,
45
+ "6": 6,
46
+ "7": 7,
47
+ "8": 8,
48
+ "9": 9,
49
+ "10": 10,
50
+ "11": 11,
51
+ "12": 12,
52
+ "13": 13,
53
+ "14": 14
54
+ },
55
+ "layer_norm_eps": 1e-05,
56
+ "mlp_ratio": 4.0,
57
+ "model_type": "swin",
58
+ "num_channels": 3,
59
+ "num_heads": [
60
+ 3,
61
+ 6,
62
+ 12,
63
+ 24
64
+ ],
65
+ "num_layers": 4,
66
+ "out_features": [
67
+ "stage4"
68
+ ],
69
+ "out_indices": [
70
+ 4
71
+ ],
72
+ "patch_size": 4,
73
+ "path_norm": true,
74
+ "problem_type": "single_label_classification",
75
+ "qkv_bias": true,
76
+ "stage_names": [
77
+ "stem",
78
+ "stage1",
79
+ "stage2",
80
+ "stage3",
81
+ "stage4"
82
+ ],
83
+ "torch_dtype": "float32",
84
+ "transformers_version": "4.41.1",
85
+ "use_absolute_embeddings": false,
86
+ "window_size": 7
87
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1b48b7ed480bdb4893fcfbfe28f545c002f54acb42dba88c3c7817b1962df9
3
+ size 110382828
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.485,
21
+ 0.456,
22
+ 0.406
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.229,
27
+ 0.224,
28
+ 0.225
29
+ ],
30
+ "resample": 3,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Jun05_07-20-48_3b6af058d1f6/events.out.tfevents.1717572063.3b6af058d1f6.2185.36 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeeb2fda178c603c4a3f6e308ee077ae16629d6f29228b341a216608f2273101
3
+ size 5612
runs/Jun05_07-20-48_3b6af058d1f6/events.out.tfevents.1717572098.3b6af058d1f6.2185.37 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a819d696b3e7974180a7e8e4fa49d3c62bc77c852c69353cc198f27b631788
3
+ size 5612
runs/Jun05_07-20-48_3b6af058d1f6/events.out.tfevents.1717572172.3b6af058d1f6.2185.38 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa83d3a732561900c0d8be2402e704a46c7d469a57891721bee8ff8ce3e51077
3
+ size 5612
runs/Jun05_07-20-48_3b6af058d1f6/events.out.tfevents.1717572202.3b6af058d1f6.2185.39 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01983f3a05b744382c6fd89e9f877a3434223e481060200c006aaa4c383b0837
3
+ size 5612
runs/Jun05_07-20-48_3b6af058d1f6/events.out.tfevents.1717572237.3b6af058d1f6.2185.40 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742acf1d2dda5a7ef5cdf0d570aff61e0dbd8012bf785c98cd8a9069aab5899a
3
+ size 20024
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7848f816cd40ad0dae1d3ecffe3f1ac0d7c45c237446d37a2153758998981979
3
+ size 5176