Training in progress, epoch 0
Browse files- config.json +55 -37
- model.safetensors +2 -2
- preprocessor_config.json +18 -7
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,26 +1,18 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
-
],
|
6 |
-
"aspp_dropout_prob": 0.1,
|
7 |
-
"aspp_out_channels": 256,
|
8 |
-
"atrous_rates": [
|
9 |
-
6,
|
10 |
-
12,
|
11 |
-
18
|
12 |
],
|
13 |
"attention_probs_dropout_prob": 0.0,
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
96
|
23 |
-
],
|
24 |
"id2label": {
|
25 |
"0": "burn through",
|
26 |
"1": "contamination",
|
@@ -29,8 +21,9 @@
|
|
29 |
"4": "lack of penetration",
|
30 |
"5": "misalignment"
|
31 |
},
|
32 |
-
"image_size":
|
33 |
"initializer_range": 0.02,
|
|
|
34 |
"label2id": {
|
35 |
"burn through": "0",
|
36 |
"contamination": "1",
|
@@ -39,25 +32,50 @@
|
|
39 |
"lack of penetration": "4",
|
40 |
"misalignment": "5"
|
41 |
},
|
42 |
-
"layer_norm_eps": 1e-
|
43 |
-
"
|
44 |
-
"model_type": "
|
45 |
-
"
|
46 |
-
16,
|
47 |
-
16,
|
48 |
-
24,
|
49 |
-
48,
|
50 |
-
64,
|
51 |
-
80,
|
52 |
-
320
|
53 |
-
],
|
54 |
-
"num_attention_heads": 4,
|
55 |
"num_channels": 3,
|
56 |
-
"
|
57 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
"problem_type": "single_label_classification",
|
59 |
-
"
|
60 |
"semantic_loss_ignore_index": 255,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
"torch_dtype": "float32",
|
62 |
-
"transformers_version": "4.45.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
|
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",
|
|
|
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",
|
|
|
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.45.1",
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9fad10b25aefbda1df347e9517d862671c6c7d3faa0618cd5bf4e7bc7eca7d2
|
3 |
+
size 343092632
|
preprocessor_config.json
CHANGED
@@ -1,17 +1,28 @@
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
-
"height":
|
4 |
-
"width":
|
5 |
},
|
6 |
-
"do_center_crop":
|
7 |
-
"
|
8 |
-
"
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"resample": 2,
|
13 |
"rescale_factor": 0.00392156862745098,
|
14 |
"size": {
|
15 |
-
"
|
|
|
16 |
}
|
17 |
}
|
|
|
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 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d91cbe3d74aadbf0ee0fa5e86525d7a236c9b8a5ec2c3ed82c6856d89c7a7b61
|
3 |
+
size 5176
|