brandyDolly
commited on
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,51 +1,18 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
|
|
6 |
"auxiliary_channels": 256,
|
7 |
"auxiliary_concat_input": false,
|
8 |
-
"auxiliary_in_channels": 384,
|
9 |
"auxiliary_loss_weight": 0.4,
|
10 |
"auxiliary_num_convs": 1,
|
11 |
-
"
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
3,
|
16 |
-
9,
|
17 |
-
3
|
18 |
-
],
|
19 |
-
"drop_path_rate": 0.0,
|
20 |
-
"hidden_act": "gelu",
|
21 |
-
"hidden_sizes": [
|
22 |
-
96,
|
23 |
-
192,
|
24 |
-
384,
|
25 |
-
768
|
26 |
-
],
|
27 |
-
"image_size": 224,
|
28 |
-
"initializer_range": 0.02,
|
29 |
-
"layer_norm_eps": 1e-12,
|
30 |
-
"layer_scale_init_value": 1e-06,
|
31 |
-
"model_type": "convnext",
|
32 |
-
"num_stages": 4,
|
33 |
-
"out_features": [
|
34 |
-
"stage1",
|
35 |
-
"stage2",
|
36 |
-
"stage3",
|
37 |
-
"stage4"
|
38 |
-
],
|
39 |
-
"out_indices": [
|
40 |
-
1,
|
41 |
-
2,
|
42 |
-
3,
|
43 |
-
4
|
44 |
-
],
|
45 |
-
"patch_size": 4
|
46 |
-
},
|
47 |
-
"backbone_kwargs": null,
|
48 |
-
"hidden_size": 512,
|
49 |
"id2label": {
|
50 |
"0": "unlabeled",
|
51 |
"1": "flat-road",
|
@@ -83,7 +50,9 @@
|
|
83 |
"33": "void-static",
|
84 |
"34": "void-unclear"
|
85 |
},
|
|
|
86 |
"initializer_range": 0.02,
|
|
|
87 |
"label2id": {
|
88 |
"construction-bridge": "22",
|
89 |
"construction-building": "18",
|
@@ -121,17 +90,61 @@
|
|
121 |
"void-static": "33",
|
122 |
"void-unclear": "34"
|
123 |
},
|
124 |
-
"
|
125 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
"pool_scales": [
|
127 |
1,
|
128 |
2,
|
129 |
3,
|
130 |
6
|
131 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
"torch_dtype": "float32",
|
133 |
"transformers_version": "4.47.0.dev0",
|
|
|
134 |
"use_auxiliary_head": true,
|
135 |
-
"
|
136 |
-
"
|
|
|
|
|
|
|
137 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/beit-base-finetuned-ade-640-640",
|
3 |
+
"add_fpn": false,
|
4 |
"architectures": [
|
5 |
+
"BeitForSemanticSegmentation"
|
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": "unlabeled",
|
18 |
"1": "flat-road",
|
|
|
50 |
"33": "void-static",
|
51 |
"34": "void-unclear"
|
52 |
},
|
53 |
+
"image_size": 640,
|
54 |
"initializer_range": 0.02,
|
55 |
+
"intermediate_size": 3072,
|
56 |
"label2id": {
|
57 |
"construction-bridge": "22",
|
58 |
"construction-building": "18",
|
|
|
90 |
"void-static": "33",
|
91 |
"void-unclear": "34"
|
92 |
},
|
93 |
+
"layer_norm_eps": 1e-12,
|
94 |
+
"layer_scale_init_value": 0.1,
|
95 |
+
"model_type": "beit",
|
96 |
+
"num_attention_heads": 12,
|
97 |
+
"num_channels": 3,
|
98 |
+
"num_hidden_layers": 12,
|
99 |
+
"out_features": [
|
100 |
+
"stage3",
|
101 |
+
"stage5",
|
102 |
+
"stage7",
|
103 |
+
"stage11"
|
104 |
+
],
|
105 |
+
"out_indices": [
|
106 |
+
3,
|
107 |
+
5,
|
108 |
+
7,
|
109 |
+
11
|
110 |
+
],
|
111 |
+
"patch_size": 16,
|
112 |
"pool_scales": [
|
113 |
1,
|
114 |
2,
|
115 |
3,
|
116 |
6
|
117 |
],
|
118 |
+
"reshape_hidden_states": true,
|
119 |
+
"segmentation_indices": [
|
120 |
+
3,
|
121 |
+
5,
|
122 |
+
7,
|
123 |
+
11
|
124 |
+
],
|
125 |
+
"semantic_loss_ignore_index": 255,
|
126 |
+
"stage_names": [
|
127 |
+
"stem",
|
128 |
+
"stage1",
|
129 |
+
"stage2",
|
130 |
+
"stage3",
|
131 |
+
"stage4",
|
132 |
+
"stage5",
|
133 |
+
"stage6",
|
134 |
+
"stage7",
|
135 |
+
"stage8",
|
136 |
+
"stage9",
|
137 |
+
"stage10",
|
138 |
+
"stage11",
|
139 |
+
"stage12"
|
140 |
+
],
|
141 |
"torch_dtype": "float32",
|
142 |
"transformers_version": "4.47.0.dev0",
|
143 |
+
"use_absolute_position_embeddings": false,
|
144 |
"use_auxiliary_head": true,
|
145 |
+
"use_mask_token": false,
|
146 |
+
"use_mean_pooling": true,
|
147 |
+
"use_relative_position_bias": true,
|
148 |
+
"use_shared_relative_position_bias": false,
|
149 |
+
"vocab_size": 8192
|
150 |
}
|
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:c2efb78642487771d13d7454b3f449da0c60f8e68ee25095854871d8bdf350fd
|
3 |
+
size 653277616
|
preprocessor_config.json
CHANGED
@@ -1,23 +1,28 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_normalize": true,
|
3 |
"do_reduce_labels": false,
|
4 |
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"image_mean": [
|
7 |
-
0.
|
8 |
-
0.
|
9 |
-
0.
|
10 |
],
|
11 |
-
"image_processor_type": "
|
12 |
"image_std": [
|
13 |
-
0.
|
14 |
-
0.
|
15 |
-
0.
|
16 |
],
|
17 |
-
"resample":
|
18 |
"rescale_factor": 0.00392156862745098,
|
19 |
"size": {
|
20 |
-
"height":
|
21 |
-
"width":
|
22 |
}
|
23 |
}
|
|
|
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": 3,
|
23 |
"rescale_factor": 0.00392156862745098,
|
24 |
"size": {
|
25 |
+
"height": 640,
|
26 |
+
"width": 640
|
27 |
}
|
28 |
}
|
runs/Nov28_08-59-28_d2a3b59c97a0/events.out.tfevents.1732784374.d2a3b59c97a0.7158.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ed4259641788ea1b518aa8ada7c26b7aa0f1593924341a6472785e361ca43f1
|
3 |
+
size 8031
|
runs/Nov28_09-00-26_d2a3b59c97a0/events.out.tfevents.1732784432.d2a3b59c97a0.7435.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad06344311da7e8ea87994ef6c5841c813cc32820cf969666a3948d22199259
|
3 |
+
size 4184
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e598f8900f748cdbc0082169b119617a55e1016ff805e27d8e9dc78ec453b4e
|
3 |
size 5432
|