djbp commited on
Commit
03e5849
·
verified ·
1 Parent(s): 9da026a

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "Invalid",
21
+ "1": "Mid Market",
22
+ "2": "Non Mid Market"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "label2id": {
27
+ "Invalid": 0,
28
+ "Mid Market": 1,
29
+ "Non Mid Market": 2
30
+ },
31
+ "layer_norm_eps": 1e-05,
32
+ "mlp_ratio": 4.0,
33
+ "model_type": "swin",
34
+ "num_channels": 3,
35
+ "num_heads": [
36
+ 4,
37
+ 8,
38
+ 16,
39
+ 32
40
+ ],
41
+ "num_layers": 4,
42
+ "out_features": [
43
+ "stage4"
44
+ ],
45
+ "out_indices": [
46
+ 4
47
+ ],
48
+ "patch_size": 4,
49
+ "path_norm": true,
50
+ "problem_type": "single_label_classification",
51
+ "qkv_bias": true,
52
+ "stage_names": [
53
+ "stem",
54
+ "stage1",
55
+ "stage2",
56
+ "stage3",
57
+ "stage4"
58
+ ],
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.44.0",
61
+ "use_absolute_embeddings": false,
62
+ "window_size": 7
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc45c936f1f06a8677af89486858d5de1df9285365bf24cd791c34915bb66751
3
+ size 347502916
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/Aug16_08-42-36_7966cf4c3125/events.out.tfevents.1723797770.7966cf4c3125 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb0a52e384a039f8aa6cfcf8fac1ac197b193101d011ec129a76cd8be6a8f4c0
3
+ size 5456
runs/Aug17_03-51-42_28d1aa6b4a20/events.out.tfevents.1723866704.28d1aa6b4a20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44b40e0ce4909b1bcfe5964110fe452356331d510567b9c840ec1bfd4c06c0d7
3
+ size 5456
runs/Aug17_03-54-17_28d1aa6b4a20/events.out.tfevents.1723866857.28d1aa6b4a20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a1b430243a17c0d73a49095b1940c9282f6aa5dca0438f31559a659d7bf31e4
3
+ size 5456
runs/Aug17_03-56-24_28d1aa6b4a20/events.out.tfevents.1723866985.28d1aa6b4a20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0e4b9ae90c7f7ea5cfd2c101feeed1a77ff1c0d5103ef6b110bb9a8c83825a
3
+ size 5456
runs/Aug17_12-12-39_2781f1f91634/events.out.tfevents.1723896761.2781f1f91634 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa58b0a43c3365411cc496c85f2ca85bd56dfd9c8f3300512941abf31116310
3
+ size 5456
runs/Aug17_12-16-19_2781f1f91634/events.out.tfevents.1723896982.2781f1f91634 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56d1e324f7b729b5038882f1157694ee664ee94db5114dd272ba93a7a1bdf78
3
+ size 4284
runs/Aug17_12-18-55_099964123b62/events.out.tfevents.1723897148.099964123b62 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7c3e546b3602e380ee5fd2cb48bd4efef9c9db95f7d6a9c8f354c882a3ea61
3
+ size 4284
runs/Aug17_12-32-12_ccfb1a2839c5/events.out.tfevents.1723897933.ccfb1a2839c5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db4c422047f66fbfc00206cff3a0b7e086053ac2b0c2f46aa06d5c53c36f1f2b
3
+ size 5749
runs/Aug17_17-48-22_ccfb1a2839c5/events.out.tfevents.1723916903.ccfb1a2839c5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f94da3951079ab87d726d51db7dbd0ec1de4694d66f75b3cb1a2e8b5c5861ab
3
+ size 6698
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9890702537b8ef47f5a4609c520c3bc4c58c561ab80e0ff9cc43df95a5a3d0e6
3
+ size 4859