jaygala223 commited on
Commit
8ae544b
1 Parent(s): a89a09c

Upload UperNetForSemanticSegmentation

Browse files
Files changed (2) hide show
  1. config.json +27 -18
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_commit_hash": "46547d8e55fef49a367e5ebe3065ff4efd675eda",
3
- "_name_or_path": "jaygala223/Upernet-finetuned-for-38-cloud-dataset",
4
  "architectures": [
5
  "UperNetForSemanticSegmentation"
6
  ],
@@ -13,6 +13,7 @@
13
  "_name_or_path": "",
14
  "add_cross_attention": false,
15
  "architectures": null,
 
16
  "bad_words_ids": null,
17
  "begin_suppress_tokens": null,
18
  "bos_token_id": null,
@@ -20,28 +21,26 @@
20
  "cross_attention_hidden_size": null,
21
  "decoder_start_token_id": null,
22
  "depths": [
23
- 3,
24
- 3,
25
- 9,
26
- 3
27
  ],
28
  "diversity_penalty": 0.0,
29
  "do_sample": false,
30
- "drop_path_rate": 0.0,
31
  "early_stopping": false,
 
32
  "encoder_no_repeat_ngram_size": 0,
 
33
  "eos_token_id": null,
34
  "exponential_decay_length_penalty": null,
35
  "finetuning_task": null,
36
  "forced_bos_token_id": null,
37
  "forced_eos_token_id": null,
38
  "hidden_act": "gelu",
39
- "hidden_sizes": [
40
- 96,
41
- 192,
42
- 384,
43
- 768
44
- ],
45
  "id2label": {
46
  "0": "LABEL_0",
47
  "1": "LABEL_1"
@@ -54,18 +53,24 @@
54
  "LABEL_0": 0,
55
  "LABEL_1": 1
56
  },
57
- "layer_norm_eps": 1e-12,
58
- "layer_scale_init_value": 1e-06,
59
  "length_penalty": 1.0,
60
  "max_length": 20,
61
  "min_length": 0,
62
- "model_type": "convnext",
 
63
  "no_repeat_ngram_size": 0,
64
  "num_beam_groups": 1,
65
  "num_beams": 1,
66
  "num_channels": 3,
 
 
 
 
 
 
 
67
  "num_return_sequences": 1,
68
- "num_stages": 4,
69
  "out_features": [
70
  "stage1",
71
  "stage2",
@@ -83,9 +88,11 @@
83
  "output_scores": false,
84
  "pad_token_id": null,
85
  "patch_size": 4,
 
86
  "prefix": null,
87
  "problem_type": null,
88
  "pruned_heads": {},
 
89
  "remove_invalid_values": false,
90
  "repetition_penalty": 1.0,
91
  "return_dict": true,
@@ -111,7 +118,9 @@
111
  "torchscript": false,
112
  "transformers_version": "4.30.2",
113
  "typical_p": 1.0,
114
- "use_bfloat16": false
 
 
115
  },
116
  "hidden_size": 512,
117
  "id2label": {
 
1
  {
2
+ "_commit_hash": "dc8e8c94669c6f14d5cc4c21a141daebd2280d59",
3
+ "_name_or_path": "openmmlab/upernet-swin-tiny",
4
  "architectures": [
5
  "UperNetForSemanticSegmentation"
6
  ],
 
13
  "_name_or_path": "",
14
  "add_cross_attention": false,
15
  "architectures": null,
16
+ "attention_probs_dropout_prob": 0.0,
17
  "bad_words_ids": null,
18
  "begin_suppress_tokens": null,
19
  "bos_token_id": null,
 
21
  "cross_attention_hidden_size": null,
22
  "decoder_start_token_id": null,
23
  "depths": [
24
+ 2,
25
+ 2,
26
+ 6,
27
+ 2
28
  ],
29
  "diversity_penalty": 0.0,
30
  "do_sample": false,
31
+ "drop_path_rate": 0.1,
32
  "early_stopping": false,
33
+ "embed_dim": 96,
34
  "encoder_no_repeat_ngram_size": 0,
35
+ "encoder_stride": 32,
36
  "eos_token_id": null,
37
  "exponential_decay_length_penalty": null,
38
  "finetuning_task": null,
39
  "forced_bos_token_id": null,
40
  "forced_eos_token_id": null,
41
  "hidden_act": "gelu",
42
+ "hidden_dropout_prob": 0.0,
43
+ "hidden_size": 768,
 
 
 
 
44
  "id2label": {
45
  "0": "LABEL_0",
46
  "1": "LABEL_1"
 
53
  "LABEL_0": 0,
54
  "LABEL_1": 1
55
  },
56
+ "layer_norm_eps": 1e-05,
 
57
  "length_penalty": 1.0,
58
  "max_length": 20,
59
  "min_length": 0,
60
+ "mlp_ratio": 4.0,
61
+ "model_type": "swin",
62
  "no_repeat_ngram_size": 0,
63
  "num_beam_groups": 1,
64
  "num_beams": 1,
65
  "num_channels": 3,
66
+ "num_heads": [
67
+ 3,
68
+ 6,
69
+ 12,
70
+ 24
71
+ ],
72
+ "num_layers": 4,
73
  "num_return_sequences": 1,
 
74
  "out_features": [
75
  "stage1",
76
  "stage2",
 
88
  "output_scores": false,
89
  "pad_token_id": null,
90
  "patch_size": 4,
91
+ "path_norm": true,
92
  "prefix": null,
93
  "problem_type": null,
94
  "pruned_heads": {},
95
+ "qkv_bias": true,
96
  "remove_invalid_values": false,
97
  "repetition_penalty": 1.0,
98
  "return_dict": true,
 
118
  "torchscript": false,
119
  "transformers_version": "4.30.2",
120
  "typical_p": 1.0,
121
+ "use_absolute_embeddings": false,
122
+ "use_bfloat16": false,
123
+ "window_size": 7
124
  },
125
  "hidden_size": 512,
126
  "id2label": {
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ef27f767cf81d1125248cdfce73aa44d3b209ed4099fefdb08cacd847137b0f
3
- size 241113405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece3cfbef71ccdb60bbb14cb01cf768feb7de885019da7f2abb00e2947c6fdcb
3
+ size 240155657