Robotics
Transformers
Safetensors
llava_llama
Zhoues commited on
Commit
e1992c0
·
verified ·
1 Parent(s): 7760325

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model",
4
+ "architectures": [
5
+ "LlavaLlamaModel"
6
+ ],
7
+ "chat_template": null,
8
+ "drop_path_rate": 0.0,
9
+ "dynamic_s2": false,
10
+ "enable_depth": true,
11
+ "fps": 0.0,
12
+ "hidden_size": 1536,
13
+ "image_aspect_ratio": "dynamic",
14
+ "interpolate_mode": "linear",
15
+ "llm_cfg": {
16
+ "_attn_implementation_autoset": false,
17
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/llm",
18
+ "add_cross_attention": false,
19
+ "architectures": [
20
+ "Qwen2ForCausalLM"
21
+ ],
22
+ "attention_dropout": 0.0,
23
+ "bad_words_ids": null,
24
+ "begin_suppress_tokens": null,
25
+ "bos_token_id": 151643,
26
+ "chunk_size_feed_forward": 0,
27
+ "cross_attention_hidden_size": null,
28
+ "decoder_start_token_id": null,
29
+ "diversity_penalty": 0.0,
30
+ "do_sample": false,
31
+ "early_stopping": false,
32
+ "encoder_no_repeat_ngram_size": 0,
33
+ "eos_token_id": 151645,
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": "silu",
39
+ "hidden_size": 1536,
40
+ "id2label": {
41
+ "0": "LABEL_0",
42
+ "1": "LABEL_1"
43
+ },
44
+ "initializer_range": 0.02,
45
+ "intermediate_size": 8960,
46
+ "is_decoder": false,
47
+ "is_encoder_decoder": false,
48
+ "label2id": {
49
+ "LABEL_0": 0,
50
+ "LABEL_1": 1
51
+ },
52
+ "length_penalty": 1.0,
53
+ "max_length": 20,
54
+ "max_position_embeddings": 32768,
55
+ "max_window_layers": 28,
56
+ "min_length": 0,
57
+ "model_max_length": 4096,
58
+ "model_type": "qwen2",
59
+ "no_repeat_ngram_size": 0,
60
+ "num_attention_heads": 12,
61
+ "num_beam_groups": 1,
62
+ "num_beams": 1,
63
+ "num_hidden_layers": 28,
64
+ "num_key_value_heads": 2,
65
+ "num_return_sequences": 1,
66
+ "output_attentions": false,
67
+ "output_hidden_states": false,
68
+ "output_scores": false,
69
+ "pad_token_id": null,
70
+ "prefix": null,
71
+ "problem_type": null,
72
+ "pruned_heads": {},
73
+ "remove_invalid_values": false,
74
+ "repetition_penalty": 1.0,
75
+ "return_dict": true,
76
+ "return_dict_in_generate": false,
77
+ "rms_norm_eps": 1e-06,
78
+ "rope_scaling": null,
79
+ "rope_theta": 1000000.0,
80
+ "sep_token_id": null,
81
+ "sliding_window": null,
82
+ "suppress_tokens": null,
83
+ "task_specific_params": null,
84
+ "temperature": 1.0,
85
+ "tf_legacy_loss": false,
86
+ "tie_encoder_decoder": false,
87
+ "tie_word_embeddings": true,
88
+ "tokenizer_class": null,
89
+ "tokenizer_model_max_length": 4096,
90
+ "tokenizer_padding_side": "right",
91
+ "top_k": 50,
92
+ "top_p": 1.0,
93
+ "torch_dtype": "bfloat16",
94
+ "torchscript": false,
95
+ "typical_p": 1.0,
96
+ "use_bfloat16": false,
97
+ "use_cache": true,
98
+ "use_sliding_window": false,
99
+ "vocab_size": 151648
100
+ },
101
+ "mm_hidden_size": 1152,
102
+ "mm_projector_cfg": {
103
+ "_attn_implementation_autoset": false,
104
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/mm_projector",
105
+ "add_cross_attention": false,
106
+ "architectures": [
107
+ "MultimodalProjector"
108
+ ],
109
+ "bad_words_ids": null,
110
+ "begin_suppress_tokens": null,
111
+ "bos_token_id": null,
112
+ "chunk_size_feed_forward": 0,
113
+ "cross_attention_hidden_size": null,
114
+ "decoder_start_token_id": null,
115
+ "diversity_penalty": 0.0,
116
+ "do_sample": false,
117
+ "early_stopping": false,
118
+ "encoder_no_repeat_ngram_size": 0,
119
+ "eos_token_id": null,
120
+ "exponential_decay_length_penalty": null,
121
+ "finetuning_task": null,
122
+ "forced_bos_token_id": null,
123
+ "forced_eos_token_id": null,
124
+ "id2label": {
125
+ "0": "LABEL_0",
126
+ "1": "LABEL_1"
127
+ },
128
+ "is_decoder": false,
129
+ "is_encoder_decoder": false,
130
+ "label2id": {
131
+ "LABEL_0": 0,
132
+ "LABEL_1": 1
133
+ },
134
+ "length_penalty": 1.0,
135
+ "max_length": 20,
136
+ "min_length": 0,
137
+ "mm_projector_type": "mlp_downsample_3x3_fix",
138
+ "model_type": "v2l_projector",
139
+ "no_repeat_ngram_size": 0,
140
+ "num_beam_groups": 1,
141
+ "num_beams": 1,
142
+ "num_return_sequences": 1,
143
+ "output_attentions": false,
144
+ "output_hidden_states": false,
145
+ "output_scores": false,
146
+ "pad_token_id": null,
147
+ "prefix": null,
148
+ "problem_type": null,
149
+ "pruned_heads": {},
150
+ "remove_invalid_values": false,
151
+ "repetition_penalty": 1.0,
152
+ "return_dict": true,
153
+ "return_dict_in_generate": false,
154
+ "sep_token_id": null,
155
+ "suppress_tokens": null,
156
+ "task_specific_params": null,
157
+ "temperature": 1.0,
158
+ "tf_legacy_loss": false,
159
+ "tie_encoder_decoder": false,
160
+ "tie_word_embeddings": true,
161
+ "tokenizer_class": null,
162
+ "top_k": 50,
163
+ "top_p": 1.0,
164
+ "torch_dtype": "bfloat16",
165
+ "torchscript": false,
166
+ "typical_p": 1.0,
167
+ "use_bfloat16": false
168
+ },
169
+ "depth_projector_cfg": {
170
+ "_attn_implementation_autoset": false,
171
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/mm_projector",
172
+ "add_cross_attention": false,
173
+ "architectures": [
174
+ "MultimodalProjector"
175
+ ],
176
+ "bad_words_ids": null,
177
+ "begin_suppress_tokens": null,
178
+ "bos_token_id": null,
179
+ "chunk_size_feed_forward": 0,
180
+ "cross_attention_hidden_size": null,
181
+ "decoder_start_token_id": null,
182
+ "diversity_penalty": 0.0,
183
+ "do_sample": false,
184
+ "early_stopping": false,
185
+ "encoder_no_repeat_ngram_size": 0,
186
+ "eos_token_id": null,
187
+ "exponential_decay_length_penalty": null,
188
+ "finetuning_task": null,
189
+ "forced_bos_token_id": null,
190
+ "forced_eos_token_id": null,
191
+ "id2label": {
192
+ "0": "LABEL_0",
193
+ "1": "LABEL_1"
194
+ },
195
+ "is_decoder": false,
196
+ "is_encoder_decoder": false,
197
+ "label2id": {
198
+ "LABEL_0": 0,
199
+ "LABEL_1": 1
200
+ },
201
+ "length_penalty": 1.0,
202
+ "max_length": 20,
203
+ "min_length": 0,
204
+ "mm_projector_type": "mlp_downsample_3x3_fix",
205
+ "model_type": "v2l_projector",
206
+ "no_repeat_ngram_size": 0,
207
+ "num_beam_groups": 1,
208
+ "num_beams": 1,
209
+ "num_return_sequences": 1,
210
+ "output_attentions": false,
211
+ "output_hidden_states": false,
212
+ "output_scores": false,
213
+ "pad_token_id": null,
214
+ "prefix": null,
215
+ "problem_type": null,
216
+ "pruned_heads": {},
217
+ "remove_invalid_values": false,
218
+ "repetition_penalty": 1.0,
219
+ "return_dict": true,
220
+ "return_dict_in_generate": false,
221
+ "sep_token_id": null,
222
+ "suppress_tokens": null,
223
+ "task_specific_params": null,
224
+ "temperature": 1.0,
225
+ "tf_legacy_loss": false,
226
+ "tie_encoder_decoder": false,
227
+ "tie_word_embeddings": true,
228
+ "tokenizer_class": null,
229
+ "top_k": 50,
230
+ "top_p": 1.0,
231
+ "torch_dtype": "bfloat16",
232
+ "torchscript": false,
233
+ "typical_p": 1.0,
234
+ "use_bfloat16": false
235
+ },
236
+ "mm_projector_lr": null,
237
+ "mm_use_im_patch_token": true,
238
+ "mm_use_im_start_end": false,
239
+ "mm_vision_select_feature": "cls_patch",
240
+ "mm_vision_select_layer": -2,
241
+ "model_dtype": "torch.bfloat16",
242
+ "model_type": "llava_llama",
243
+ "num_time_tokens": 0,
244
+ "num_video_frames": 8,
245
+ "resume_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model",
246
+ "s2": false,
247
+ "s2_max_split_size": 336,
248
+ "s2_resize_output_to_scale_idx": 0,
249
+ "s2_scales": "336,672,1008",
250
+ "soft_ce_std": 1.0,
251
+ "time_token_format": "<t{t}>",
252
+ "time_token_ids": [],
253
+ "transformers_version": "4.46.0",
254
+ "tune_language_model": true,
255
+ "tune_mm_projector": true,
256
+ "tune_vision_tower": true,
257
+ "tune_depth_tower": true,
258
+ "tune_depth_projector": true,
259
+ "vision_resolution": -1,
260
+ "vision_tower_cfg": {
261
+ "_attn_implementation_autoset": false,
262
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/vision_tower",
263
+ "add_cross_attention": false,
264
+ "architectures": [
265
+ "SiglipVisionModel"
266
+ ],
267
+ "attention_dropout": 0.0,
268
+ "bad_words_ids": null,
269
+ "begin_suppress_tokens": null,
270
+ "bos_token_id": null,
271
+ "chunk_size_feed_forward": 0,
272
+ "cross_attention_hidden_size": null,
273
+ "decoder_start_token_id": null,
274
+ "diversity_penalty": 0.0,
275
+ "do_sample": false,
276
+ "early_stopping": false,
277
+ "encoder_no_repeat_ngram_size": 0,
278
+ "eos_token_id": null,
279
+ "exponential_decay_length_penalty": null,
280
+ "finetuning_task": null,
281
+ "forced_bos_token_id": null,
282
+ "forced_eos_token_id": null,
283
+ "hidden_act": "gelu_pytorch_tanh",
284
+ "hidden_size": 1152,
285
+ "id2label": {
286
+ "0": "LABEL_0",
287
+ "1": "LABEL_1"
288
+ },
289
+ "image_size": 448,
290
+ "intermediate_size": 4304,
291
+ "is_decoder": false,
292
+ "is_encoder_decoder": false,
293
+ "label2id": {
294
+ "LABEL_0": 0,
295
+ "LABEL_1": 1
296
+ },
297
+ "layer_norm_eps": 1e-06,
298
+ "length_penalty": 1.0,
299
+ "max_length": 20,
300
+ "min_length": 0,
301
+ "model_type": "siglip_vision_model",
302
+ "no_repeat_ngram_size": 0,
303
+ "num_attention_heads": 16,
304
+ "num_beam_groups": 1,
305
+ "num_beams": 1,
306
+ "num_channels": 3,
307
+ "num_hidden_layers": 27,
308
+ "num_image_tokens": 256,
309
+ "num_return_sequences": 1,
310
+ "output_attentions": false,
311
+ "output_hidden_states": false,
312
+ "output_scores": false,
313
+ "pad_token_id": null,
314
+ "patch_size": 14,
315
+ "prefix": null,
316
+ "problem_type": null,
317
+ "projection_dim": 2048,
318
+ "projector_hidden_act": "gelu_fast",
319
+ "pruned_heads": {},
320
+ "remove_invalid_values": false,
321
+ "repetition_penalty": 1.0,
322
+ "return_dict": true,
323
+ "return_dict_in_generate": false,
324
+ "sep_token_id": null,
325
+ "suppress_tokens": null,
326
+ "task_specific_params": null,
327
+ "temperature": 1.0,
328
+ "tf_legacy_loss": false,
329
+ "tie_encoder_decoder": false,
330
+ "tie_word_embeddings": true,
331
+ "tokenizer_class": null,
332
+ "top_k": 50,
333
+ "top_p": 1.0,
334
+ "torch_dtype": "bfloat16",
335
+ "torchscript": false,
336
+ "typical_p": 1.0,
337
+ "use_bfloat16": false,
338
+ "vision_use_head": false
339
+ },
340
+ "depth_tower_cfg": {
341
+ "_attn_implementation_autoset": false,
342
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/vision_tower",
343
+ "add_cross_attention": false,
344
+ "architectures": [
345
+ "SiglipVisionModel"
346
+ ],
347
+ "attention_dropout": 0.0,
348
+ "bad_words_ids": null,
349
+ "begin_suppress_tokens": null,
350
+ "bos_token_id": null,
351
+ "chunk_size_feed_forward": 0,
352
+ "cross_attention_hidden_size": null,
353
+ "decoder_start_token_id": null,
354
+ "diversity_penalty": 0.0,
355
+ "do_sample": false,
356
+ "early_stopping": false,
357
+ "encoder_no_repeat_ngram_size": 0,
358
+ "eos_token_id": null,
359
+ "exponential_decay_length_penalty": null,
360
+ "finetuning_task": null,
361
+ "forced_bos_token_id": null,
362
+ "forced_eos_token_id": null,
363
+ "hidden_act": "gelu_pytorch_tanh",
364
+ "hidden_size": 1152,
365
+ "id2label": {
366
+ "0": "LABEL_0",
367
+ "1": "LABEL_1"
368
+ },
369
+ "image_size": 448,
370
+ "intermediate_size": 4304,
371
+ "is_decoder": false,
372
+ "is_encoder_decoder": false,
373
+ "label2id": {
374
+ "LABEL_0": 0,
375
+ "LABEL_1": 1
376
+ },
377
+ "layer_norm_eps": 1e-06,
378
+ "length_penalty": 1.0,
379
+ "max_length": 20,
380
+ "min_length": 0,
381
+ "model_type": "siglip_vision_model",
382
+ "no_repeat_ngram_size": 0,
383
+ "num_attention_heads": 16,
384
+ "num_beam_groups": 1,
385
+ "num_beams": 1,
386
+ "num_channels": 3,
387
+ "num_hidden_layers": 27,
388
+ "num_image_tokens": 256,
389
+ "num_return_sequences": 1,
390
+ "output_attentions": false,
391
+ "output_hidden_states": false,
392
+ "output_scores": false,
393
+ "pad_token_id": null,
394
+ "patch_size": 14,
395
+ "prefix": null,
396
+ "problem_type": null,
397
+ "projection_dim": 2048,
398
+ "projector_hidden_act": "gelu_fast",
399
+ "pruned_heads": {},
400
+ "remove_invalid_values": false,
401
+ "repetition_penalty": 1.0,
402
+ "return_dict": true,
403
+ "return_dict_in_generate": false,
404
+ "sep_token_id": null,
405
+ "suppress_tokens": null,
406
+ "task_specific_params": null,
407
+ "temperature": 1.0,
408
+ "tf_legacy_loss": false,
409
+ "tie_encoder_decoder": false,
410
+ "tie_word_embeddings": true,
411
+ "tokenizer_class": null,
412
+ "top_k": 50,
413
+ "top_p": 1.0,
414
+ "torch_dtype": "bfloat16",
415
+ "torchscript": false,
416
+ "typical_p": 1.0,
417
+ "use_bfloat16": false,
418
+ "vision_use_head": false
419
+ }
420
+ }
depth_projector/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/depth_projector",
3
+ "architectures": [
4
+ "MultimodalProjector"
5
+ ],
6
+ "mm_projector_type": "mlp_downsample_3x3_fix",
7
+ "model_type": "v2l_projector",
8
+ "torch_dtype": "bfloat16",
9
+ "transformers_version": "4.46.0"
10
+ }
depth_projector/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191ffde694a269d7b0ca2f1e30da5d5fecf2a9bb8f4879fbf0b780368c6a9cc4
3
+ size 87068272
depth_tower/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/depth_tower",
3
+ "architectures": [
4
+ "SiglipVisionModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "hidden_act": "gelu_pytorch_tanh",
8
+ "hidden_size": 1152,
9
+ "image_size": 448,
10
+ "intermediate_size": 4304,
11
+ "layer_norm_eps": 1e-06,
12
+ "model_type": "siglip_vision_model",
13
+ "num_attention_heads": 16,
14
+ "num_channels": 3,
15
+ "num_hidden_layers": 27,
16
+ "num_image_tokens": 256,
17
+ "patch_size": 14,
18
+ "projection_dim": 2048,
19
+ "projector_hidden_act": "gelu_fast",
20
+ "torch_dtype": "bfloat16",
21
+ "transformers_version": "4.46.0",
22
+ "vision_use_head": false
23
+ }
depth_tower/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c39a77befc808483de3c3a5d20f02af1e3111e15a3e9909f64b2ea7b553fd9
3
+ size 826707904
depth_tower/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 448,
22
+ "width": 448
23
+ }
24
+ }
llm/added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 151643,
3
+ "<|im_end|>": 151645,
4
+ "<|im_start|>": 151644,
5
+ "[BOS]": 151646,
6
+ "[PAD]": 151647
7
+ }
llm/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/llm",
3
+ "architectures": [
4
+ "Qwen2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 28,
15
+ "model_max_length": 4096,
16
+ "model_type": "qwen2",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 2,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 1000000.0,
23
+ "sliding_window": null,
24
+ "tie_word_embeddings": true,
25
+ "tokenizer_model_max_length": 4096,
26
+ "tokenizer_padding_side": "right",
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.46.0",
29
+ "use_cache": true,
30
+ "use_sliding_window": false,
31
+ "vocab_size": 151648
32
+ }
llm/generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.1,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.46.0"
14
+ }
llm/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
llm/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe90977102f7c2ffc3c0c9fff9cb6bad16937a2e93c49a0a41976fc2a50dd077
3
+ size 3086582408
llm/special_tokens_map.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>"
5
+ ],
6
+ "bos_token": {
7
+ "content": "[BOS]",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "eos_token": {
14
+ "content": "<|im_end|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "pad_token": {
21
+ "content": "[PAD]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ }
27
+ }
llm/tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "151643": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "151644": {
13
+ "content": "<|im_start|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "151645": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "151646": {
29
+ "content": "[BOS]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "[PAD]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "additional_special_tokens": [
46
+ "<|im_start|>",
47
+ "<|im_end|>"
48
+ ],
49
+ "bos_token": "[BOS]",
50
+ "chat_template": "{% if messages[0]['role'] != 'system' %}{{ '<|im_start|>system\\nYou are a helpful assistant<|im_end|>\\n' }}{% endif %}{% for message in messages if message['content'] is not none %}{{ '<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>' + '\\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\\n' }}{% endif %}",
51
+ "clean_up_tokenization_spaces": false,
52
+ "eos_token": "<|im_end|>",
53
+ "errors": "replace",
54
+ "legacy": false,
55
+ "model_max_length": 4096,
56
+ "pad_token": "[PAD]",
57
+ "padding_side": "right",
58
+ "split_special_tokens": false,
59
+ "tokenizer_class": "Qwen2Tokenizer",
60
+ "unk_token": null
61
+ }
llm/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
mm_projector/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/mm_projector",
3
+ "architectures": [
4
+ "MultimodalProjector"
5
+ ],
6
+ "mm_projector_type": "mlp_downsample_3x3_fix",
7
+ "model_type": "v2l_projector",
8
+ "torch_dtype": "bfloat16",
9
+ "transformers_version": "4.46.0"
10
+ }
mm_projector/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:191ffde694a269d7b0ca2f1e30da5d5fecf2a9bb8f4879fbf0b780368c6a9cc4
3
+ size 87068272
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
vision_tower/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runs/train/qwen25_2B_3x3-sft-20241118122815/model/vision_tower",
3
+ "architectures": [
4
+ "SiglipVisionModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "hidden_act": "gelu_pytorch_tanh",
8
+ "hidden_size": 1152,
9
+ "image_size": 448,
10
+ "intermediate_size": 4304,
11
+ "layer_norm_eps": 1e-06,
12
+ "model_type": "siglip_vision_model",
13
+ "num_attention_heads": 16,
14
+ "num_channels": 3,
15
+ "num_hidden_layers": 27,
16
+ "num_image_tokens": 256,
17
+ "patch_size": 14,
18
+ "projection_dim": 2048,
19
+ "projector_hidden_act": "gelu_fast",
20
+ "torch_dtype": "bfloat16",
21
+ "transformers_version": "4.46.0",
22
+ "vision_use_head": false
23
+ }
vision_tower/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c39a77befc808483de3c3a5d20f02af1e3111e15a3e9909f64b2ea7b553fd9
3
+ size 826707904
vision_tower/preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 448,
22
+ "width": 448
23
+ }
24
+ }