usama10 commited on
Commit
2dc5ac0
·
verified ·
1 Parent(s): 0160d0c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +212 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Sam2Model"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "enable_occlusion_spatial_embedding": true,
7
+ "enable_temporal_pos_encoding_for_object_pointers": true,
8
+ "image_size": 1024,
9
+ "initializer_range": 0.02,
10
+ "mask_decoder_config": {
11
+ "attention_downsample_rate": 2,
12
+ "dtype": "bfloat16",
13
+ "dynamic_multimask_stability_delta": 0.05,
14
+ "dynamic_multimask_stability_thresh": 0.98,
15
+ "dynamic_multimask_via_stability": true,
16
+ "hidden_act": "gelu",
17
+ "hidden_size": 256,
18
+ "iou_head_depth": 3,
19
+ "iou_head_hidden_dim": 256,
20
+ "mlp_dim": 2048,
21
+ "model_type": "",
22
+ "num_attention_heads": 8,
23
+ "num_hidden_layers": 2,
24
+ "num_multimask_outputs": 3
25
+ },
26
+ "mask_downsampler_embed_dim": 256,
27
+ "mask_downsampler_hidden_act": "gelu",
28
+ "mask_downsampler_kernel_size": 3,
29
+ "mask_downsampler_padding": 1,
30
+ "mask_downsampler_stride": 2,
31
+ "mask_downsampler_total_stride": 16,
32
+ "max_object_pointers_in_encoder": 16,
33
+ "memory_attention_downsample_rate": 1,
34
+ "memory_attention_dropout": 0.1,
35
+ "memory_attention_feed_forward_hidden_act": "relu",
36
+ "memory_attention_feed_forward_hidden_size": 2048,
37
+ "memory_attention_hidden_size": 256,
38
+ "memory_attention_num_attention_heads": 1,
39
+ "memory_attention_num_layers": 4,
40
+ "memory_attention_rope_dropout": 0.1,
41
+ "memory_attention_rope_feat_sizes": [
42
+ 64,
43
+ 64
44
+ ],
45
+ "memory_attention_rope_theta": 10000,
46
+ "memory_encoder_hidden_size": 256,
47
+ "memory_encoder_output_channels": 64,
48
+ "memory_fuser_embed_dim": 256,
49
+ "memory_fuser_hidden_act": "gelu",
50
+ "memory_fuser_intermediate_dim": 1024,
51
+ "memory_fuser_kernel_size": 7,
52
+ "memory_fuser_layer_scale_init_value": 1e-06,
53
+ "memory_fuser_num_layers": 2,
54
+ "memory_fuser_padding": 3,
55
+ "model_type": "sam2",
56
+ "multimask_max_pt_num": 1,
57
+ "multimask_min_pt_num": 0,
58
+ "multimask_output_for_tracking": true,
59
+ "multimask_output_in_sam": true,
60
+ "num_maskmem": 7,
61
+ "prompt_encoder_config": {
62
+ "dtype": "bfloat16",
63
+ "hidden_act": "gelu",
64
+ "hidden_size": 256,
65
+ "image_size": 1024,
66
+ "layer_norm_eps": 1e-06,
67
+ "mask_input_channels": 16,
68
+ "model_type": "",
69
+ "num_point_embeddings": 4,
70
+ "patch_size": 16,
71
+ "scale": 1
72
+ },
73
+ "sigmoid_bias_for_mem_enc": -10.0,
74
+ "sigmoid_scale_for_mem_enc": 20.0,
75
+ "transformers_version": "5.3.0",
76
+ "use_cache": false,
77
+ "vision_config": {
78
+ "backbone_channel_list": [
79
+ 896,
80
+ 448,
81
+ 224,
82
+ 112
83
+ ],
84
+ "backbone_config": {
85
+ "_name_or_path": "",
86
+ "add_cross_attention": false,
87
+ "architectures": null,
88
+ "blocks_per_stage": [
89
+ 2,
90
+ 3,
91
+ 16,
92
+ 3
93
+ ],
94
+ "bos_token_id": null,
95
+ "chunk_size_feed_forward": 0,
96
+ "cross_attention_hidden_size": null,
97
+ "decoder_start_token_id": null,
98
+ "dtype": null,
99
+ "embed_dim_per_stage": [
100
+ 112,
101
+ 224,
102
+ 448,
103
+ 896
104
+ ],
105
+ "eos_token_id": null,
106
+ "finetuning_task": null,
107
+ "global_attention_blocks": [
108
+ 12,
109
+ 16,
110
+ 20
111
+ ],
112
+ "hidden_act": "gelu",
113
+ "hidden_size": 112,
114
+ "id2label": {
115
+ "0": "LABEL_0",
116
+ "1": "LABEL_1"
117
+ },
118
+ "image_size": [
119
+ 1024,
120
+ 1024
121
+ ],
122
+ "initializer_range": 0.02,
123
+ "is_decoder": false,
124
+ "is_encoder_decoder": false,
125
+ "label2id": {
126
+ "LABEL_0": 0,
127
+ "LABEL_1": 1
128
+ },
129
+ "layer_norm_eps": 1e-06,
130
+ "mlp_ratio": 4.0,
131
+ "model_type": "sam2_hiera_det_model",
132
+ "num_attention_heads": 1,
133
+ "num_attention_heads_per_stage": [
134
+ 2,
135
+ 4,
136
+ 8,
137
+ 16
138
+ ],
139
+ "num_channels": 3,
140
+ "num_query_pool_stages": 3,
141
+ "output_attentions": false,
142
+ "output_hidden_states": false,
143
+ "pad_token_id": null,
144
+ "patch_kernel_size": [
145
+ 7,
146
+ 7
147
+ ],
148
+ "patch_padding": [
149
+ 3,
150
+ 3
151
+ ],
152
+ "patch_stride": [
153
+ 4,
154
+ 4
155
+ ],
156
+ "prefix": null,
157
+ "problem_type": null,
158
+ "pruned_heads": {},
159
+ "query_stride": [
160
+ 2,
161
+ 2
162
+ ],
163
+ "return_dict": true,
164
+ "sep_token_id": null,
165
+ "task_specific_params": null,
166
+ "tf_legacy_loss": false,
167
+ "tie_encoder_decoder": false,
168
+ "tie_word_embeddings": true,
169
+ "tokenizer_class": null,
170
+ "torchscript": false,
171
+ "use_bfloat16": false,
172
+ "window_positional_embedding_background_size": [
173
+ 14,
174
+ 14
175
+ ],
176
+ "window_size_per_stage": [
177
+ 8,
178
+ 4,
179
+ 14,
180
+ 7
181
+ ]
182
+ },
183
+ "backbone_feature_sizes": [
184
+ [
185
+ 256,
186
+ 256
187
+ ],
188
+ [
189
+ 128,
190
+ 128
191
+ ],
192
+ [
193
+ 64,
194
+ 64
195
+ ]
196
+ ],
197
+ "dtype": "bfloat16",
198
+ "fpn_hidden_size": 256,
199
+ "fpn_kernel_size": 1,
200
+ "fpn_padding": 0,
201
+ "fpn_stride": 1,
202
+ "fpn_top_down_levels": [
203
+ 2,
204
+ 3
205
+ ],
206
+ "hidden_act": "gelu",
207
+ "initializer_range": 0.02,
208
+ "layer_norm_eps": 1e-06,
209
+ "model_type": "sam2_vision_model",
210
+ "num_feature_levels": 3
211
+ }
212
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cbebea85697f6890f8b429a00ab71fbc9b8e9fd58b23ca47a6bc4467817ae91
3
+ size 146712706
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b48783391bdaeca799296b2deb328790d2fbc319a1209ccac09c64ba4a1036
3
+ size 5201