LaLegumbreArtificial commited on
Commit
78e538e
·
verified ·
1 Parent(s): 71c63bb

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Visual-Attention-Network/van-tiny",
3
+ "architectures": [
4
+ "VanForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 5,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "dropout_rate": 0.0,
14
+ "hidden_act": "gelu",
15
+ "hidden_sizes": [
16
+ 32,
17
+ 64,
18
+ 160,
19
+ 256
20
+ ],
21
+ "id2label": {
22
+ "0": "burn through",
23
+ "1": "contamination",
24
+ "2": "good weld",
25
+ "3": "lack of fusion",
26
+ "4": "lack of penetration",
27
+ "5": "misalignment"
28
+ },
29
+ "image_size": 224,
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "burn through": "0",
33
+ "contamination": "1",
34
+ "good weld": "2",
35
+ "lack of fusion": "3",
36
+ "lack of penetration": "4",
37
+ "misalignment": "5"
38
+ },
39
+ "layer_norm_eps": 1e-06,
40
+ "layer_scale_init_value": 0.01,
41
+ "mlp_ratios": [
42
+ 8,
43
+ 8,
44
+ 4,
45
+ 4
46
+ ],
47
+ "model_type": "van",
48
+ "num_channels": 3,
49
+ "patch_sizes": [
50
+ 7,
51
+ 3,
52
+ 3,
53
+ 3
54
+ ],
55
+ "problem_type": "single_label_classification",
56
+ "strides": [
57
+ 4,
58
+ 2,
59
+ 2,
60
+ 2
61
+ ],
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.45.1"
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b2e6649bfe503647d49a9777082c0f777221c4e31ffd34c5c73120799e5d8f3
3
+ size 15484808
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }
runs/Feb23_23-31-26_756fb56566d6/events.out.tfevents.1740353488.756fb56566d6.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9513ed304f582afe698b85eed84fcd7f114b661952f86b451812007d77b87c5c
3
+ size 6889
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082e506b00a3372930b8a65fe0175cc7668d7ba3b83e2c8f9871dc83784010d4
3
+ size 5240