Angy309 commited on
Commit
84a243c
1 Parent(s): d6becbb

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "11214 Bush 3M friction with Cross axle",
21
+ "1": "18651 Cross Axle 2M with Snap friction",
22
+ "2": "2357 Brick corner 1x2x2",
23
+ "3": "3003 Brick 2x2",
24
+ "4": "3004 Brick 1x2",
25
+ "5": "3005 Brick 1x1",
26
+ "6": "3022 Plate 2x2",
27
+ "7": "3023 Plate 1x2",
28
+ "8": "3024 Plate 1x1",
29
+ "9": "3040 Roof Tile 1x2x45deg",
30
+ "10": "3069 Flat Tile 1x2",
31
+ "11": "32123 half Bush",
32
+ "12": "3673 Peg 2M",
33
+ "13": "3713 Bush for Cross Axle",
34
+ "14": "3794 Plate 1X2 with 1 Knob",
35
+ "15": "6632 Technic Lever 3M"
36
+ },
37
+ "image_size": 224,
38
+ "initializer_range": 0.02,
39
+ "label2id": {
40
+ "11214 Bush 3M friction with Cross axle": 0,
41
+ "18651 Cross Axle 2M with Snap friction": 1,
42
+ "2357 Brick corner 1x2x2": 2,
43
+ "3003 Brick 2x2": 3,
44
+ "3004 Brick 1x2": 4,
45
+ "3005 Brick 1x1": 5,
46
+ "3022 Plate 2x2": 6,
47
+ "3023 Plate 1x2": 7,
48
+ "3024 Plate 1x1": 8,
49
+ "3040 Roof Tile 1x2x45deg": 9,
50
+ "3069 Flat Tile 1x2": 10,
51
+ "32123 half Bush": 11,
52
+ "3673 Peg 2M": 12,
53
+ "3713 Bush for Cross Axle": 13,
54
+ "3794 Plate 1X2 with 1 Knob": 14,
55
+ "6632 Technic Lever 3M": 15
56
+ },
57
+ "layer_norm_eps": 1e-05,
58
+ "mlp_ratio": 4.0,
59
+ "model_type": "swin",
60
+ "num_channels": 3,
61
+ "num_heads": [
62
+ 3,
63
+ 6,
64
+ 12,
65
+ 24
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.40.2",
87
+ "use_absolute_embeddings": false,
88
+ "window_size": 7
89
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11456a9ff4e9fbcc3bad292041fc362849ca59c301cd2ae1f38ca65f30c0176c
3
+ size 110385904
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/May13_19-09-27_24cc275b3536/events.out.tfevents.1715627383.24cc275b3536.549.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1221891e63697f7a7b5f9a39921849978c2e4552691d96c56b5952117539dae
3
+ size 7231
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4258ecf4ebc7b37c3389139bfaff59433008395962ea7ed732120b7d0f1f930c
3
+ size 5048