vmbobato commited on
Commit
c9f21f3
·
verified ·
1 Parent(s): d6a4e1e

Uploaded Config.json and model.pth

Browse files
Files changed (2) hide show
  1. b2-ade_30_epochs.pth +3 -0
  2. config.json +87 -0
b2-ade_30_epochs.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2448ebbd04260b18367ac8343cd63a71ad7d0dc49c72679ed6364688f3e927b
3
+ size 109571770
config.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegformerForSemanticSegmentation"
4
+ ],
5
+ "num_labels": 7,
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 768,
9
+ "depths": [
10
+ 3,
11
+ 4,
12
+ 6,
13
+ 3
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
+ 64,
26
+ 128,
27
+ 320,
28
+ 512
29
+ ],
30
+ "id2label": {
31
+ "0": "urban_land",
32
+ "1": "agriculture_land",
33
+ "2": "rangeland",
34
+ "3": "forest_land",
35
+ "4": "water",
36
+ "5": "barren_land",
37
+ "6": "unknown"
38
+ },
39
+ "image_size": 224,
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "agriculture_land": 1,
43
+ "barren_land": 5,
44
+ "forest_land": 3,
45
+ "rangeland": 2,
46
+ "unknown": 6,
47
+ "urban_land": 0,
48
+ "water": 4
49
+ },
50
+ "layer_norm_eps": 1e-06,
51
+ "mlp_ratios": [
52
+ 4,
53
+ 4,
54
+ 4,
55
+ 4
56
+ ],
57
+ "model_type": "segformer",
58
+ "num_attention_heads": [
59
+ 1,
60
+ 2,
61
+ 5,
62
+ 8
63
+ ],
64
+ "num_channels": 3,
65
+ "num_encoder_blocks": 4,
66
+ "patch_sizes": [
67
+ 7,
68
+ 3,
69
+ 3,
70
+ 3
71
+ ],
72
+ "reshape_last_stage": true,
73
+ "sr_ratios": [
74
+ 8,
75
+ 4,
76
+ 2,
77
+ 1
78
+ ],
79
+ "strides": [
80
+ 4,
81
+ 2,
82
+ 2,
83
+ 2
84
+ ],
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.51.3"
87
+ }