Training in progress, step 372
Browse files- config.json +116 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"1": "Deciduous woodland",
|
32 |
+
"2": "Coniferous woodland",
|
33 |
+
"3": "Arable",
|
34 |
+
"4": "Improve grassland",
|
35 |
+
"5": "Neutral grassland",
|
36 |
+
"6": "Calcareous grassland",
|
37 |
+
"7": "Acid grassland",
|
38 |
+
"8": "Fen",
|
39 |
+
"9": "Heather",
|
40 |
+
"10": "Heather grassland",
|
41 |
+
"11": "Bog",
|
42 |
+
"12": "Inland rock",
|
43 |
+
"13": "Saltwater",
|
44 |
+
"14": "Freshwater",
|
45 |
+
"15": "Supralittoral rock",
|
46 |
+
"16": "Supralittoral sediment",
|
47 |
+
"17": "Littoral rock",
|
48 |
+
"18": "Littoral sediment",
|
49 |
+
"19": "Saltmarsh",
|
50 |
+
"20": "Urban",
|
51 |
+
"21": "Suburban"
|
52 |
+
},
|
53 |
+
"image_size": 224,
|
54 |
+
"initializer_range": 0.02,
|
55 |
+
"label2id": {
|
56 |
+
"Acid grassland": 7,
|
57 |
+
"Arable": 3,
|
58 |
+
"Bog": 11,
|
59 |
+
"Calcareous grassland": 6,
|
60 |
+
"Coniferous woodland": 2,
|
61 |
+
"Deciduous woodland": 1,
|
62 |
+
"Fen": 8,
|
63 |
+
"Freshwater": 14,
|
64 |
+
"Heather": 9,
|
65 |
+
"Heather grassland": 10,
|
66 |
+
"Improve grassland": 4,
|
67 |
+
"Inland rock": 12,
|
68 |
+
"Littoral rock": 17,
|
69 |
+
"Littoral sediment": 18,
|
70 |
+
"Neutral grassland": 5,
|
71 |
+
"Saltmarsh": 19,
|
72 |
+
"Saltwater": 13,
|
73 |
+
"Suburban": 21,
|
74 |
+
"Supralittoral rock": 15,
|
75 |
+
"Supralittoral sediment": 16,
|
76 |
+
"Urban": 20
|
77 |
+
},
|
78 |
+
"layer_norm_eps": 1e-06,
|
79 |
+
"mlp_ratios": [
|
80 |
+
4,
|
81 |
+
4,
|
82 |
+
4,
|
83 |
+
4
|
84 |
+
],
|
85 |
+
"model_type": "segformer",
|
86 |
+
"num_attention_heads": [
|
87 |
+
1,
|
88 |
+
2,
|
89 |
+
5,
|
90 |
+
8
|
91 |
+
],
|
92 |
+
"num_channels": 3,
|
93 |
+
"num_encoder_blocks": 4,
|
94 |
+
"patch_sizes": [
|
95 |
+
7,
|
96 |
+
3,
|
97 |
+
3,
|
98 |
+
3
|
99 |
+
],
|
100 |
+
"reshape_last_stage": true,
|
101 |
+
"semantic_loss_ignore_index": 255,
|
102 |
+
"sr_ratios": [
|
103 |
+
8,
|
104 |
+
4,
|
105 |
+
2,
|
106 |
+
1
|
107 |
+
],
|
108 |
+
"strides": [
|
109 |
+
4,
|
110 |
+
2,
|
111 |
+
2,
|
112 |
+
2
|
113 |
+
],
|
114 |
+
"torch_dtype": "float32",
|
115 |
+
"transformers_version": "4.49.0"
|
116 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab472fdccba450875ffcd3244de4a21d2f667c5b8197aff1de5e7700ce86e7ef
|
3 |
+
size 14904316
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcef81421f2b621daec90b0baf0c901cf8a572527c26657d0d0b83632fa0dbd7
|
3 |
+
size 5304
|