masafresh commited on
Commit
4b63148
1 Parent(s): dfd2532

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-large-patch4-window12-384",
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": 192,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1536,
19
+ "id2label": {
20
+ "0": "LGLO",
21
+ "1": "MGLO",
22
+ "2": "HGLO",
23
+ "3": "UGLO",
24
+ "4": "MGSO",
25
+ "5": "LGSO",
26
+ "6": "HGSO",
27
+ "7": "MWS",
28
+ "8": "MWL"
29
+ },
30
+ "image_size": 384,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "HGLO": 2,
34
+ "HGSO": 6,
35
+ "LGLO": 0,
36
+ "LGSO": 5,
37
+ "MGLO": 1,
38
+ "MGSO": 4,
39
+ "MWL": 8,
40
+ "MWS": 7,
41
+ "UGLO": 3
42
+ },
43
+ "layer_norm_eps": 1e-05,
44
+ "mlp_ratio": 4.0,
45
+ "model_type": "swin",
46
+ "num_channels": 3,
47
+ "num_heads": [
48
+ 6,
49
+ 12,
50
+ 24,
51
+ 48
52
+ ],
53
+ "num_layers": 4,
54
+ "out_features": [
55
+ "stage4"
56
+ ],
57
+ "out_indices": [
58
+ 4
59
+ ],
60
+ "patch_size": 4,
61
+ "path_norm": true,
62
+ "problem_type": "single_label_classification",
63
+ "qkv_bias": true,
64
+ "stage_names": [
65
+ "stem",
66
+ "stage1",
67
+ "stage2",
68
+ "stage3",
69
+ "stage4"
70
+ ],
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.45.2",
73
+ "use_absolute_embeddings": false,
74
+ "window_size": 12
75
+ }
logs/events.out.tfevents.1731696793.AZHAR-PC.1068429.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4f803659de6987a98df19a54f3a87fc66a2dde14dad714627ae9de913d9748
3
+ size 5684
logs/events.out.tfevents.1731696860.AZHAR-PC.1070682.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7137ca3f59c449e0f29ef2d8c5fa040ae0f5a368fcbc4ef080c81ae593d3ed2
3
+ size 5684
logs/events.out.tfevents.1731696892.AZHAR-PC.1071409.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20dfe7f347c1f1d7a667ac60b8caa9686635dd244dd4f8b6ecddd55bca08e0d7
3
+ size 5683
logs/events.out.tfevents.1731696923.AZHAR-PC.1072097.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c90dd9d3d98050dfb80880fbd94fa50fed7cdee7747fd17a887361b5840603
3
+ size 5683
logs/events.out.tfevents.1731696988.AZHAR-PC.1073207.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8aab035b396efc8ac01a58f91130a08e9b636fa568f4a6abe9675c0c1bba84c
3
+ size 5683
logs/events.out.tfevents.1731697040.AZHAR-PC.1074156.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87060e82c272f2c71ca485a4b3c6b661fc5c2b4bd4c037db07ef95f325d1af70
3
+ size 5681
logs/events.out.tfevents.1731697065.AZHAR-PC.1074714.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132055138b9d965c4f2e4cbdedd5f346bbe1ef8d3c7cd4f09b12d6d9feae662f
3
+ size 6871
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58466c771615a23f37b546e0fff10bbd99abde45e05395f5a7984910c1bbf6e4
3
+ size 784887780
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": 384,
20
+ "width": 384
21
+ }
22
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c516a01031b784f08d8aedfd6263cbe0b30e65e2b20219f94974d6e845d5c372
3
+ size 5304