yonigozlan HF Staff commited on
Commit
e644def
·
verified ·
1 Parent(s): e856aea

Upload model

Browse files
Files changed (1) hide show
  1. config.json +25 -10
config.json CHANGED
@@ -88,14 +88,25 @@
88
  "architectures": null,
89
  "bad_words_ids": null,
90
  "begin_suppress_tokens": null,
 
 
 
 
 
 
91
  "bos_token_id": null,
92
  "chunk_size_feed_forward": 0,
93
  "cross_attention_hidden_size": null,
94
  "decoder_start_token_id": null,
95
- "dim_mul": 2.0,
96
  "diversity_penalty": 0.0,
97
  "do_sample": false,
98
  "early_stopping": false,
 
 
 
 
 
 
99
  "encoder_no_repeat_ngram_size": 0,
100
  "eos_token_id": null,
101
  "exponential_decay_length_penalty": null,
@@ -107,7 +118,6 @@
107
  7,
108
  9
109
  ],
110
- "head_mul": 2.0,
111
  "hidden_act": "gelu",
112
  "hidden_size": 96,
113
  "id2label": {
@@ -129,13 +139,19 @@
129
  "length_penalty": 1.0,
130
  "max_length": 20,
131
  "min_length": 0,
 
132
  "model_type": "sam2_hiera_det_model",
133
  "no_repeat_ngram_size": 0,
134
  "num_attention_heads": 1,
 
 
 
 
 
 
135
  "num_beam_groups": 1,
136
  "num_beams": 1,
137
  "num_channels": 3,
138
- "num_query_pool_stages": 3,
139
  "num_return_sequences": 1,
140
  "output_attentions": false,
141
  "output_hidden_states": false,
@@ -156,6 +172,11 @@
156
  "prefix": null,
157
  "problem_type": null,
158
  "pruned_heads": {},
 
 
 
 
 
159
  "query_stride": [
160
  2,
161
  2
@@ -165,12 +186,6 @@
165
  "return_dict": true,
166
  "return_dict_in_generate": false,
167
  "sep_token_id": null,
168
- "stages": [
169
- 1,
170
- 2,
171
- 7,
172
- 2
173
- ],
174
  "suppress_tokens": null,
175
  "task_specific_params": null,
176
  "temperature": 1.0,
@@ -188,7 +203,7 @@
188
  7,
189
  7
190
  ],
191
- "window_spec": [
192
  8,
193
  4,
194
  14,
 
88
  "architectures": null,
89
  "bad_words_ids": null,
90
  "begin_suppress_tokens": null,
91
+ "blocks_per_stage": [
92
+ 1,
93
+ 2,
94
+ 7,
95
+ 2
96
+ ],
97
  "bos_token_id": null,
98
  "chunk_size_feed_forward": 0,
99
  "cross_attention_hidden_size": null,
100
  "decoder_start_token_id": null,
 
101
  "diversity_penalty": 0.0,
102
  "do_sample": false,
103
  "early_stopping": false,
104
+ "embed_dim_per_stage": [
105
+ 96,
106
+ 192,
107
+ 384,
108
+ 768
109
+ ],
110
  "encoder_no_repeat_ngram_size": 0,
111
  "eos_token_id": null,
112
  "exponential_decay_length_penalty": null,
 
118
  7,
119
  9
120
  ],
 
121
  "hidden_act": "gelu",
122
  "hidden_size": 96,
123
  "id2label": {
 
139
  "length_penalty": 1.0,
140
  "max_length": 20,
141
  "min_length": 0,
142
+ "mlp_ratio": 4.0,
143
  "model_type": "sam2_hiera_det_model",
144
  "no_repeat_ngram_size": 0,
145
  "num_attention_heads": 1,
146
+ "num_attention_heads_per_stage": [
147
+ 1,
148
+ 2,
149
+ 4,
150
+ 8
151
+ ],
152
  "num_beam_groups": 1,
153
  "num_beams": 1,
154
  "num_channels": 3,
 
155
  "num_return_sequences": 1,
156
  "output_attentions": false,
157
  "output_hidden_states": false,
 
172
  "prefix": null,
173
  "problem_type": null,
174
  "pruned_heads": {},
175
+ "query_pool_blocks": [
176
+ 1,
177
+ 3,
178
+ 10
179
+ ],
180
  "query_stride": [
181
  2,
182
  2
 
186
  "return_dict": true,
187
  "return_dict_in_generate": false,
188
  "sep_token_id": null,
 
 
 
 
 
 
189
  "suppress_tokens": null,
190
  "task_specific_params": null,
191
  "temperature": 1.0,
 
203
  7,
204
  7
205
  ],
206
+ "window_size_per_stage": [
207
  8,
208
  4,
209
  14,