SitholeDavid
commited on
Commit
•
05f2455
1
Parent(s):
1e88dfd
Training in progress, step 20
Browse files
config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "7q8guhWf4d",
|
32 |
+
"1": "RxCRTB2p3h",
|
33 |
+
"2": "ZmtWSH2CoO",
|
34 |
+
"3": "rcfTO8M0Oo",
|
35 |
+
"4": "ZtpPzsECYY",
|
36 |
+
"5": "house"
|
37 |
+
},
|
38 |
+
"image_size": 224,
|
39 |
+
"initializer_range": 0.02,
|
40 |
+
"label2id": {
|
41 |
+
"7q8guhWf4d": 0,
|
42 |
+
"RxCRTB2p3h": 1,
|
43 |
+
"ZmtWSH2CoO": 2,
|
44 |
+
"ZtpPzsECYY": 4,
|
45 |
+
"house": 5,
|
46 |
+
"rcfTO8M0Oo": 3
|
47 |
+
},
|
48 |
+
"layer_norm_eps": 1e-06,
|
49 |
+
"mlp_ratios": [
|
50 |
+
4,
|
51 |
+
4,
|
52 |
+
4,
|
53 |
+
4
|
54 |
+
],
|
55 |
+
"model_type": "segformer",
|
56 |
+
"num_attention_heads": [
|
57 |
+
1,
|
58 |
+
2,
|
59 |
+
5,
|
60 |
+
8
|
61 |
+
],
|
62 |
+
"num_channels": 3,
|
63 |
+
"num_encoder_blocks": 4,
|
64 |
+
"patch_sizes": [
|
65 |
+
7,
|
66 |
+
3,
|
67 |
+
3,
|
68 |
+
3
|
69 |
+
],
|
70 |
+
"reshape_last_stage": true,
|
71 |
+
"semantic_loss_ignore_index": 255,
|
72 |
+
"sr_ratios": [
|
73 |
+
8,
|
74 |
+
4,
|
75 |
+
2,
|
76 |
+
1
|
77 |
+
],
|
78 |
+
"strides": [
|
79 |
+
4,
|
80 |
+
2,
|
81 |
+
2,
|
82 |
+
2
|
83 |
+
],
|
84 |
+
"torch_dtype": "float32",
|
85 |
+
"transformers_version": "4.39.3"
|
86 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e98096f225421783110cc134fec504edddd99be5032600a0dcd77ab444ba24c8
|
3 |
+
size 14888896
|
runs/Jun05_17-44-12_686261a23611/events.out.tfevents.1717609453.686261a23611.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb9ec52ac1fdc53b9543fc4010a2ef5f35c6425a88b4dc93cfbfbf6fda57e650
|
3 |
+
size 15223
|
runs/Jun05_17-49-50_c14a183466f8/events.out.tfevents.1717609792.c14a183466f8.35.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bb571ce006ec24c6259e4e0820e8a84f6c01e17fcc885740427def092a1b612
|
3 |
+
size 9851
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c77b7ff95ef8604211fd6c19cb39bd9803bacfba1295f9edf1a318d9ffa5f65
|
3 |
+
size 4920
|