XD-MU commited on
Commit
876868b
·
verified ·
1 Parent(s): c74801e

Initial model upload

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|AUDIO|>": 151646,
5
+ "<|IMAGE|>": 151655,
6
+ "<|VIDEO|>": 151656,
7
+ "<|audio_bos|>": 151647,
8
+ "<|audio_eos|>": 151648,
9
+ "<|box_end|>": 151649,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|vision_bos|>": 151652,
22
+ "<|vision_eos|>": 151653,
23
+ "<|vision_pad|>": 151654
24
+ }
args.json ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_dir": "/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739",
3
+ "overwrite_output_dir": false,
4
+ "do_train": false,
5
+ "do_eval": false,
6
+ "do_predict": false,
7
+ "eval_strategy": "no",
8
+ "prediction_loss_only": false,
9
+ "per_device_train_batch_size": 2,
10
+ "per_device_eval_batch_size": 2,
11
+ "per_gpu_train_batch_size": null,
12
+ "per_gpu_eval_batch_size": null,
13
+ "gradient_accumulation_steps": 8,
14
+ "eval_accumulation_steps": null,
15
+ "eval_delay": 0,
16
+ "torch_empty_cache_steps": null,
17
+ "learning_rate": 1e-06,
18
+ "weight_decay": 0.1,
19
+ "adam_beta1": 0.9,
20
+ "adam_beta2": 0.95,
21
+ "adam_epsilon": 1e-08,
22
+ "max_grad_norm": 1.0,
23
+ "num_train_epochs": 1.0,
24
+ "max_steps": -1,
25
+ "lr_scheduler_type": "cosine",
26
+ "lr_scheduler_kwargs": null,
27
+ "warmup_ratio": 0.05,
28
+ "warmup_steps": 0,
29
+ "log_level": "passive",
30
+ "log_level_replica": "warning",
31
+ "log_on_each_node": true,
32
+ "logging_dir": "/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739/runs",
33
+ "logging_strategy": "steps",
34
+ "logging_first_step": true,
35
+ "logging_steps": 5,
36
+ "logging_nan_inf_filter": true,
37
+ "save_strategy": "steps",
38
+ "save_steps": 100.0,
39
+ "save_total_limit": 5,
40
+ "save_safetensors": true,
41
+ "save_on_each_node": false,
42
+ "save_only_model": false,
43
+ "restore_callback_states_from_checkpoint": false,
44
+ "no_cuda": false,
45
+ "use_cpu": false,
46
+ "use_mps_device": false,
47
+ "seed": 42,
48
+ "data_seed": 42,
49
+ "jit_mode_eval": false,
50
+ "bf16": true,
51
+ "fp16": false,
52
+ "fp16_opt_level": "O1",
53
+ "half_precision_backend": "auto",
54
+ "bf16_full_eval": false,
55
+ "fp16_full_eval": false,
56
+ "tf32": null,
57
+ "local_rank": 0,
58
+ "ddp_backend": null,
59
+ "tpu_num_cores": null,
60
+ "tpu_metrics_debug": false,
61
+ "debug": null,
62
+ "dataloader_drop_last": false,
63
+ "eval_steps": 100.0,
64
+ "dataloader_num_workers": 4,
65
+ "dataloader_prefetch_factor": null,
66
+ "past_index": -1,
67
+ "run_name": "/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739",
68
+ "disable_tqdm": null,
69
+ "remove_unused_columns": false,
70
+ "label_names": null,
71
+ "load_best_model_at_end": false,
72
+ "metric_for_best_model": "loss",
73
+ "greater_is_better": false,
74
+ "ignore_data_skip": false,
75
+ "fsdp": null,
76
+ "fsdp_min_num_params": 0,
77
+ "fsdp_config": null,
78
+ "fsdp_transformer_layer_cls_to_wrap": null,
79
+ "accelerator_config": {
80
+ "dispatch_batches": false
81
+ },
82
+ "parallelism_config": null,
83
+ "deepspeed": {
84
+ "fp16": {
85
+ "enabled": "auto",
86
+ "loss_scale": 0,
87
+ "loss_scale_window": 1000,
88
+ "initial_scale_power": 16,
89
+ "hysteresis": 2,
90
+ "min_loss_scale": 1
91
+ },
92
+ "bf16": {
93
+ "enabled": "auto"
94
+ },
95
+ "zero_optimization": {
96
+ "stage": 2,
97
+ "offload_optimizer": {
98
+ "device": "none",
99
+ "pin_memory": true
100
+ },
101
+ "allgather_partitions": true,
102
+ "allgather_bucket_size": 200000000.0,
103
+ "overlap_comm": false,
104
+ "reduce_scatter": true,
105
+ "reduce_bucket_size": 200000000.0,
106
+ "contiguous_gradients": true
107
+ },
108
+ "gradient_accumulation_steps": "auto",
109
+ "gradient_clipping": "auto",
110
+ "steps_per_print": 2000,
111
+ "train_batch_size": "auto",
112
+ "train_micro_batch_size_per_gpu": "auto",
113
+ "wall_clock_breakdown": false
114
+ },
115
+ "label_smoothing_factor": 0.0,
116
+ "optim": "adamw_torch_fused",
117
+ "optim_args": null,
118
+ "adafactor": false,
119
+ "group_by_length": false,
120
+ "length_column_name": "length",
121
+ "report_to": [
122
+ "tensorboard"
123
+ ],
124
+ "project": "huggingface",
125
+ "trackio_space_id": "trackio",
126
+ "ddp_find_unused_parameters": null,
127
+ "ddp_bucket_cap_mb": null,
128
+ "ddp_broadcast_buffers": null,
129
+ "dataloader_pin_memory": true,
130
+ "dataloader_persistent_workers": false,
131
+ "skip_memory_metrics": true,
132
+ "use_legacy_prediction_loop": false,
133
+ "push_to_hub": false,
134
+ "resume_from_checkpoint": null,
135
+ "hub_model_id": null,
136
+ "hub_strategy": "every_save",
137
+ "hub_token": null,
138
+ "hub_private_repo": null,
139
+ "hub_always_push": false,
140
+ "hub_revision": null,
141
+ "gradient_checkpointing": true,
142
+ "gradient_checkpointing_kwargs": null,
143
+ "include_inputs_for_metrics": false,
144
+ "include_for_metrics": [],
145
+ "eval_do_concat_batches": true,
146
+ "fp16_backend": "auto",
147
+ "push_to_hub_model_id": null,
148
+ "push_to_hub_organization": null,
149
+ "push_to_hub_token": null,
150
+ "mp_parameters": "",
151
+ "auto_find_batch_size": false,
152
+ "full_determinism": false,
153
+ "torchdynamo": null,
154
+ "ray_scope": "last",
155
+ "ddp_timeout": 18000000,
156
+ "torch_compile": false,
157
+ "torch_compile_backend": null,
158
+ "torch_compile_mode": null,
159
+ "include_tokens_per_second": false,
160
+ "include_num_input_tokens_seen": false,
161
+ "neftune_noise_alpha": null,
162
+ "optim_target_modules": null,
163
+ "batch_eval_metrics": false,
164
+ "eval_on_start": false,
165
+ "use_liger_kernel": false,
166
+ "liger_kernel_config": null,
167
+ "eval_use_gather_object": false,
168
+ "average_tokens_across_devices": true,
169
+ "sortish_sampler": false,
170
+ "predict_with_generate": false,
171
+ "generation_max_length": null,
172
+ "generation_num_beams": null,
173
+ "generation_config": null,
174
+ "tuner_backend": "peft",
175
+ "vit_gradient_checkpointing": null,
176
+ "router_aux_loss_coef": 0.0,
177
+ "enable_dft_loss": false,
178
+ "enable_channel_loss": false,
179
+ "check_model": true,
180
+ "acc_strategy": "token",
181
+ "train_dataloader_shuffle": true,
182
+ "max_epochs": null,
183
+ "aligner_lr": null,
184
+ "vit_lr": null,
185
+ "use_logits_to_keep": null,
186
+ "ds3_gather_for_generation": true,
187
+ "resume_only_model": false,
188
+ "optimizer": null,
189
+ "loss_type": "grpo",
190
+ "metric": null,
191
+ "eval_use_evalscope": false,
192
+ "eval_dataset": [],
193
+ "eval_dataset_args": null,
194
+ "eval_limit": null,
195
+ "eval_generation_config": null,
196
+ "extra_eval_args": null,
197
+ "use_flash_ckpt": false,
198
+ "use_ray": false,
199
+ "ray_exp_name": null,
200
+ "device_groups": null,
201
+ "model": "/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint",
202
+ "model_type": "qwen2_5_omni",
203
+ "model_revision": null,
204
+ "task_type": "causal_lm",
205
+ "torch_dtype": "bfloat16",
206
+ "attn_impl": null,
207
+ "new_special_tokens": [],
208
+ "num_labels": null,
209
+ "problem_type": null,
210
+ "rope_scaling": null,
211
+ "device_map": null,
212
+ "max_memory": {},
213
+ "max_model_len": null,
214
+ "local_repo_path": null,
215
+ "init_strategy": null,
216
+ "template": "qwen2_5_omni",
217
+ "system": "A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>\n",
218
+ "max_length": 32768,
219
+ "truncation_strategy": "left",
220
+ "max_pixels": null,
221
+ "agent_template": null,
222
+ "norm_bbox": null,
223
+ "use_chat_template": true,
224
+ "padding_free": false,
225
+ "padding_side": "right",
226
+ "loss_scale": "last_round",
227
+ "sequence_parallel_size": 1,
228
+ "response_prefix": null,
229
+ "template_backend": "swift",
230
+ "dataset": [
231
+ "./data/sft_dataset_CNEN_rl.json"
232
+ ],
233
+ "val_dataset": [],
234
+ "split_dataset_ratio": 0.0,
235
+ "dataset_num_proc": 1,
236
+ "load_from_cache_file": false,
237
+ "dataset_shuffle": true,
238
+ "val_dataset_shuffle": false,
239
+ "streaming": false,
240
+ "interleave_prob": null,
241
+ "stopping_strategy": "first_exhausted",
242
+ "shuffle_buffer_size": 1000,
243
+ "download_mode": "reuse_dataset_if_exists",
244
+ "columns": {},
245
+ "strict": false,
246
+ "model_name": null,
247
+ "model_author": null,
248
+ "custom_dataset_info": [],
249
+ "quant_method": null,
250
+ "quant_bits": null,
251
+ "hqq_axis": null,
252
+ "bnb_4bit_compute_dtype": "bfloat16",
253
+ "bnb_4bit_quant_type": "nf4",
254
+ "bnb_4bit_use_double_quant": true,
255
+ "bnb_4bit_quant_storage": null,
256
+ "max_new_tokens": 8192,
257
+ "temperature": 0.85,
258
+ "top_k": 50,
259
+ "top_p": 0.9,
260
+ "repetition_penalty": 1.0,
261
+ "num_beams": 1,
262
+ "stream": false,
263
+ "stop_words": [],
264
+ "logprobs": false,
265
+ "top_logprobs": null,
266
+ "ckpt_dir": null,
267
+ "lora_modules": [],
268
+ "train_type": "lora",
269
+ "adapters": [],
270
+ "external_plugins": [
271
+ "./LLM_data/ms-swift/examples/train/grpo/plugin/plugin.py"
272
+ ],
273
+ "model_kwargs": {},
274
+ "load_args": false,
275
+ "load_data_args": false,
276
+ "packing": false,
277
+ "packing_length": null,
278
+ "lazy_tokenize": true,
279
+ "cached_dataset": [],
280
+ "custom_register_path": [],
281
+ "use_hf": false,
282
+ "ignore_args_error": false,
283
+ "use_swift_lora": false,
284
+ "freeze_parameters": [],
285
+ "freeze_parameters_regex": null,
286
+ "freeze_parameters_ratio": 0.0,
287
+ "trainable_parameters": [],
288
+ "trainable_parameters_regex": null,
289
+ "freeze_llm": false,
290
+ "freeze_vit": true,
291
+ "freeze_aligner": true,
292
+ "target_modules": [
293
+ "all-linear"
294
+ ],
295
+ "target_regex": null,
296
+ "target_parameters": null,
297
+ "modules_to_save": [],
298
+ "lora_rank": 16,
299
+ "lora_alpha": 32,
300
+ "lora_dropout": 0.05,
301
+ "lora_bias": "none",
302
+ "lora_dtype": null,
303
+ "lorap_lr_ratio": null,
304
+ "use_rslora": false,
305
+ "use_dora": false,
306
+ "lora_ga_batch_size": 2,
307
+ "lora_ga_iters": 2,
308
+ "lora_ga_max_length": 1024,
309
+ "lora_ga_direction": "ArB2r",
310
+ "lora_ga_scale": "stable",
311
+ "lora_ga_stable_gamma": 16,
312
+ "init_weights": true,
313
+ "fourier_n_frequency": 2000,
314
+ "fourier_scaling": 300.0,
315
+ "boft_block_size": 4,
316
+ "boft_block_num": 0,
317
+ "boft_n_butterfly_factor": 1,
318
+ "boft_dropout": 0.0,
319
+ "vera_rank": 256,
320
+ "vera_projection_prng_key": 0,
321
+ "vera_dropout": 0.0,
322
+ "vera_d_initial": 0.1,
323
+ "adapter_act": "gelu",
324
+ "adapter_length": 128,
325
+ "use_galore": false,
326
+ "galore_target_modules": null,
327
+ "galore_rank": 128,
328
+ "galore_update_proj_gap": 50,
329
+ "galore_scale": 1.0,
330
+ "galore_proj_type": "std",
331
+ "galore_optim_per_parameter": false,
332
+ "galore_with_embedding": false,
333
+ "galore_quantization": false,
334
+ "galore_proj_quant": false,
335
+ "galore_proj_bits": 4,
336
+ "galore_proj_group_size": 256,
337
+ "galore_cos_threshold": 0.4,
338
+ "galore_gamma_proj": 2,
339
+ "galore_queue_size": 5,
340
+ "adalora_target_r": 8,
341
+ "adalora_init_r": 12,
342
+ "adalora_tinit": 0,
343
+ "adalora_tfinal": 0,
344
+ "adalora_deltaT": 1,
345
+ "adalora_beta1": 0.85,
346
+ "adalora_beta2": 0.85,
347
+ "adalora_orth_reg_weight": 0.5,
348
+ "llamapro_num_new_blocks": 4,
349
+ "llamapro_num_groups": null,
350
+ "lisa_activated_layers": 0,
351
+ "lisa_step_interval": 20,
352
+ "reft_layer_key": null,
353
+ "reft_layers": null,
354
+ "reft_rank": 4,
355
+ "reft_intervention_type": "LoreftIntervention",
356
+ "reft_args": null,
357
+ "swanlab_token": null,
358
+ "swanlab_project": null,
359
+ "swanlab_workspace": null,
360
+ "swanlab_exp_name": null,
361
+ "swanlab_lark_webhook_url": null,
362
+ "swanlab_lark_secret": null,
363
+ "swanlab_mode": "cloud",
364
+ "add_version": true,
365
+ "create_checkpoint_symlink": false,
366
+ "zero_hpz_partition_size": null,
367
+ "deepspeed_autotp_size": null,
368
+ "early_stop_interval": null,
369
+ "sft_alpha": 0,
370
+ "chord_sft_dataset": [],
371
+ "chord_sft_per_device_train_batch_size": null,
372
+ "chord_enable_phi_function": false,
373
+ "chord_mu_warmup_steps": null,
374
+ "chord_mu_decay_steps": null,
375
+ "chord_mu_peak": null,
376
+ "chord_mu_valley": null,
377
+ "reward_model": null,
378
+ "reward_adapters": [],
379
+ "reward_model_type": null,
380
+ "reward_model_revision": null,
381
+ "num_ppo_epochs": 4,
382
+ "whiten_rewards": false,
383
+ "kl_coef": 0.05,
384
+ "cliprange": 0.2,
385
+ "vf_coef": 0.1,
386
+ "cliprange_value": 0.2,
387
+ "gamma": 1.0,
388
+ "lam": 0.95,
389
+ "num_mini_batches": 1,
390
+ "local_rollout_forward_batch_size": 64,
391
+ "num_sample_generations": 10,
392
+ "response_length": 8192,
393
+ "missing_eos_penalty": null,
394
+ "vllm_gpu_memory_utilization": 0.9,
395
+ "vllm_tensor_parallel_size": 1,
396
+ "vllm_pipeline_parallel_size": 1,
397
+ "vllm_enable_expert_parallel": false,
398
+ "vllm_max_num_seqs": 256,
399
+ "vllm_max_model_len": null,
400
+ "vllm_disable_custom_all_reduce": true,
401
+ "vllm_enforce_eager": false,
402
+ "vllm_limit_mm_per_prompt": {},
403
+ "vllm_max_lora_rank": 16,
404
+ "vllm_enable_prefix_caching": true,
405
+ "vllm_use_async_engine": false,
406
+ "vllm_quantization": null,
407
+ "vllm_reasoning_parser": null,
408
+ "vllm_disable_cascade_attn": false,
409
+ "vllm_mm_processor_cache_gb": null,
410
+ "vllm_engine_kwargs": {},
411
+ "vllm_data_parallel_size": 1,
412
+ "use_vllm": false,
413
+ "vllm_mode": "colocate",
414
+ "vllm_enable_lora": false,
415
+ "vllm_server_base_url": null,
416
+ "vllm_server_host": null,
417
+ "vllm_server_port": [
418
+ 8000
419
+ ],
420
+ "vllm_server_timeout": 240.0,
421
+ "async_generate": false,
422
+ "sleep_level": 0,
423
+ "move_model_batches": null,
424
+ "offload_optimizer": false,
425
+ "offload_model": false,
426
+ "wandb_log_unique_prompts": null,
427
+ "epsilon": 0.2,
428
+ "epsilon_high": null,
429
+ "delta": null,
430
+ "cosine_min_len_value_wrong": -0.5,
431
+ "cosine_max_len_value_wrong": 0.0,
432
+ "cosine_min_len_value_correct": 1.0,
433
+ "cosine_max_len_value_correct": 0.5,
434
+ "cosine_max_len": null,
435
+ "repetition_n_grams": 3,
436
+ "repetition_max_penalty": -1.0,
437
+ "reward_model_plugin": null,
438
+ "sync_ref_model": false,
439
+ "ref_model_sync_steps": 512,
440
+ "ref_model_mixup_alpha": 0.6,
441
+ "multi_turn_scheduler": null,
442
+ "max_turns": null,
443
+ "completion_length_limit_scope": "per_round",
444
+ "vllm_server_pass_dataset": false,
445
+ "dynamic_sample": false,
446
+ "max_resample_times": 3,
447
+ "overlong_filter": false,
448
+ "soft_max_length": null,
449
+ "soft_cache_length": null,
450
+ "scale_rewards": "group",
451
+ "log_entropy": false,
452
+ "top_entropy_quantile": 1.0,
453
+ "importance_sampling_level": "token",
454
+ "advantage_estimator": "grpo",
455
+ "kl_in_reward": false,
456
+ "generation_batch_size": null,
457
+ "steps_per_generation": null,
458
+ "num_generations": 8,
459
+ "reward_funcs": [
460
+ "script_shot_strict"
461
+ ],
462
+ "reward_weights": null,
463
+ "log_completions": true,
464
+ "num_iterations": 1,
465
+ "teacher_model": null,
466
+ "teacher_adapters": [],
467
+ "teacher_model_type": null,
468
+ "teacher_model_revision": null,
469
+ "teacher_deepspeed": null,
470
+ "rlhf_type": "grpo",
471
+ "ref_model": null,
472
+ "ref_adapters": [],
473
+ "ref_model_type": null,
474
+ "ref_model_revision": null,
475
+ "beta": 0.1,
476
+ "label_smoothing": 0,
477
+ "max_completion_length": 8192,
478
+ "rpo_alpha": null,
479
+ "ld_alpha": null,
480
+ "discopop_tau": 0.05,
481
+ "loss_weights": null,
482
+ "cpo_alpha": 1.0,
483
+ "simpo_gamma": 1,
484
+ "desirable_weight": 1.0,
485
+ "undesirable_weight": 1.0,
486
+ "center_rewards_coefficient": null,
487
+ "lmbda": 0.5,
488
+ "seq_kd": false,
489
+ "offload_teacher_model": false,
490
+ "rank": 0,
491
+ "global_world_size": 8,
492
+ "local_world_size": 8,
493
+ "model_suffix": "merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint",
494
+ "model_info": "ModelInfo(model_type='qwen2_5_omni', model_dir='/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint', torch_dtype=torch.bfloat16, max_model_len=32768, quant_method=None, quant_bits=None, rope_scaling={'mrope_section': [16, 24, 24], 'rope_type': 'default', 'type': 'default'}, is_moe_model=False, config=None, task_type='causal_lm', num_labels=None)",
495
+ "model_meta": "ModelMeta(model_type='qwen2_5_omni', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen2.5-Omni-3B', hf_model_id='Qwen/Qwen2.5-Omni-3B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-Omni-7B', hf_model_id='Qwen/Qwen2.5-Omni-7B', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[])], template='qwen2_5_omni', get_function=<function get_model_tokenizer_qwen2_5_omni at 0x7fed56e22e60>, model_arch=MultiModelKeys(arch_name='qwen2_5_omni', embedding=None, module_list=None, lm_head=None, q_proj=None, k_proj=None, v_proj=None, o_proj=None, attention=None, mlp=None, down_proj=None, qkv_proj=None, qk_proj=None, qa_proj=None, qb_proj=None, kv_proj=None, kva_proj=None, kvb_proj=None, language_model=['thinker.model', 'thinker.lm_head'], aligner=['thinker.audio_tower.proj', 'thinker.visual.merger'], vision_tower=['thinker.audio_tower', 'thinker.visual'], generator=['talker', 'token2wav']), architectures=['Qwen2_5OmniModel', 'Qwen2_5OmniForConditionalGeneration'], additional_saved_files=['spk_dict.pt'], torch_dtype=None, is_multimodal=True, is_reward=False, is_reranker=False, task_type=None, ignore_patterns=[], requires=['transformers>=4.50', 'soundfile', 'qwen_omni_utils', 'decord'], tags=['vision', 'video', 'audio'])",
496
+ "model_dir": "/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint",
497
+ "hub": "<class 'swift.hub.hub.MSHub'>",
498
+ "evaluation_strategy": "steps",
499
+ "training_args": "GRPOConfig(output_dir='/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739', overwrite_output_dir=False, do_train=False, do_eval=False, do_predict=False, eval_strategy=<IntervalStrategy.NO: 'no'>, prediction_loss_only=False, per_device_train_batch_size=2, per_device_eval_batch_size=2, per_gpu_train_batch_size=None, per_gpu_eval_batch_size=None, gradient_accumulation_steps=8, eval_accumulation_steps=None, eval_delay=0, torch_empty_cache_steps=None, learning_rate=1e-06, weight_decay=0.1, adam_beta1=0.9, adam_beta2=0.95, adam_epsilon=1e-08, max_grad_norm=1.0, num_train_epochs=1.0, max_steps=-1, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_ratio=0.05, warmup_steps=0, log_level='passive', log_level_replica='warning', log_on_each_node=True, logging_dir='/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739/runs', logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_first_step=True, logging_steps=5, logging_nan_inf_filter=True, save_strategy=<SaveStrategy.STEPS: 'steps'>, save_steps=100, save_total_limit=5, save_safetensors=True, save_on_each_node=False, save_only_model=False, restore_callback_states_from_checkpoint=False, no_cuda=False, use_cpu=False, use_mps_device=False, seed=42, data_seed=42, jit_mode_eval=False, bf16=True, fp16=False, fp16_opt_level='O1', half_precision_backend='auto', bf16_full_eval=False, fp16_full_eval=False, tf32=None, local_rank=0, ddp_backend=None, tpu_num_cores=None, tpu_metrics_debug=False, debug=[], dataloader_drop_last=True, eval_steps=100.0, dataloader_num_workers=4, dataloader_prefetch_factor=10, past_index=-1, run_name='/apdcephfs_cq11/share_1567347/chenyumu/code/SFTRL/LLaMA-Factory/saves/merged_QwenOmni-Plot-Analysis_12_4_full_model_checkpoint_grpo_optimized/v1-20251204-211739', disable_tqdm=False, remove_unused_columns=False, label_names=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, fsdp=[], fsdp_min_num_params=0, fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, fsdp_transformer_layer_cls_to_wrap=None, accelerator_config=AcceleratorConfig(split_batches=False, dispatch_batches=False, even_batches=True, use_seedable_sampler=True, non_blocking=False, gradient_accumulation_kwargs=None, use_configured_state=False), parallelism_config=None, deepspeed={'fp16': {'enabled': 'auto', 'loss_scale': 0, 'loss_scale_window': 1000, 'initial_scale_power': 16, 'hysteresis': 2, 'min_loss_scale': 1}, 'bf16': {'enabled': 'auto'}, 'zero_optimization': {'stage': 2, 'offload_optimizer': {'device': 'none', 'pin_memory': True}, 'allgather_partitions': True, 'allgather_bucket_size': 200000000.0, 'overlap_comm': False, 'reduce_scatter': True, 'reduce_bucket_size': 200000000.0, 'contiguous_gradients': True}, 'gradient_accumulation_steps': 'auto', 'gradient_clipping': 'auto', 'steps_per_print': 2000, 'train_batch_size': 'auto', 'train_micro_batch_size_per_gpu': 'auto', 'wall_clock_breakdown': False}, label_smoothing_factor=0.0, optim=<OptimizerNames.ADAMW_TORCH_FUSED: 'adamw_torch_fused'>, optim_args=None, adafactor=False, group_by_length=False, length_column_name='length', report_to=['tensorboard'], project='huggingface', trackio_space_id='trackio', ddp_find_unused_parameters=None, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, dataloader_pin_memory=True, dataloader_persistent_workers=False, skip_memory_metrics=True, use_legacy_prediction_loop=False, push_to_hub=False, resume_from_checkpoint=None, hub_model_id=None, hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_token=None, hub_private_repo=None, hub_always_push=False, hub_revision=None, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, include_inputs_for_metrics=False, include_for_metrics=[], eval_do_concat_batches=True, fp16_backend='auto', push_to_hub_model_id=None, push_to_hub_organization=None, push_to_hub_token=None, mp_parameters='', auto_find_batch_size=False, full_determinism=False, torchdynamo=None, ray_scope='last', ddp_timeout=18000000, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, include_tokens_per_second=None, include_num_input_tokens_seen=None, neftune_noise_alpha=None, optim_target_modules=None, batch_eval_metrics=False, eval_on_start=False, use_liger_kernel=False, liger_kernel_config=None, eval_use_gather_object=False, average_tokens_across_devices=None, model_init_kwargs=None, disable_dropout=False, max_prompt_length=512, num_generations=8, max_completion_length=8192, ds3_gather_for_generation=True, shuffle_dataset=True, generation_batch_size=128, steps_per_generation=8, temperature=0.85, top_p=0.9, top_k=50, min_p=None, generation_kwargs=None, repetition_penalty=1.0, use_transformers_paged=False, cache_implementation=None, use_vllm=False, vllm_mode='colocate', vllm_model_impl='vllm', vllm_enable_sleep_mode=False, vllm_guided_decoding_regex=None, vllm_server_base_url=None, vllm_server_host=None, vllm_server_port=[8000], vllm_server_timeout=240.0, vllm_gpu_memory_utilization=0.9, vllm_tensor_parallel_size=1, beta=0.1, num_iterations=1, epsilon=0.2, delta=None, epsilon_high=None, importance_sampling_level='token', reward_weights=None, scale_rewards='group', loss_type='grpo', mask_truncated_completions=False, sync_ref_model=False, ref_model_mixup_alpha=0.6, ref_model_sync_steps=512, top_entropy_quantile=1.0, use_liger_loss=False, vllm_importance_sampling_correction=True, vllm_importance_sampling_cap=2.0, log_completions=True, num_completions_to_print=None, wandb_log_unique_prompts=None, tuner_backend='peft', vit_gradient_checkpointing=True, router_aux_loss_coef=0.0, enable_dft_loss=False, enable_channel_loss=False, check_model=True, acc_strategy='token', train_dataloader_shuffle=True, max_epochs=None, aligner_lr=None, vit_lr=None, use_logits_to_keep=None, resume_only_model=False, optimizer=None, metric=None, eval_use_evalscope=False, eval_dataset=[], eval_dataset_args=None, eval_limit=None, eval_generation_config=None, extra_eval_args=None, use_flash_ckpt=False, sft_alpha=0, chord_sft_dataset=[], chord_sft_per_device_train_batch_size=None, chord_enable_phi_function=False, chord_mu_warmup_steps=None, chord_mu_decay_steps=None, chord_mu_peak=None, chord_mu_valley=None, train_type='lora', local_repo_path=None, galore_config=None, padding_side='right', padding_free=False, task_type='causal_lm', problem_type=None, vllm_pipeline_parallel_size=1, vllm_enable_expert_parallel=False, vllm_max_num_seqs=256, vllm_max_model_len=None, vllm_disable_custom_all_reduce=True, vllm_enforce_eager=False, vllm_limit_mm_per_prompt={}, vllm_max_lora_rank=16, vllm_enable_prefix_caching=True, vllm_use_async_engine=False, vllm_quantization=None, vllm_reasoning_parser=None, vllm_disable_cascade_attn=False, vllm_mm_processor_cache_gb=None, vllm_engine_kwargs={}, vllm_data_parallel_size=1, stop_words=[], vllm_enable_lora=False, lora_rank=16, async_generate=False, sleep_level=0, move_model_batches=None, offload_optimizer=False, offload_model=False, cosine_min_len_value_wrong=-0.5, cosine_max_len_value_wrong=0.0, cosine_min_len_value_correct=1.0, cosine_max_len_value_correct=0.5, cosine_max_len=8192, repetition_n_grams=3, repetition_max_penalty=-1.0, reward_model=None, reward_model_plugin=None, multi_turn_scheduler=None, max_turns=None, completion_length_limit_scope='per_round', vllm_server_pass_dataset=False, dynamic_sample=False, max_resample_times=3, overlong_filter=False, soft_max_length=None, soft_cache_length=None, log_entropy=False, advantage_estimator='grpo', kl_in_reward=False, dataset_shuffle=True)"
500
+ }
chat_template.jinja ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {% set audio_count = namespace(value=0) %}{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
2
+ You are a helpful assistant.<|im_end|>
3
+ {% endif %}<|im_start|>{{ message['role'] }}
4
+ {% if message['content'] is string %}{{ message['content'] }}<|im_end|>
5
+ {% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_bos|><|IMAGE|><|vision_eos|>{% elif content['type'] == 'audio' or 'audio' in content or 'audio_url' in content %}{% set audio_count.value = audio_count.value + 1 %}{% if add_audio_id %}Audio {{ audio_count.value }}: {% endif %}<|audio_bos|><|AUDIO|><|audio_eos|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_bos|><|VIDEO|><|vision_eos|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
6
+ {% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
7
+ {% endif %}
config.json ADDED
@@ -0,0 +1,636 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5OmniForConditionalGeneration"
4
+ ],
5
+ "dtype": "bfloat16",
6
+ "enable_audio_output": true,
7
+ "enable_talker": true,
8
+ "hidden_size": 3584,
9
+ "keys_to_ignore_at_inference": [
10
+ "past_key_values",
11
+ "hidden_states",
12
+ "attention_mask"
13
+ ],
14
+ "model_type": "qwen2_5_omni",
15
+ "pad_token_id": 151643,
16
+ "talker_config": {
17
+ "_attn_implementation_autoset": true,
18
+ "_name_or_path": "Qwen2.5-Omni-7B/talker",
19
+ "architectures": [
20
+ "Qwen2OmniTalkerForConditionalGeneration"
21
+ ],
22
+ "attention_dropout": 0.0,
23
+ "audio_end_token_id": 151648,
24
+ "audio_start_token_id": 151647,
25
+ "audio_token_index": 151646,
26
+ "dtype": "bfloat16",
27
+ "embedding_size": 3584,
28
+ "head_dim": 128,
29
+ "hidden_act": "silu",
30
+ "hidden_size": 896,
31
+ "image_token_index": 151655,
32
+ "init_std": 0.02,
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 18944,
35
+ "layer_types": [
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention"
60
+ ],
61
+ "max_position_embeddings": 32768,
62
+ "max_window_layers": 28,
63
+ "model_type": "qwen2_5_omni_talker",
64
+ "num_attention_heads": 12,
65
+ "num_hidden_layers": 24,
66
+ "num_key_value_heads": 4,
67
+ "position_id_per_seconds": 25,
68
+ "rms_norm_eps": 1e-06,
69
+ "rope_scaling": {
70
+ "mrope_section": [
71
+ 16,
72
+ 24,
73
+ 24
74
+ ],
75
+ "rope_type": "default",
76
+ "type": "default"
77
+ },
78
+ "rope_theta": 1000000.0,
79
+ "seconds_per_chunk": 2,
80
+ "sliding_window": null,
81
+ "spatial_merge_size": 2,
82
+ "tts_codec_end_token_id": 8294,
83
+ "tts_codec_mask_token_id": 8296,
84
+ "tts_codec_pad_token_id": 8292,
85
+ "tts_codec_start_token_id": 8293,
86
+ "tts_text_end_token_id": 151861,
87
+ "tts_text_pad_token_id": 151859,
88
+ "tts_text_start_token_id": 151860,
89
+ "use_cache": true,
90
+ "use_sliding_window": false,
91
+ "video_token_index": 151656,
92
+ "vision_end_token_id": 151653,
93
+ "vision_start_token_id": 151652,
94
+ "vocab_size": 8448
95
+ },
96
+ "thinker_config": {
97
+ "_attn_implementation_autoset": true,
98
+ "_name_or_path": "Qwen2.5-Omni-7B/thinker",
99
+ "architectures": [
100
+ "Qwen2OmniNaViTThinkerForConditionalGeneration"
101
+ ],
102
+ "audio_config": {
103
+ "_attn_implementation_autoset": true,
104
+ "_name_or_path": "",
105
+ "activation_dropout": 0.0,
106
+ "activation_function": "gelu",
107
+ "add_cross_attention": false,
108
+ "architectures": null,
109
+ "attention_dropout": 0.0,
110
+ "bad_words_ids": null,
111
+ "begin_suppress_tokens": null,
112
+ "bos_token_id": null,
113
+ "chunk_size_feed_forward": 0,
114
+ "cross_attention_hidden_size": null,
115
+ "d_model": 1280,
116
+ "decoder_start_token_id": null,
117
+ "diversity_penalty": 0.0,
118
+ "do_sample": false,
119
+ "dropout": 0.0,
120
+ "dtype": "bfloat16",
121
+ "early_stopping": false,
122
+ "encoder_attention_heads": 20,
123
+ "encoder_ffn_dim": 5120,
124
+ "encoder_layerdrop": 0.0,
125
+ "encoder_layers": 32,
126
+ "encoder_no_repeat_ngram_size": 0,
127
+ "eos_token_id": null,
128
+ "exponential_decay_length_penalty": null,
129
+ "finetuning_task": null,
130
+ "forced_bos_token_id": null,
131
+ "forced_eos_token_id": null,
132
+ "id2label": {
133
+ "0": "LABEL_0",
134
+ "1": "LABEL_1"
135
+ },
136
+ "init_std": 0.02,
137
+ "initializer_range": 0.02,
138
+ "is_decoder": false,
139
+ "is_encoder_decoder": false,
140
+ "label2id": {
141
+ "LABEL_0": 0,
142
+ "LABEL_1": 1
143
+ },
144
+ "length_penalty": 1.0,
145
+ "max_length": 20,
146
+ "max_source_positions": 1500,
147
+ "min_length": 0,
148
+ "model_type": "qwen2_5_omni_audio_encoder",
149
+ "n_window": 100,
150
+ "no_repeat_ngram_size": 0,
151
+ "num_beam_groups": 1,
152
+ "num_beams": 1,
153
+ "num_hidden_layers": 32,
154
+ "num_mel_bins": 128,
155
+ "num_return_sequences": 1,
156
+ "output_attentions": false,
157
+ "output_dim": 3584,
158
+ "output_hidden_states": false,
159
+ "output_scores": false,
160
+ "pad_token_id": 151643,
161
+ "prefix": null,
162
+ "problem_type": null,
163
+ "pruned_heads": {},
164
+ "remove_invalid_values": false,
165
+ "repetition_penalty": 1.0,
166
+ "return_dict": true,
167
+ "return_dict_in_generate": false,
168
+ "scale_embedding": false,
169
+ "sep_token_id": null,
170
+ "suppress_tokens": null,
171
+ "task_specific_params": null,
172
+ "temperature": 1.0,
173
+ "tf_legacy_loss": false,
174
+ "tie_encoder_decoder": false,
175
+ "tie_word_embeddings": true,
176
+ "tokenizer_class": null,
177
+ "top_k": 50,
178
+ "top_p": 1.0,
179
+ "torchscript": false,
180
+ "typical_p": 1.0,
181
+ "use_bfloat16": false
182
+ },
183
+ "audio_end_token_id": 151648,
184
+ "audio_start_token_id": 151647,
185
+ "audio_token_index": 151646,
186
+ "bos_token_id": 151644,
187
+ "dtype": "bfloat16",
188
+ "eos_token_id": 151645,
189
+ "ignore_index": -100,
190
+ "image_token_index": 151655,
191
+ "init_std": 0.02,
192
+ "initializer_range": 0.02,
193
+ "model_type": "qwen2_5_omni_thinker",
194
+ "pad_token_id": 151643,
195
+ "position_id_per_seconds": 25,
196
+ "seconds_per_chunk": 2,
197
+ "text_config": {
198
+ "_name_or_path": "",
199
+ "add_cross_attention": false,
200
+ "architectures": null,
201
+ "attention_dropout": 0.0,
202
+ "bad_words_ids": null,
203
+ "begin_suppress_tokens": null,
204
+ "bos_token_id": null,
205
+ "chunk_size_feed_forward": 0,
206
+ "cross_attention_hidden_size": null,
207
+ "decoder_start_token_id": null,
208
+ "diversity_penalty": 0.0,
209
+ "do_sample": false,
210
+ "dtype": "bfloat16",
211
+ "early_stopping": false,
212
+ "encoder_no_repeat_ngram_size": 0,
213
+ "eos_token_id": null,
214
+ "exponential_decay_length_penalty": null,
215
+ "finetuning_task": null,
216
+ "forced_bos_token_id": null,
217
+ "forced_eos_token_id": null,
218
+ "hidden_act": "silu",
219
+ "hidden_size": 3584,
220
+ "id2label": {
221
+ "0": "LABEL_0",
222
+ "1": "LABEL_1"
223
+ },
224
+ "init_std": 0.02,
225
+ "initializer_range": 0.02,
226
+ "intermediate_size": 18944,
227
+ "is_decoder": false,
228
+ "is_encoder_decoder": false,
229
+ "label2id": {
230
+ "LABEL_0": 0,
231
+ "LABEL_1": 1
232
+ },
233
+ "layer_types": [
234
+ "full_attention",
235
+ "full_attention",
236
+ "full_attention",
237
+ "full_attention",
238
+ "full_attention",
239
+ "full_attention",
240
+ "full_attention",
241
+ "full_attention",
242
+ "full_attention",
243
+ "full_attention",
244
+ "full_attention",
245
+ "full_attention",
246
+ "full_attention",
247
+ "full_attention",
248
+ "full_attention",
249
+ "full_attention",
250
+ "full_attention",
251
+ "full_attention",
252
+ "full_attention",
253
+ "full_attention",
254
+ "full_attention",
255
+ "full_attention",
256
+ "full_attention",
257
+ "full_attention",
258
+ "full_attention",
259
+ "full_attention",
260
+ "full_attention",
261
+ "full_attention"
262
+ ],
263
+ "length_penalty": 1.0,
264
+ "max_length": 20,
265
+ "max_position_embeddings": 32768,
266
+ "max_window_layers": 28,
267
+ "min_length": 0,
268
+ "model_type": "qwen2_5_omni_text",
269
+ "no_repeat_ngram_size": 0,
270
+ "num_attention_heads": 28,
271
+ "num_beam_groups": 1,
272
+ "num_beams": 1,
273
+ "num_hidden_layers": 28,
274
+ "num_key_value_heads": 4,
275
+ "num_return_sequences": 1,
276
+ "output_attentions": false,
277
+ "output_hidden_states": false,
278
+ "output_scores": false,
279
+ "pad_token_id": 151643,
280
+ "prefix": null,
281
+ "problem_type": null,
282
+ "pruned_heads": {},
283
+ "remove_invalid_values": false,
284
+ "repetition_penalty": 1.0,
285
+ "return_dict": true,
286
+ "return_dict_in_generate": false,
287
+ "rms_norm_eps": 1e-06,
288
+ "rope_scaling": {
289
+ "mrope_section": [
290
+ 16,
291
+ 24,
292
+ 24
293
+ ],
294
+ "rope_type": "default",
295
+ "type": "default"
296
+ },
297
+ "rope_theta": 1000000.0,
298
+ "sep_token_id": null,
299
+ "sliding_window": null,
300
+ "suppress_tokens": null,
301
+ "task_specific_params": null,
302
+ "temperature": 1.0,
303
+ "tf_legacy_loss": false,
304
+ "tie_encoder_decoder": false,
305
+ "tie_word_embeddings": false,
306
+ "tokenizer_class": null,
307
+ "top_k": 50,
308
+ "top_p": 1.0,
309
+ "torchscript": false,
310
+ "typical_p": 1.0,
311
+ "use_bfloat16": false,
312
+ "use_cache": true,
313
+ "use_sliding_window": false,
314
+ "vocab_size": 152064
315
+ },
316
+ "user_token_id": 872,
317
+ "video_token_index": 151656,
318
+ "vision_config": {
319
+ "_attn_implementation_autoset": true,
320
+ "_name_or_path": "",
321
+ "add_cross_attention": false,
322
+ "architectures": null,
323
+ "bad_words_ids": null,
324
+ "begin_suppress_tokens": null,
325
+ "bos_token_id": null,
326
+ "chunk_size_feed_forward": 0,
327
+ "cross_attention_hidden_size": null,
328
+ "decoder_start_token_id": null,
329
+ "depth": 32,
330
+ "diversity_penalty": 0.0,
331
+ "do_sample": false,
332
+ "dtype": "bfloat16",
333
+ "early_stopping": false,
334
+ "embed_dim": 1280,
335
+ "encoder_no_repeat_ngram_size": 0,
336
+ "eos_token_id": null,
337
+ "exponential_decay_length_penalty": null,
338
+ "finetuning_task": null,
339
+ "forced_bos_token_id": null,
340
+ "forced_eos_token_id": null,
341
+ "fullatt_block_indexes": [
342
+ 7,
343
+ 15,
344
+ 23,
345
+ 31
346
+ ],
347
+ "hidden_act": "silu",
348
+ "hidden_size": 1280,
349
+ "id2label": {
350
+ "0": "LABEL_0",
351
+ "1": "LABEL_1"
352
+ },
353
+ "in_channels": 3,
354
+ "in_chans": 3,
355
+ "init_std": 0.02,
356
+ "initializer_range": 0.02,
357
+ "intermediate_size": 3420,
358
+ "is_decoder": false,
359
+ "is_encoder_decoder": false,
360
+ "label2id": {
361
+ "LABEL_0": 0,
362
+ "LABEL_1": 1
363
+ },
364
+ "length_penalty": 1.0,
365
+ "max_length": 20,
366
+ "min_length": 0,
367
+ "model_type": "qwen2_5_omni_vision_encoder",
368
+ "no_repeat_ngram_size": 0,
369
+ "num_beam_groups": 1,
370
+ "num_beams": 1,
371
+ "num_heads": 16,
372
+ "num_return_sequences": 1,
373
+ "out_hidden_size": 3584,
374
+ "output_attentions": false,
375
+ "output_hidden_states": false,
376
+ "output_scores": false,
377
+ "pad_token_id": 151643,
378
+ "patch_size": 14,
379
+ "prefix": null,
380
+ "problem_type": null,
381
+ "pruned_heads": {},
382
+ "remove_invalid_values": false,
383
+ "repetition_penalty": 1.0,
384
+ "return_dict": true,
385
+ "return_dict_in_generate": false,
386
+ "sep_token_id": null,
387
+ "spatial_merge_size": 2,
388
+ "spatial_patch_size": 14,
389
+ "suppress_tokens": null,
390
+ "task_specific_params": null,
391
+ "temperature": 1.0,
392
+ "temporal_patch_size": 2,
393
+ "tf_legacy_loss": false,
394
+ "tie_encoder_decoder": false,
395
+ "tie_word_embeddings": true,
396
+ "tokenizer_class": null,
397
+ "tokens_per_second": 25,
398
+ "top_k": 50,
399
+ "top_p": 1.0,
400
+ "torchscript": false,
401
+ "typical_p": 1.0,
402
+ "use_bfloat16": false,
403
+ "window_size": 112
404
+ },
405
+ "vision_end_token_id": 151653,
406
+ "vision_start_token_id": 151652,
407
+ "vision_token_id": 151654
408
+ },
409
+ "token2wav_config": {
410
+ "_attn_implementation_autoset": true,
411
+ "bigvgan_config": {
412
+ "_attn_implementation_autoset": true,
413
+ "_name_or_path": "",
414
+ "add_cross_attention": false,
415
+ "architectures": null,
416
+ "bad_words_ids": null,
417
+ "begin_suppress_tokens": null,
418
+ "bos_token_id": null,
419
+ "chunk_size_feed_forward": 0,
420
+ "cross_attention_hidden_size": null,
421
+ "decoder_start_token_id": null,
422
+ "diversity_penalty": 0.0,
423
+ "do_sample": false,
424
+ "dtype": null,
425
+ "early_stopping": false,
426
+ "encoder_no_repeat_ngram_size": 0,
427
+ "eos_token_id": null,
428
+ "exponential_decay_length_penalty": null,
429
+ "finetuning_task": null,
430
+ "forced_bos_token_id": null,
431
+ "forced_eos_token_id": null,
432
+ "id2label": {
433
+ "0": "LABEL_0",
434
+ "1": "LABEL_1"
435
+ },
436
+ "is_decoder": false,
437
+ "is_encoder_decoder": false,
438
+ "label2id": {
439
+ "LABEL_0": 0,
440
+ "LABEL_1": 1
441
+ },
442
+ "length_penalty": 1.0,
443
+ "max_length": 20,
444
+ "mel_dim": 80,
445
+ "min_length": 0,
446
+ "model_type": "qwen2_5_omni_bigvgan",
447
+ "no_repeat_ngram_size": 0,
448
+ "num_beam_groups": 1,
449
+ "num_beams": 1,
450
+ "num_return_sequences": 1,
451
+ "output_attentions": false,
452
+ "output_hidden_states": false,
453
+ "output_scores": false,
454
+ "pad_token_id": 151643,
455
+ "prefix": null,
456
+ "problem_type": null,
457
+ "pruned_heads": {},
458
+ "remove_invalid_values": false,
459
+ "repetition_penalty": 1.0,
460
+ "resblock_dilation_sizes": [
461
+ [
462
+ 1,
463
+ 3,
464
+ 5
465
+ ],
466
+ [
467
+ 1,
468
+ 3,
469
+ 5
470
+ ],
471
+ [
472
+ 1,
473
+ 3,
474
+ 5
475
+ ]
476
+ ],
477
+ "resblock_kernel_sizes": [
478
+ 3,
479
+ 7,
480
+ 11
481
+ ],
482
+ "return_dict": true,
483
+ "return_dict_in_generate": false,
484
+ "sep_token_id": null,
485
+ "suppress_tokens": null,
486
+ "task_specific_params": null,
487
+ "temperature": 1.0,
488
+ "tf_legacy_loss": false,
489
+ "tie_encoder_decoder": false,
490
+ "tie_word_embeddings": true,
491
+ "tokenizer_class": null,
492
+ "top_k": 50,
493
+ "top_p": 1.0,
494
+ "torchscript": false,
495
+ "typical_p": 1.0,
496
+ "upsample_initial_channel": 1536,
497
+ "upsample_kernel_sizes": [
498
+ 11,
499
+ 7,
500
+ 4,
501
+ 4,
502
+ 4,
503
+ 4
504
+ ],
505
+ "upsample_rates": [
506
+ 5,
507
+ 3,
508
+ 2,
509
+ 2,
510
+ 2,
511
+ 2
512
+ ],
513
+ "use_bfloat16": false,
514
+ "use_bias_at_final": false
515
+ },
516
+ "dit_config": {
517
+ "_attn_implementation_autoset": true,
518
+ "_name_or_path": "",
519
+ "add_cross_attention": false,
520
+ "architectures": null,
521
+ "bad_words_ids": null,
522
+ "begin_suppress_tokens": null,
523
+ "block_size": 24,
524
+ "bos_token_id": null,
525
+ "chunk_size_feed_forward": 0,
526
+ "cross_attention_hidden_size": null,
527
+ "decoder_start_token_id": null,
528
+ "depth": 22,
529
+ "dim": 1024,
530
+ "diversity_penalty": 0.0,
531
+ "do_sample": false,
532
+ "dropout": 0.1,
533
+ "dtype": "float32",
534
+ "early_stopping": false,
535
+ "emb_dim": 512,
536
+ "enc_attention_channels": 64,
537
+ "enc_channels": [
538
+ 256,
539
+ 256,
540
+ 256,
541
+ 256,
542
+ 768
543
+ ],
544
+ "enc_dilations": [
545
+ 1,
546
+ 2,
547
+ 3,
548
+ 4,
549
+ 1
550
+ ],
551
+ "enc_dim": 128,
552
+ "enc_emb_dim": 192,
553
+ "enc_global_context": true,
554
+ "enc_kernel_sizes": [
555
+ 5,
556
+ 3,
557
+ 3,
558
+ 3,
559
+ 1
560
+ ],
561
+ "enc_lin_neurons": 192,
562
+ "enc_res2net_scale": 2,
563
+ "enc_se_channels": 64,
564
+ "encoder_no_repeat_ngram_size": 0,
565
+ "eos_token_id": null,
566
+ "exponential_decay_length_penalty": null,
567
+ "ff_mult": 2,
568
+ "finetuning_task": null,
569
+ "forced_bos_token_id": null,
570
+ "forced_eos_token_id": null,
571
+ "head_dim": 64,
572
+ "heads": 16,
573
+ "hidden_size": 1024,
574
+ "id2label": {
575
+ "0": "LABEL_0",
576
+ "1": "LABEL_1"
577
+ },
578
+ "is_decoder": false,
579
+ "is_encoder_decoder": false,
580
+ "label2id": {
581
+ "LABEL_0": 0,
582
+ "LABEL_1": 1
583
+ },
584
+ "length_penalty": 1.0,
585
+ "look_ahead_layers": [
586
+ 10
587
+ ],
588
+ "look_backward_layers": [
589
+ 0,
590
+ 20
591
+ ],
592
+ "max_length": 20,
593
+ "max_position_embeddings": 32768,
594
+ "mel_dim": 80,
595
+ "min_length": 0,
596
+ "model_type": "qwen2_5_omni_dit",
597
+ "no_repeat_ngram_size": 0,
598
+ "num_attention_heads": 16,
599
+ "num_beam_groups": 1,
600
+ "num_beams": 1,
601
+ "num_embeds": 8193,
602
+ "num_hidden_layers": 22,
603
+ "num_return_sequences": 1,
604
+ "output_attentions": false,
605
+ "output_hidden_states": false,
606
+ "output_scores": false,
607
+ "pad_token_id": 151643,
608
+ "prefix": null,
609
+ "problem_type": null,
610
+ "pruned_heads": {},
611
+ "remove_invalid_values": false,
612
+ "repeats": 2,
613
+ "repetition_penalty": 1.0,
614
+ "return_dict": true,
615
+ "return_dict_in_generate": false,
616
+ "rope_theta": 10000.0,
617
+ "sep_token_id": null,
618
+ "suppress_tokens": null,
619
+ "task_specific_params": null,
620
+ "temperature": 1.0,
621
+ "tf_legacy_loss": false,
622
+ "tie_encoder_decoder": false,
623
+ "tie_word_embeddings": true,
624
+ "tokenizer_class": null,
625
+ "top_k": 50,
626
+ "top_p": 1.0,
627
+ "torchscript": false,
628
+ "typical_p": 1.0,
629
+ "use_bfloat16": false
630
+ },
631
+ "dtype": "bfloat16",
632
+ "model_type": "qwen2_5_omni_token2wav",
633
+ "pad_token_id": 151643
634
+ },
635
+ "transformers_version": "4.57.3"
636
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 151643,
5
+ 151645
6
+ ],
7
+ "transformers_version": "4.57.3"
8
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f439192384a46e671d0c957c543c3c4b8ccf4278e07701649a0b81304bbd14f
3
+ size 4985055536
model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40687ecd588ce6097fcb9c42a99bf54884e5bcc9a4c274e9e1bb530493744f8f
3
+ size 4991496832
model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d49bf43ffb549c036f7067ad956a92f9e88adaa92894b83c8f25d10c588f72
3
+ size 4991496936
model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d57618b7bd63cc21bc40e97228d4c5e60f0930734a7231c43f0e5b942e83b02
3
+ size 4969489856
model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ac6c0769f8f6a9ffe25540f79d16b8fcb26ac40902c6e5a0ecade50554d635
3
+ size 2425322192
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 300,
3
+ "dither": 0.0,
4
+ "feature_extractor_type": "WhisperFeatureExtractor",
5
+ "feature_size": 128,
6
+ "hop_length": 160,
7
+ "image_mean": [
8
+ 0.48145466,
9
+ 0.4578275,
10
+ 0.40821073
11
+ ],
12
+ "image_processor_type": "Qwen2VLImageProcessor",
13
+ "image_std": [
14
+ 0.26862954,
15
+ 0.26130258,
16
+ 0.27577711
17
+ ],
18
+ "max_pixels": 12845056,
19
+ "merge_size": 2,
20
+ "min_pixels": 3136,
21
+ "n_fft": 400,
22
+ "n_samples": 4800000,
23
+ "nb_max_frames": 30000,
24
+ "padding_side": "right",
25
+ "padding_value": 0.0,
26
+ "patch_size": 14,
27
+ "processor_class": "Qwen2_5OmniProcessor",
28
+ "return_attention_mask": true,
29
+ "sampling_rate": 16000,
30
+ "temporal_patch_size": 2
31
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|AUDIO|>",
6
+ "<|audio_bos|>",
7
+ "<|audio_eos|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_bos|>",
12
+ "<|vision_eos|>",
13
+ "<|vision_pad|>",
14
+ "<|IMAGE|>",
15
+ "<|VIDEO|>"
16
+ ],
17
+ "audio_bos_token": "<|audio_bos|>",
18
+ "audio_eos_token": "<|audio_eos|>",
19
+ "audio_token": "<|AUDIO|>",
20
+ "eos_token": {
21
+ "content": "<|im_end|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false
26
+ },
27
+ "image_token": "<|IMAGE|>",
28
+ "pad_token": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ },
35
+ "video_token": "<|VIDEO|>",
36
+ "vision_bos_token": "<|vision_bos|>",
37
+ "vision_eos_token": "<|vision_eos|>"
38
+ }
spk_dict.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a05609b28f5d42b7b748f0f07592545c8f1f6885b9ae8fff64baf56e86b2a18
3
+ size 259544
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8441917e39ae0244e06d704b95b3124795cec478e297f9afac39ba670d7e9d99
3
+ size 11421870
tokenizer_config.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|AUDIO|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "151647": {
37
+ "content": "<|audio_bos|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "151648": {
45
+ "content": "<|audio_eos|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "151649": {
53
+ "content": "<|box_end|>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "151650": {
61
+ "content": "<|quad_start|>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "151651": {
69
+ "content": "<|quad_end|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "151652": {
77
+ "content": "<|vision_bos|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "151653": {
85
+ "content": "<|vision_eos|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "151654": {
93
+ "content": "<|vision_pad|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "151655": {
101
+ "content": "<|IMAGE|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "151656": {
109
+ "content": "<|VIDEO|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "151657": {
117
+ "content": "<tool_call>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "151658": {
125
+ "content": "</tool_call>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "151659": {
133
+ "content": "<|fim_prefix|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "151660": {
141
+ "content": "<|fim_middle|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "151661": {
149
+ "content": "<|fim_suffix|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "151662": {
157
+ "content": "<|fim_pad|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "151663": {
165
+ "content": "<|repo_name|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "151664": {
173
+ "content": "<|file_sep|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ }
180
+ },
181
+ "additional_special_tokens": [
182
+ "<|im_start|>",
183
+ "<|im_end|>",
184
+ "<|AUDIO|>",
185
+ "<|audio_bos|>",
186
+ "<|audio_eos|>",
187
+ "<|box_end|>",
188
+ "<|quad_start|>",
189
+ "<|quad_end|>",
190
+ "<|vision_bos|>",
191
+ "<|vision_eos|>",
192
+ "<|vision_pad|>",
193
+ "<|IMAGE|>",
194
+ "<|VIDEO|>"
195
+ ],
196
+ "audio_bos_token": "<|audio_bos|>",
197
+ "audio_eos_token": "<|audio_eos|>",
198
+ "audio_token": "<|AUDIO|>",
199
+ "bos_token": null,
200
+ "clean_up_tokenization_spaces": false,
201
+ "eos_token": "<|im_end|>",
202
+ "errors": "replace",
203
+ "extra_special_tokens": {
204
+ "audio_bos_token": "<|audio_bos|>",
205
+ "audio_eos_token": "<|audio_eos|>",
206
+ "audio_token": "<|AUDIO|>",
207
+ "image_token": "<|IMAGE|>",
208
+ "video_token": "<|VIDEO|>",
209
+ "vision_bos_token": "<|vision_bos|>",
210
+ "vision_eos_token": "<|vision_eos|>"
211
+ },
212
+ "image_token": "<|IMAGE|>",
213
+ "model_max_length": 32768,
214
+ "pad_token": "<|endoftext|>",
215
+ "padding_side": "right",
216
+ "processor_class": "Qwen2_5OmniProcessor",
217
+ "split_special_tokens": false,
218
+ "tokenizer_class": "Qwen2Tokenizer",
219
+ "unk_token": null,
220
+ "video_token": "<|VIDEO|>",
221
+ "vision_bos_token": "<|vision_bos|>",
222
+ "vision_eos_token": "<|vision_eos|>"
223
+ }
video_preprocessor_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 300,
3
+ "crop_size": null,
4
+ "data_format": "channels_first",
5
+ "default_to_square": true,
6
+ "device": null,
7
+ "dither": 0.0,
8
+ "do_center_crop": null,
9
+ "do_convert_rgb": true,
10
+ "do_normalize": true,
11
+ "do_pad": null,
12
+ "do_rescale": true,
13
+ "do_resize": true,
14
+ "do_sample_frames": false,
15
+ "feature_extractor_type": "WhisperFeatureExtractor",
16
+ "feature_size": 128,
17
+ "fps": null,
18
+ "hop_length": 160,
19
+ "image_mean": [
20
+ 0.48145466,
21
+ 0.4578275,
22
+ 0.40821073
23
+ ],
24
+ "image_std": [
25
+ 0.26862954,
26
+ 0.26130258,
27
+ 0.27577711
28
+ ],
29
+ "input_data_format": null,
30
+ "max_frames": 768,
31
+ "max_pixels": 12845056,
32
+ "merge_size": 2,
33
+ "min_frames": 4,
34
+ "min_pixels": 3136,
35
+ "n_fft": 400,
36
+ "n_samples": 4800000,
37
+ "nb_max_frames": 30000,
38
+ "num_frames": null,
39
+ "pad_size": null,
40
+ "padding_side": "right",
41
+ "padding_value": 0.0,
42
+ "patch_size": 14,
43
+ "processor_class": "Qwen2_5OmniProcessor",
44
+ "resample": 3,
45
+ "rescale_factor": 0.00392156862745098,
46
+ "return_attention_mask": true,
47
+ "return_metadata": false,
48
+ "sampling_rate": 16000,
49
+ "size": {
50
+ "longest_edge": 12845056,
51
+ "shortest_edge": 3136
52
+ },
53
+ "size_divisor": null,
54
+ "temporal_patch_size": 2,
55
+ "video_metadata": null,
56
+ "video_processor_type": "Qwen2VLVideoProcessor"
57
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff