ls-da3m0ns
commited on
Commit
•
a56f85d
1
Parent(s):
486465d
Training in progress, step 20
Browse files
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nvidia/mit-b0",
|
3 |
+
"architectures": [
|
4 |
+
"SegformerForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"classifier_dropout_prob": 0.1,
|
8 |
+
"decoder_hidden_size": 256,
|
9 |
+
"depths": [
|
10 |
+
2,
|
11 |
+
2,
|
12 |
+
2,
|
13 |
+
2
|
14 |
+
],
|
15 |
+
"downsampling_rates": [
|
16 |
+
1,
|
17 |
+
4,
|
18 |
+
8,
|
19 |
+
16
|
20 |
+
],
|
21 |
+
"drop_path_rate": 0.1,
|
22 |
+
"hidden_act": "gelu",
|
23 |
+
"hidden_dropout_prob": 0.0,
|
24 |
+
"hidden_sizes": [
|
25 |
+
32,
|
26 |
+
64,
|
27 |
+
160,
|
28 |
+
256
|
29 |
+
],
|
30 |
+
"id2label": {
|
31 |
+
"0": "runway"
|
32 |
+
},
|
33 |
+
"image_size": 224,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"label2id": {
|
36 |
+
"runway": 0
|
37 |
+
},
|
38 |
+
"layer_norm_eps": 1e-06,
|
39 |
+
"mlp_ratios": [
|
40 |
+
4,
|
41 |
+
4,
|
42 |
+
4,
|
43 |
+
4
|
44 |
+
],
|
45 |
+
"model_type": "segformer",
|
46 |
+
"num_attention_heads": [
|
47 |
+
1,
|
48 |
+
2,
|
49 |
+
5,
|
50 |
+
8
|
51 |
+
],
|
52 |
+
"num_channels": 3,
|
53 |
+
"num_encoder_blocks": 4,
|
54 |
+
"patch_sizes": [
|
55 |
+
7,
|
56 |
+
3,
|
57 |
+
3,
|
58 |
+
3
|
59 |
+
],
|
60 |
+
"reshape_last_stage": true,
|
61 |
+
"semantic_loss_ignore_index": 255,
|
62 |
+
"sr_ratios": [
|
63 |
+
8,
|
64 |
+
4,
|
65 |
+
2,
|
66 |
+
1
|
67 |
+
],
|
68 |
+
"strides": [
|
69 |
+
4,
|
70 |
+
2,
|
71 |
+
2,
|
72 |
+
2
|
73 |
+
],
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.46.2"
|
76 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103c9c3dba965c0177247847639645ffe4f25a58c44b752b9f00aef42f19eeae
|
3 |
+
size 14883748
|
runs/Nov13_23-11-46_7a9e0d4dfe3e/events.out.tfevents.1731539507.7a9e0d4dfe3e.15612.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c2b3bd27cab8c78aabda0ec4909fd03168b587e739a83513b1b3d3e069e9e5a
|
3 |
+
size 10059
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b3d7927c2dba8380ec4bc18b16e85d1e254fe1ae57ade1f1b1233687ecd4475
|
3 |
+
size 5304
|