ricardoSLabs commited on
Commit
98318ed
·
verified ·
1 Parent(s): bba21e1

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "LaLegumbreArtificial/Fraunhofer_Classical",
3
+ "add_fpn": false,
4
+ "architectures": [
5
+ "BeitForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "auxiliary_channels": 256,
9
+ "auxiliary_concat_input": false,
10
+ "auxiliary_loss_weight": 0.4,
11
+ "auxiliary_num_convs": 1,
12
+ "drop_path_rate": 0.1,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "burn through",
18
+ "1": "contamination",
19
+ "2": "good weld",
20
+ "3": "lack of fusion",
21
+ "4": "lack of penetration",
22
+ "5": "misalignment"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "burn through": "0",
29
+ "contamination": "1",
30
+ "good weld": "2",
31
+ "lack of fusion": "3",
32
+ "lack of penetration": "4",
33
+ "misalignment": "5"
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "layer_scale_init_value": 0.1,
37
+ "model_type": "beit",
38
+ "num_attention_heads": 12,
39
+ "num_channels": 3,
40
+ "num_hidden_layers": 12,
41
+ "out_features": [
42
+ "stage12"
43
+ ],
44
+ "out_indices": [
45
+ 12
46
+ ],
47
+ "patch_size": 16,
48
+ "pool_scales": [
49
+ 1,
50
+ 2,
51
+ 3,
52
+ 6
53
+ ],
54
+ "problem_type": "single_label_classification",
55
+ "reshape_hidden_states": true,
56
+ "semantic_loss_ignore_index": 255,
57
+ "stage_names": [
58
+ "stem",
59
+ "stage1",
60
+ "stage2",
61
+ "stage3",
62
+ "stage4",
63
+ "stage5",
64
+ "stage6",
65
+ "stage7",
66
+ "stage8",
67
+ "stage9",
68
+ "stage10",
69
+ "stage11",
70
+ "stage12"
71
+ ],
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.44.0",
74
+ "use_absolute_position_embeddings": false,
75
+ "use_auxiliary_head": true,
76
+ "use_mask_token": false,
77
+ "use_mean_pooling": true,
78
+ "use_relative_position_bias": true,
79
+ "use_shared_relative_position_bias": false,
80
+ "vocab_size": 8192
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cc95c01bbbe8dd13a465f80f653ef2e33f99b2f23d786faa213acfceeb9f45
3
+ size 343092632
preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "image_processor_type": "BeitImageProcessor",
17
+ "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "resample": 2,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "height": 224,
26
+ "width": 224
27
+ }
28
+ }
runs/Aug23_07-03-57_2e57465034e5/events.out.tfevents.1724396652.2e57465034e5.36.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a47c30106a8156a56b359cbb9079ca5b3bc4d4aabed347a2aa8bf556ef20c1
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724397106.2e57465034e5.36.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c228dbe97230b9424947e74f2fb709a50a83785b781aa5ddb175178eb5222c9f
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724397242.2e57465034e5.36.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78043b4025b42a80e3b7fd2ef5de0499859c90c03f2776b7af392abf6a404b76
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724397323.2e57465034e5.36.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2b2bbb628c4ab2852364309382bfb5ab98640dd8425ff6a0f4dbdb6b153e06
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724397442.2e57465034e5.36.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e4b4892f7c8329d416a9511982596f74faa899d8c8c397225fb3a57b1072fc
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724397600.2e57465034e5.36.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2bc7adb11855c961aee28621e51353f3d17069bf6286b1b69e899ddca766f4
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724398164.2e57465034e5.36.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d00cc2ac5ca7805bf087193510af7b8fea2a593b73ed982a99b02cf2b583fd29
3
+ size 6089
runs/Aug23_07-11-41_2e57465034e5/events.out.tfevents.1724398181.2e57465034e5.36.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7e85400c0cb8cf5b2f9571917b447679475c73cd51ab7d39ff84a11061862e
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398307.2e57465034e5.36.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5705aca5e450dc16cc4a3e032f5d36b38af47e196d28b5ff9c53502860ca7b3
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398414.2e57465034e5.36.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cfe314732b760a81d0b740152f986c15f81100b752281a0bc04a7d1638a58d
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398437.2e57465034e5.36.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cac58d87098475d2919ca55c7a6f11519cace0dfdc8735c55360da76eafa40c
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398475.2e57465034e5.36.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7a5d4d242486cc5b0074e3104b67e9d90423a13f93161d03041e3bdd95befa
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398502.2e57465034e5.36.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a052dfd00b519ebb593811baddfad1416e1d1df371f94632abadb48572fe7b10
3
+ size 6089
runs/Aug23_07-31-44_2e57465034e5/events.out.tfevents.1724398700.2e57465034e5.36.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf9ca3b1311c587c03fae8c61abe750968da10ea0b7e5cf3d4cba56fae3faaf
3
+ size 10584
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86cf769122f6b0368e20c7bcc806860c3d8853c6d0759c999fb31e8fa9651d01
3
+ size 5240