Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- added_tokens.json +35 -0
- args.json +399 -0
- chat_template.jinja +122 -0
- config.json +552 -0
- iter_0003200/.metadata +0 -0
- iter_0003200/common.pt +3 -0
- iter_0003200/metadata.json +1 -0
- latest_checkpointed_iteration.txt +1 -0
- merges.txt +0 -0
- model-00001-of-00015.safetensors +3 -0
- model-00002-of-00015.safetensors +3 -0
- model-00003-of-00015.safetensors +3 -0
- model-00004-of-00015.safetensors +3 -0
- model-00005-of-00015.safetensors +3 -0
- model-00006-of-00015.safetensors +3 -0
- model-00007-of-00015.safetensors +3 -0
- model-00008-of-00015.safetensors +3 -0
- model-00009-of-00015.safetensors +3 -0
- model-00010-of-00015.safetensors +3 -0
- model-00011-of-00015.safetensors +3 -0
- model-00012-of-00015.safetensors +3 -0
- model-00013-of-00015.safetensors +3 -0
- model-00014-of-00015.safetensors +3 -0
- model-00015-of-00015.safetensors +3 -0
- model.safetensors.index.json +0 -0
- preprocessor_config.json +31 -0
- special_tokens_map.json +44 -0
- tokenizer.json +3 -0
- tokenizer_config.json +317 -0
- video_preprocessor_config.json +55 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* 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 |
Figures/LAT-Audio.png 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 |
Figures/LAT-Audio.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<tts_pad>": 151671,
|
| 9 |
+
"<tts_text_bos>": 151672,
|
| 10 |
+
"<tts_text_bos_single>": 151674,
|
| 11 |
+
"<tts_text_eod>": 151673,
|
| 12 |
+
"<|audio_end|>": 151670,
|
| 13 |
+
"<|audio_pad|>": 151675,
|
| 14 |
+
"<|audio_start|>": 151669,
|
| 15 |
+
"<|box_end|>": 151649,
|
| 16 |
+
"<|box_start|>": 151648,
|
| 17 |
+
"<|endoftext|>": 151643,
|
| 18 |
+
"<|file_sep|>": 151664,
|
| 19 |
+
"<|fim_middle|>": 151660,
|
| 20 |
+
"<|fim_pad|>": 151662,
|
| 21 |
+
"<|fim_prefix|>": 151659,
|
| 22 |
+
"<|fim_suffix|>": 151661,
|
| 23 |
+
"<|im_end|>": 151645,
|
| 24 |
+
"<|im_start|>": 151644,
|
| 25 |
+
"<|image_pad|>": 151655,
|
| 26 |
+
"<|object_ref_end|>": 151647,
|
| 27 |
+
"<|object_ref_start|>": 151646,
|
| 28 |
+
"<|quad_end|>": 151651,
|
| 29 |
+
"<|quad_start|>": 151650,
|
| 30 |
+
"<|repo_name|>": 151663,
|
| 31 |
+
"<|video_pad|>": 151656,
|
| 32 |
+
"<|vision_end|>": 151653,
|
| 33 |
+
"<|vision_pad|>": 151654,
|
| 34 |
+
"<|vision_start|>": 151652
|
| 35 |
+
}
|
args.json
ADDED
|
@@ -0,0 +1,399 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"use_ray": false,
|
| 3 |
+
"ray_exp_name": null,
|
| 4 |
+
"device_groups": null,
|
| 5 |
+
"model": "/mnt/data/share-ssd/user/shaomingchen/code/long-audio/time-aware/ft_omni/Qwen3-Omni-30B-A3B-Instruct",
|
| 6 |
+
"model_type": "qwen3_omni_moe",
|
| 7 |
+
"model_revision": null,
|
| 8 |
+
"task_type": "causal_lm",
|
| 9 |
+
"torch_dtype": "bfloat16",
|
| 10 |
+
"attn_impl": null,
|
| 11 |
+
"experts_impl": null,
|
| 12 |
+
"new_special_tokens": [],
|
| 13 |
+
"num_labels": null,
|
| 14 |
+
"problem_type": null,
|
| 15 |
+
"rope_scaling": null,
|
| 16 |
+
"device_map": null,
|
| 17 |
+
"max_memory": {},
|
| 18 |
+
"max_model_len": null,
|
| 19 |
+
"local_repo_path": null,
|
| 20 |
+
"init_strategy": null,
|
| 21 |
+
"template": "qwen3_omni",
|
| 22 |
+
"system": "You are a helpful assistant.",
|
| 23 |
+
"max_length": 32768,
|
| 24 |
+
"truncation_strategy": "delete",
|
| 25 |
+
"max_pixels": null,
|
| 26 |
+
"agent_template": null,
|
| 27 |
+
"norm_bbox": null,
|
| 28 |
+
"use_chat_template": true,
|
| 29 |
+
"padding_side": "right",
|
| 30 |
+
"padding_free": true,
|
| 31 |
+
"loss_scale": "default",
|
| 32 |
+
"sequence_parallel_size": 1,
|
| 33 |
+
"template_backend": "swift",
|
| 34 |
+
"response_prefix": null,
|
| 35 |
+
"enable_thinking": null,
|
| 36 |
+
"add_non_thinking_prefix": true,
|
| 37 |
+
"dataset": [
|
| 38 |
+
"/mnt/data/share-ssd/user/shaomingchen/code/long-audio/time-aware/ft_omni/ms-swift-2-27-fsdp/examples/train/multimodal/data/train_ACM_MM/train.jsonl"
|
| 39 |
+
],
|
| 40 |
+
"val_dataset": [
|
| 41 |
+
"/mnt/data/share-ssd/user/shaomingchen/code/long-audio/time-aware/ft_omni/ms-swift-2-27-fsdp/examples/train/multimodal/data/train_ACM_MM/val.jsonl"
|
| 42 |
+
],
|
| 43 |
+
"cached_dataset": [],
|
| 44 |
+
"cached_val_dataset": [],
|
| 45 |
+
"split_dataset_ratio": 0.0,
|
| 46 |
+
"data_seed": 42,
|
| 47 |
+
"dataset_num_proc": 64,
|
| 48 |
+
"load_from_cache_file": false,
|
| 49 |
+
"dataset_shuffle": true,
|
| 50 |
+
"val_dataset_shuffle": false,
|
| 51 |
+
"streaming": false,
|
| 52 |
+
"interleave_prob": null,
|
| 53 |
+
"stopping_strategy": "first_exhausted",
|
| 54 |
+
"shuffle_buffer_size": 1000,
|
| 55 |
+
"download_mode": "reuse_dataset_if_exists",
|
| 56 |
+
"columns": {},
|
| 57 |
+
"strict": false,
|
| 58 |
+
"remove_unused_columns": true,
|
| 59 |
+
"model_name": [
|
| 60 |
+
"swift-robot"
|
| 61 |
+
],
|
| 62 |
+
"model_author": [
|
| 63 |
+
"swift"
|
| 64 |
+
],
|
| 65 |
+
"custom_dataset_info": [],
|
| 66 |
+
"quant_method": null,
|
| 67 |
+
"quant_bits": null,
|
| 68 |
+
"hqq_axis": null,
|
| 69 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 70 |
+
"bnb_4bit_quant_type": "nf4",
|
| 71 |
+
"bnb_4bit_use_double_quant": true,
|
| 72 |
+
"bnb_4bit_quant_storage": null,
|
| 73 |
+
"max_new_tokens": null,
|
| 74 |
+
"temperature": 0.9,
|
| 75 |
+
"top_k": 50,
|
| 76 |
+
"top_p": 0.9,
|
| 77 |
+
"repetition_penalty": 1.0,
|
| 78 |
+
"num_beams": 1,
|
| 79 |
+
"stream": false,
|
| 80 |
+
"stop_words": [],
|
| 81 |
+
"logprobs": false,
|
| 82 |
+
"top_logprobs": null,
|
| 83 |
+
"structured_outputs_regex": null,
|
| 84 |
+
"tuner_backend": "peft",
|
| 85 |
+
"tuner_type": "full",
|
| 86 |
+
"train_type": null,
|
| 87 |
+
"adapters": [],
|
| 88 |
+
"external_plugins": [],
|
| 89 |
+
"custom_register_path": [],
|
| 90 |
+
"seed": 42,
|
| 91 |
+
"model_kwargs": {},
|
| 92 |
+
"load_args": false,
|
| 93 |
+
"load_data_args": false,
|
| 94 |
+
"packing": false,
|
| 95 |
+
"packing_length": null,
|
| 96 |
+
"packing_num_proc": 1,
|
| 97 |
+
"lazy_tokenize": true,
|
| 98 |
+
"use_hf": false,
|
| 99 |
+
"hub_token": null,
|
| 100 |
+
"ddp_timeout": 18000000,
|
| 101 |
+
"ddp_backend": "nccl",
|
| 102 |
+
"ignore_args_error": false,
|
| 103 |
+
"use_swift_lora": false,
|
| 104 |
+
"freeze_llm": false,
|
| 105 |
+
"freeze_vit": false,
|
| 106 |
+
"freeze_aligner": false,
|
| 107 |
+
"freeze_parameters": [
|
| 108 |
+
"visual.talker",
|
| 109 |
+
"visual.code2wav"
|
| 110 |
+
],
|
| 111 |
+
"freeze_parameters_regex": null,
|
| 112 |
+
"freeze_parameters_ratio": 0.0,
|
| 113 |
+
"trainable_parameters": [
|
| 114 |
+
"visual.thinker.audio_tower.proj1",
|
| 115 |
+
"visual.thinker.audio_tower.proj2",
|
| 116 |
+
"visual.thinker.visual.merger",
|
| 117 |
+
"visual.thinker.visual.merger_list"
|
| 118 |
+
],
|
| 119 |
+
"trainable_parameters_regex": null,
|
| 120 |
+
"target_modules": [
|
| 121 |
+
"all-linear"
|
| 122 |
+
],
|
| 123 |
+
"target_regex": null,
|
| 124 |
+
"modules_to_save": [],
|
| 125 |
+
"lora_rank": 8,
|
| 126 |
+
"lora_alpha": 32,
|
| 127 |
+
"lora_dropout": 0.05,
|
| 128 |
+
"lora_bias": "none",
|
| 129 |
+
"lora_dtype": null,
|
| 130 |
+
"use_rslora": false,
|
| 131 |
+
"rlhf_type": null,
|
| 132 |
+
"loss_type": null,
|
| 133 |
+
"mcore_ref_model": null,
|
| 134 |
+
"mcore_ref_adapter": null,
|
| 135 |
+
"beta": null,
|
| 136 |
+
"rpo_alpha": null,
|
| 137 |
+
"reference_free": false,
|
| 138 |
+
"label_smoothing": 0.0,
|
| 139 |
+
"f_divergence_type": "reverse_kl",
|
| 140 |
+
"desirable_weight": 1.0,
|
| 141 |
+
"undesirable_weight": 1.0,
|
| 142 |
+
"calculate_KL": null,
|
| 143 |
+
"center_rewards_coefficient": null,
|
| 144 |
+
"teacher_model": null,
|
| 145 |
+
"teacher_model_type": null,
|
| 146 |
+
"teacher_model_revision": null,
|
| 147 |
+
"lmbda": 0.5,
|
| 148 |
+
"seq_kd": false,
|
| 149 |
+
"offload_teacher_model": false,
|
| 150 |
+
"sft_alpha": 0.0,
|
| 151 |
+
"generation_batch_size": null,
|
| 152 |
+
"steps_per_generation": null,
|
| 153 |
+
"num_generations": 8,
|
| 154 |
+
"num_generations_eval": null,
|
| 155 |
+
"max_completion_length": 512,
|
| 156 |
+
"importance_sampling_level": "token",
|
| 157 |
+
"tau_pos": 1.0,
|
| 158 |
+
"tau_neg": 1.05,
|
| 159 |
+
"epsilon": 0.2,
|
| 160 |
+
"epsilon_high": null,
|
| 161 |
+
"delta": null,
|
| 162 |
+
"use_vllm": true,
|
| 163 |
+
"vllm_mode": null,
|
| 164 |
+
"vllm_enable_prefix_caching": true,
|
| 165 |
+
"vllm_gpu_memory_utilization": 0.9,
|
| 166 |
+
"vllm_tensor_parallel_size": 1,
|
| 167 |
+
"vllm_max_model_len": null,
|
| 168 |
+
"vllm_enforce_eager": false,
|
| 169 |
+
"vllm_limit_mm_per_prompt": null,
|
| 170 |
+
"vllm_disable_cascade_attn": false,
|
| 171 |
+
"vllm_max_num_seqs": null,
|
| 172 |
+
"vllm_mm_processor_cache_gb": null,
|
| 173 |
+
"vllm_engine_kwargs": null,
|
| 174 |
+
"sleep_level": 0,
|
| 175 |
+
"offload_optimizer": false,
|
| 176 |
+
"offload_model": false,
|
| 177 |
+
"offload_bridge": false,
|
| 178 |
+
"vllm_server_base_url": null,
|
| 179 |
+
"vllm_server_host": null,
|
| 180 |
+
"vllm_server_port": [
|
| 181 |
+
8000
|
| 182 |
+
],
|
| 183 |
+
"vllm_server_timeout": 240.0,
|
| 184 |
+
"vllm_server_group_port": null,
|
| 185 |
+
"reward_funcs": [],
|
| 186 |
+
"reward_weights": null,
|
| 187 |
+
"cosine_min_len_value_wrong": -0.5,
|
| 188 |
+
"cosine_max_len_value_wrong": 0.0,
|
| 189 |
+
"cosine_min_len_value_correct": 1.0,
|
| 190 |
+
"cosine_max_len_value_correct": 0.5,
|
| 191 |
+
"cosine_max_len": null,
|
| 192 |
+
"repetition_n_grams": 3,
|
| 193 |
+
"repetition_max_penalty": -1.0,
|
| 194 |
+
"soft_max_length": null,
|
| 195 |
+
"soft_cache_length": null,
|
| 196 |
+
"dynamic_sample": false,
|
| 197 |
+
"max_resample_times": 3,
|
| 198 |
+
"overlong_filter": false,
|
| 199 |
+
"scale_rewards": "group",
|
| 200 |
+
"advantage_estimator": "grpo",
|
| 201 |
+
"kl_in_reward": false,
|
| 202 |
+
"wandb_log_unique_prompts": null,
|
| 203 |
+
"log_completions": false,
|
| 204 |
+
"rollout_importance_sampling_mode": null,
|
| 205 |
+
"rollout_importance_sampling_threshold": 2.0,
|
| 206 |
+
"log_rollout_offpolicy_metrics": false,
|
| 207 |
+
"off_policy_sequence_mask_delta": null,
|
| 208 |
+
"log_entropy": false,
|
| 209 |
+
"top_entropy_quantile": 1.0,
|
| 210 |
+
"reward_model": null,
|
| 211 |
+
"reward_model_plugin": null,
|
| 212 |
+
"sync_ref_model": false,
|
| 213 |
+
"ref_model_sync_steps": 512,
|
| 214 |
+
"ref_model_mixup_alpha": 0.6,
|
| 215 |
+
"async_generate": false,
|
| 216 |
+
"move_model_batches": null,
|
| 217 |
+
"multi_turn_scheduler": null,
|
| 218 |
+
"max_turns": null,
|
| 219 |
+
"completion_length_limit_scope": "per_round",
|
| 220 |
+
"vllm_server_pass_dataset": false,
|
| 221 |
+
"num_iterations": 1,
|
| 222 |
+
"micro_batch_size": 1,
|
| 223 |
+
"global_batch_size": 64,
|
| 224 |
+
"recompute_granularity": "full",
|
| 225 |
+
"recompute_method": "uniform",
|
| 226 |
+
"recompute_num_layers": 1,
|
| 227 |
+
"recompute_modules": [
|
| 228 |
+
"core_attn"
|
| 229 |
+
],
|
| 230 |
+
"train_iters": null,
|
| 231 |
+
"num_train_epochs": 5,
|
| 232 |
+
"masked_softmax_fusion": true,
|
| 233 |
+
"bias_dropout_fusion": true,
|
| 234 |
+
"bias_activation_fusion": true,
|
| 235 |
+
"apply_rope_fusion": false,
|
| 236 |
+
"gradient_accumulation_fusion": false,
|
| 237 |
+
"cross_entropy_loss_fusion": true,
|
| 238 |
+
"cross_entropy_fusion_impl": "native",
|
| 239 |
+
"calculate_per_token_loss": true,
|
| 240 |
+
"attention_backend": "<AttnBackend.flash: 1>",
|
| 241 |
+
"optimizer": "adam",
|
| 242 |
+
"optimizer_cpu_offload": false,
|
| 243 |
+
"optimizer_offload_fraction": 1.0,
|
| 244 |
+
"use_precision_aware_optimizer": false,
|
| 245 |
+
"main_grads_dtype": "float32",
|
| 246 |
+
"main_params_dtype": "float32",
|
| 247 |
+
"exp_avg_dtype": "float32",
|
| 248 |
+
"exp_avg_sq_dtype": "float32",
|
| 249 |
+
"manual_gc": false,
|
| 250 |
+
"manual_gc_steps": 0,
|
| 251 |
+
"manual_gc_eval": true,
|
| 252 |
+
"train_dataloader_shuffle": true,
|
| 253 |
+
"dataloader_num_workers": 4,
|
| 254 |
+
"dataloader_pin_memory": true,
|
| 255 |
+
"dataloader_persistent_workers": true,
|
| 256 |
+
"dataloader_prefetch_factor": 2,
|
| 257 |
+
"data_sharding": false,
|
| 258 |
+
"group_by_length": false,
|
| 259 |
+
"te_rng_tracker": false,
|
| 260 |
+
"data_parallel_random_init": false,
|
| 261 |
+
"mlp_padding_free": false,
|
| 262 |
+
"lr_warmup_init": 0.0,
|
| 263 |
+
"lr": 0.0001,
|
| 264 |
+
"lr_decay_style": "cosine",
|
| 265 |
+
"lr_decay_iters": null,
|
| 266 |
+
"lr_warmup_iters": 0,
|
| 267 |
+
"lr_warmup_fraction": 0.1,
|
| 268 |
+
"min_lr": 1e-06,
|
| 269 |
+
"lr_wsd_decay_style": "exponential",
|
| 270 |
+
"lr_wsd_decay_iters": null,
|
| 271 |
+
"weight_decay": 0.1,
|
| 272 |
+
"weight_decay_incr_style": "constant",
|
| 273 |
+
"start_weight_decay": 0.1,
|
| 274 |
+
"end_weight_decay": 0.1,
|
| 275 |
+
"clip_grad": 1.0,
|
| 276 |
+
"adam_beta1": 0.9,
|
| 277 |
+
"adam_beta2": 0.95,
|
| 278 |
+
"adam_eps": 1e-08,
|
| 279 |
+
"sgd_momentum": 0.9,
|
| 280 |
+
"output_dir": "/mnt/data/share-oss/user/shaomingchen/ckpt/long-audio/time-aware/exp12/v1-20260309-155539",
|
| 281 |
+
"save_steps": 800,
|
| 282 |
+
"no_save_optim": true,
|
| 283 |
+
"no_save_rng": true,
|
| 284 |
+
"mcore_model": null,
|
| 285 |
+
"mcore_adapter": null,
|
| 286 |
+
"no_load_optim": false,
|
| 287 |
+
"no_load_rng": false,
|
| 288 |
+
"finetune": true,
|
| 289 |
+
"perform_initialization": false,
|
| 290 |
+
"use_cpu_initialization": false,
|
| 291 |
+
"async_save": false,
|
| 292 |
+
"save_total_limit": null,
|
| 293 |
+
"metric_for_best_model": "loss",
|
| 294 |
+
"greater_is_better": false,
|
| 295 |
+
"use_persistent_ckpt_worker": false,
|
| 296 |
+
"dist_ckpt_save_pre_mcore_014": false,
|
| 297 |
+
"dist_ckpt_optim_fully_reshardable": false,
|
| 298 |
+
"distrib_optim_fully_reshardable_mem_efficient": false,
|
| 299 |
+
"local_rank": 0,
|
| 300 |
+
"use_distributed_optimizer": true,
|
| 301 |
+
"tensor_model_parallel_size": 2,
|
| 302 |
+
"pipeline_model_parallel_size": 1,
|
| 303 |
+
"decoder_first_pipeline_num_layers": null,
|
| 304 |
+
"decoder_last_pipeline_num_layers": null,
|
| 305 |
+
"account_for_embedding_in_pipeline_split": false,
|
| 306 |
+
"account_for_loss_in_pipeline_split": false,
|
| 307 |
+
"overlap_p2p_comm": false,
|
| 308 |
+
"align_param_gather": false,
|
| 309 |
+
"sequence_parallel": true,
|
| 310 |
+
"context_parallel_size": 1,
|
| 311 |
+
"tp_comm_overlap": false,
|
| 312 |
+
"overlap_grad_reduce": false,
|
| 313 |
+
"overlap_param_gather": false,
|
| 314 |
+
"overlap_param_gather_with_optimizer_step": false,
|
| 315 |
+
"align_grad_reduce": true,
|
| 316 |
+
"virtual_pipeline_model_parallel_size": null,
|
| 317 |
+
"microbatch_group_size_per_vp_stage": null,
|
| 318 |
+
"pipeline_model_parallel_layout": null,
|
| 319 |
+
"expert_model_parallel_size": 4,
|
| 320 |
+
"expert_tensor_parallel_size": 1,
|
| 321 |
+
"report_to": [
|
| 322 |
+
"tensorboard"
|
| 323 |
+
],
|
| 324 |
+
"logging_steps": 5,
|
| 325 |
+
"tensorboard_dir": "/mnt/data/share-oss/user/shaomingchen/ckpt/long-audio/time-aware/exp12/v1-20260309-155539/runs",
|
| 326 |
+
"tensorboard_queue_size": 50,
|
| 327 |
+
"wandb_project": "megatron-swift",
|
| 328 |
+
"wandb_exp_name": null,
|
| 329 |
+
"swanlab_project": "megatron-swift",
|
| 330 |
+
"swanlab_exp_name": null,
|
| 331 |
+
"eval_iters": -1,
|
| 332 |
+
"eval_steps": 800,
|
| 333 |
+
"fp8_format": null,
|
| 334 |
+
"fp8_recipe": "delayed",
|
| 335 |
+
"fp8_amax_history_len": 1024,
|
| 336 |
+
"fp8_amax_compute_algo": "max",
|
| 337 |
+
"fp8_param_gather": false,
|
| 338 |
+
"fp16": false,
|
| 339 |
+
"bf16": true,
|
| 340 |
+
"apply_query_key_layer_scaling": false,
|
| 341 |
+
"attention_softmax_in_fp32": true,
|
| 342 |
+
"accumulate_allreduce_grads_in_fp32": true,
|
| 343 |
+
"moe_router_load_balancing_type": null,
|
| 344 |
+
"moe_router_dtype": "fp32",
|
| 345 |
+
"moe_token_dispatcher_type": null,
|
| 346 |
+
"moe_enable_deepep": false,
|
| 347 |
+
"moe_grouped_gemm": true,
|
| 348 |
+
"moe_permute_fusion": true,
|
| 349 |
+
"moe_aux_loss_coeff": 0.001,
|
| 350 |
+
"moe_z_loss_coeff": null,
|
| 351 |
+
"moe_shared_expert_overlap": true,
|
| 352 |
+
"moe_layer_recompute": false,
|
| 353 |
+
"moe_expert_capacity_factor": null,
|
| 354 |
+
"moe_pad_expert_input_to_capacity": false,
|
| 355 |
+
"moe_token_drop_policy": null,
|
| 356 |
+
"mtp_num_layers": null,
|
| 357 |
+
"mtp_loss_scaling_factor": 0.1,
|
| 358 |
+
"save_safetensors": true,
|
| 359 |
+
"ref_model": null,
|
| 360 |
+
"ref_adapters": [],
|
| 361 |
+
"merge_lora": true,
|
| 362 |
+
"max_shard_size": "5GB",
|
| 363 |
+
"vit_gradient_checkpointing": true,
|
| 364 |
+
"vit_lr": null,
|
| 365 |
+
"aligner_lr": null,
|
| 366 |
+
"gradient_checkpointing_kwargs": null,
|
| 367 |
+
"check_model": true,
|
| 368 |
+
"apply_wd_to_qk_layernorm": false,
|
| 369 |
+
"enable_dft_loss": false,
|
| 370 |
+
"enable_channel_loss": false,
|
| 371 |
+
"save_strategy": "steps",
|
| 372 |
+
"callbacks": [
|
| 373 |
+
"print",
|
| 374 |
+
"default_flow",
|
| 375 |
+
"tensorboard"
|
| 376 |
+
],
|
| 377 |
+
"add_version": true,
|
| 378 |
+
"create_checkpoint_symlink": false,
|
| 379 |
+
"swift_version": "4.0.0.dev0",
|
| 380 |
+
"ckpt_dir": null,
|
| 381 |
+
"rank": 0,
|
| 382 |
+
"global_world_size": 64,
|
| 383 |
+
"local_world_size": 8,
|
| 384 |
+
"model_suffix": "Qwen3-Omni-30B-A3B-Instruct",
|
| 385 |
+
"model_info": "ModelInfo(model_type='qwen3_omni_moe', model_dir='/mnt/data/share-ssd/user/shaomingchen/code/long-audio/time-aware/ft_omni/Qwen3-Omni-30B-A3B-Instruct', torch_dtype=torch.bfloat16, max_model_len=65536, quant_method=None, quant_bits=None, rope_scaling={'interleaved': True, 'mrope_section': [24, 20, 20], 'rope_type': 'default', 'type': 'default'}, is_moe_model=True, is_multimodal=True, config=None, task_type='causal_lm', num_labels=None)",
|
| 386 |
+
"model_meta": "ModelMeta(model_type='qwen3_omni_moe', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen3-Omni-30B-A3B-Instruct', hf_model_id='Qwen/Qwen3-Omni-30B-A3B-Instruct', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-Omni-30B-A3B-Thinking', hf_model_id='Qwen/Qwen3-Omni-30B-A3B-Thinking', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-Omni-30B-A3B-Captioner', hf_model_id='Qwen/Qwen3-Omni-30B-A3B-Captioner', model_path=None, ms_revision=None, hf_revision=None)], template='qwen3_omni', ignore_patterns=None, requires=None, tags=[])], loader=<class 'swift.model.models.qwen.Qwen3OmniLoader'>, template='qwen3_omni', model_arch=MultiModelKeys(arch_name='qwen3_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.proj1', 'thinker.audio_tower.proj2', 'thinker.visual.merger', 'thinker.visual.merger_list'], vision_tower=['thinker.audio_tower', 'thinker.visual'], generator=['talker', 'code2wav']), architectures=['Qwen3OmniMoeForConditionalGeneration'], additional_saved_files=[], torch_dtype=None, is_multimodal=True, is_reward=False, task_type=None, ignore_patterns=None, requires=['transformers>=4.57.dev0', 'soundfile', 'decord', 'qwen_omni_utils'], tags=[])",
|
| 387 |
+
"model_dir": "/mnt/data/share-ssd/user/shaomingchen/code/long-audio/time-aware/ft_omni/Qwen3-Omni-30B-A3B-Instruct",
|
| 388 |
+
"template_meta": "QwenTemplateMeta(template_type='qwen3_omni', prefix=[], prompt=['<|im_start|>user\\n{{QUERY}}<|im_end|>\\n<|im_start|>assistant\\n'], chat_sep=['<|im_end|>\\n'], suffix=['<|im_end|>\\n'], template_cls=<class 'swift.template.templates.qwen.Qwen3OmniTemplate'>, system_prefix=['<|im_start|>system\\n{{SYSTEM}}<|im_end|>\\n'], default_system=None, auto_add_bos=False, stop_words=['<|endoftext|>'], agent_template='hermes', is_thinking=False, thinking_prefix='<think>\\n', non_thinking_prefix='', history_thinking_prefix='')",
|
| 389 |
+
"_val_dataset_exists": true,
|
| 390 |
+
"hub": "<class 'swift.hub.hub.MSHub'>",
|
| 391 |
+
"seq_length": 32768,
|
| 392 |
+
"is_multimodal": true,
|
| 393 |
+
"megatron_model_meta": "MegatronModelMeta(megatron_model_type='qwen3_omni', model_types=['qwen3_omni_moe'], bridge_cls=<class 'swift.megatron.model.mm_gpts.qwen3_vl.Qwen3OmniBridge'>, visual_cls=<class 'swift.megatron.model.mm_gpts.qwen3_vl.Qwen3Omni_Vit'>, is_multimodal=True, loader=<class 'swift.megatron.model.mm_gpts.qwen3_vl.Qwen3VLLoader'>)",
|
| 394 |
+
"fp8": null,
|
| 395 |
+
"params_dtype": "bfloat16",
|
| 396 |
+
"world_size": 64,
|
| 397 |
+
"data_parallel_size": 32,
|
| 398 |
+
"num_microbatches": 2
|
| 399 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{%- if messages[0].content is string %}
|
| 5 |
+
{{- messages[0].content }}
|
| 6 |
+
{%- else %}
|
| 7 |
+
{%- for content in messages[0].content %}
|
| 8 |
+
{%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
|
| 9 |
+
{{- "<|vision_start|><|image_pad|><|vision_end|>" }}
|
| 10 |
+
{%- elif content.type == 'audio' or 'audio' in content or 'audio_url' in content %}
|
| 11 |
+
{{- "<|audio_start|><|audio_pad|><|audio_end|>" }}
|
| 12 |
+
{%- elif content.type == 'video' or 'video' in content %}
|
| 13 |
+
{{- "<|vision_start|><|video_pad|><|vision_end|>" }}
|
| 14 |
+
{%- elif content.type == 'text' %}
|
| 15 |
+
{{- content.text }}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- endfor %}
|
| 18 |
+
{%- endif %}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{{- '\n\n' }}
|
| 21 |
+
{{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
|
| 22 |
+
{%- for tool in tools %}
|
| 23 |
+
{{- "\n" }}
|
| 24 |
+
{{- tool | tojson }}
|
| 25 |
+
{%- endfor %}
|
| 26 |
+
{{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
|
| 27 |
+
{%- else %}
|
| 28 |
+
{%- if messages[0].role == 'system' %}
|
| 29 |
+
{%- if messages[0].content is string %}
|
| 30 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 31 |
+
{%- else %}
|
| 32 |
+
{%- for content in messages[0].content %}
|
| 33 |
+
{%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
|
| 34 |
+
{{- '<|im_start|>system\n' +"<|vision_start|><|image_pad|><|vision_end|>"+ '<|im_end|>\n' }}
|
| 35 |
+
{%- elif content.type == 'audio' or 'audio' in content or 'audio_url' in content %}
|
| 36 |
+
{{- '<|im_start|>system\n' +"<|audio_start|><|audio_pad|><|audio_end|>"+ '<|im_end|>\n' }}
|
| 37 |
+
{%- elif content.type == 'video' or 'video' in content %}
|
| 38 |
+
{{- '<|im_start|>system\n' +"<|vision_start|><|video_pad|><|vision_end|>"+ '<|im_end|>\n' }}
|
| 39 |
+
{%- elif content.type == 'text' %}
|
| 40 |
+
{{- '<|im_start|>system\n' +content.text+ '<|im_end|>\n' }}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endfor %}
|
| 43 |
+
{%- endif %}
|
| 44 |
+
{%- endif %}
|
| 45 |
+
{%- endif %}
|
| 46 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 47 |
+
{%- for message in messages[::-1] %}
|
| 48 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 49 |
+
{%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
|
| 50 |
+
{%- set ns.multi_step_tool = false %}
|
| 51 |
+
{%- set ns.last_query_index = index %}
|
| 52 |
+
{%- endif %}
|
| 53 |
+
{%- endfor %}
|
| 54 |
+
{%- for message in messages %}
|
| 55 |
+
{%- if message.content is string %}
|
| 56 |
+
{%- set content = message.content %}
|
| 57 |
+
{%- else %}
|
| 58 |
+
{%- set content = namespace(text="") %}
|
| 59 |
+
{%- for mcontent in message.content %}
|
| 60 |
+
{%- if mcontent.type == 'image' or 'image' in mcontent or 'image_url' in mcontent %}
|
| 61 |
+
{%- set content.text = content.text~"<|vision_start|><|image_pad|><|vision_end|>" %}
|
| 62 |
+
{%- elif mcontent.type == 'audio' or 'audio' in mcontent or 'audio_url' in mcontent %}
|
| 63 |
+
{%- set content.text = content.text~"<|audio_start|><|audio_pad|><|audio_end|>" %}
|
| 64 |
+
{%- elif mcontent.type == 'video' or 'video' in mcontent %}
|
| 65 |
+
{%- set content.text = content.text~"<|vision_start|><|video_pad|><|vision_end|>" %}
|
| 66 |
+
{%- elif mcontent.type == 'text' %}
|
| 67 |
+
{%- set content.text = content.text~mcontent.text %}
|
| 68 |
+
{%- endif %}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- set content = content.text %}
|
| 71 |
+
{%- endif %}
|
| 72 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 73 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 74 |
+
{%- elif message.role == "assistant" %}
|
| 75 |
+
{%- set reasoning_content = "" %}
|
| 76 |
+
{%- if message.reasoning_content is string %}
|
| 77 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 78 |
+
{%- else %}
|
| 79 |
+
{%- if '</think>' in content %}
|
| 80 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 81 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endif %}
|
| 84 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 85 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 86 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip("\n") + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 87 |
+
{%- else %}
|
| 88 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 89 |
+
{%- endif %}
|
| 90 |
+
{%- else %}
|
| 91 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 92 |
+
{%- endif %}
|
| 93 |
+
{%- if message.tool_calls %}
|
| 94 |
+
{%- for tool_call in message.tool_calls %}
|
| 95 |
+
{%- if (loop.first and content) or (not loop.first) %}{{- '\n' }}{%- endif %}
|
| 96 |
+
{%- if tool_call.function %}
|
| 97 |
+
{%- set tool_call = tool_call.function %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 100 |
+
{{- tool_call.name }}
|
| 101 |
+
{{- '", "arguments": ' }}
|
| 102 |
+
{%- if tool_call.arguments is string %}
|
| 103 |
+
{{- tool_call.arguments }}
|
| 104 |
+
{%- else %}
|
| 105 |
+
{{- tool_call.arguments | tojson }}
|
| 106 |
+
{%- endif %}
|
| 107 |
+
{{- '}\n</tool_call>' }}
|
| 108 |
+
{%- endfor %}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{{- '<|im_end|>\n' }}
|
| 111 |
+
{%- elif message.role == "tool" %}
|
| 112 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}{{- '<|im_start|>user' }}{%- endif %}
|
| 113 |
+
{{- '\n<tool_response>\n' }}
|
| 114 |
+
{{- content }}
|
| 115 |
+
{{- '\n</tool_response>' }}
|
| 116 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}{{- '<|im_end|>\n' }}{%- endif %}
|
| 117 |
+
{%- endif %}
|
| 118 |
+
{%- endfor %}
|
| 119 |
+
{%- if add_generation_prompt %}
|
| 120 |
+
{{- '<|im_start|>assistant\n' }}
|
| 121 |
+
{%- if enable_thinking is defined and enable_thinking is false %}{{- '<think>\n\n</think>\n\n' }}{%- endif %}
|
| 122 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,552 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Qwen3OmniMoeForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"assistant_token_id": 77091,
|
| 6 |
+
"code2wav_config": {
|
| 7 |
+
"attention_bias": false,
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"codebook_dim": 512,
|
| 10 |
+
"codebook_size": 2048,
|
| 11 |
+
"decoder_dim": 1536,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 1024,
|
| 14 |
+
"intermediate_size": 3072,
|
| 15 |
+
"layer_scale_initial_scale": 0.01,
|
| 16 |
+
"max_position_embeddings": 8000,
|
| 17 |
+
"model_type": "",
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 8,
|
| 20 |
+
"num_key_value_heads": 16,
|
| 21 |
+
"num_quantizers": 16,
|
| 22 |
+
"num_semantic_quantizers": 1,
|
| 23 |
+
"rms_norm_eps": 1e-05,
|
| 24 |
+
"rope_theta": 10000,
|
| 25 |
+
"semantic_codebook_size": 4096,
|
| 26 |
+
"sliding_window": 72,
|
| 27 |
+
"upsample_rates": [
|
| 28 |
+
8,
|
| 29 |
+
5,
|
| 30 |
+
4,
|
| 31 |
+
3
|
| 32 |
+
],
|
| 33 |
+
"upsampling_ratios": [
|
| 34 |
+
2,
|
| 35 |
+
2
|
| 36 |
+
],
|
| 37 |
+
"vector_quantization_hidden_dimension": 512
|
| 38 |
+
},
|
| 39 |
+
"dtype": "bfloat16",
|
| 40 |
+
"enable_audio_output": true,
|
| 41 |
+
"hidden_size": 1024,
|
| 42 |
+
"im_end_token_id": 151645,
|
| 43 |
+
"im_start_token_id": 151644,
|
| 44 |
+
"keys_to_ignore_at_inference": [
|
| 45 |
+
"past_key_values"
|
| 46 |
+
],
|
| 47 |
+
"model_type": "qwen3_omni_moe",
|
| 48 |
+
"system_token_id": 8948,
|
| 49 |
+
"talker_config": {
|
| 50 |
+
"accept_hidden_layer": 24,
|
| 51 |
+
"audio_end_token_id": 151670,
|
| 52 |
+
"audio_start_token_id": 151669,
|
| 53 |
+
"audio_token_id": 151675,
|
| 54 |
+
"code_predictor_config": {
|
| 55 |
+
"_name_or_path": "",
|
| 56 |
+
"add_cross_attention": false,
|
| 57 |
+
"architectures": null,
|
| 58 |
+
"attention_bias": false,
|
| 59 |
+
"attention_dropout": 0,
|
| 60 |
+
"bad_words_ids": null,
|
| 61 |
+
"begin_suppress_tokens": null,
|
| 62 |
+
"bos_token_id": null,
|
| 63 |
+
"chunk_size_feed_forward": 0,
|
| 64 |
+
"cross_attention_hidden_size": null,
|
| 65 |
+
"decoder_start_token_id": null,
|
| 66 |
+
"diversity_penalty": 0.0,
|
| 67 |
+
"do_sample": false,
|
| 68 |
+
"dtype": null,
|
| 69 |
+
"early_stopping": false,
|
| 70 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 71 |
+
"eos_token_id": null,
|
| 72 |
+
"exponential_decay_length_penalty": null,
|
| 73 |
+
"finetuning_task": null,
|
| 74 |
+
"forced_bos_token_id": null,
|
| 75 |
+
"forced_eos_token_id": null,
|
| 76 |
+
"head_dim": 128,
|
| 77 |
+
"hidden_act": "silu",
|
| 78 |
+
"hidden_size": 1024,
|
| 79 |
+
"id2label": {
|
| 80 |
+
"0": "LABEL_0",
|
| 81 |
+
"1": "LABEL_1"
|
| 82 |
+
},
|
| 83 |
+
"initializer_range": 0.02,
|
| 84 |
+
"intermediate_size": 3072,
|
| 85 |
+
"is_decoder": false,
|
| 86 |
+
"is_encoder_decoder": false,
|
| 87 |
+
"label2id": {
|
| 88 |
+
"LABEL_0": 0,
|
| 89 |
+
"LABEL_1": 1
|
| 90 |
+
},
|
| 91 |
+
"layer_types": [
|
| 92 |
+
"full_attention",
|
| 93 |
+
"full_attention",
|
| 94 |
+
"full_attention",
|
| 95 |
+
"full_attention",
|
| 96 |
+
"full_attention"
|
| 97 |
+
],
|
| 98 |
+
"length_penalty": 1.0,
|
| 99 |
+
"max_length": 20,
|
| 100 |
+
"max_position_embeddings": 32768,
|
| 101 |
+
"max_window_layers": 28,
|
| 102 |
+
"min_length": 0,
|
| 103 |
+
"model_type": "qwen3_omni_moe_talker_code_predictor",
|
| 104 |
+
"no_repeat_ngram_size": 0,
|
| 105 |
+
"num_attention_heads": 16,
|
| 106 |
+
"num_beam_groups": 1,
|
| 107 |
+
"num_beams": 1,
|
| 108 |
+
"num_code_groups": 16,
|
| 109 |
+
"num_hidden_layers": 5,
|
| 110 |
+
"num_key_value_heads": 8,
|
| 111 |
+
"num_return_sequences": 1,
|
| 112 |
+
"output_attentions": false,
|
| 113 |
+
"output_hidden_states": false,
|
| 114 |
+
"output_scores": false,
|
| 115 |
+
"pad_token_id": null,
|
| 116 |
+
"prefix": null,
|
| 117 |
+
"problem_type": null,
|
| 118 |
+
"pruned_heads": {},
|
| 119 |
+
"remove_invalid_values": false,
|
| 120 |
+
"repetition_penalty": 1.0,
|
| 121 |
+
"return_dict": true,
|
| 122 |
+
"return_dict_in_generate": false,
|
| 123 |
+
"rms_norm_eps": 1e-06,
|
| 124 |
+
"rope_scaling": null,
|
| 125 |
+
"rope_theta": 1000000,
|
| 126 |
+
"sep_token_id": null,
|
| 127 |
+
"sliding_window": null,
|
| 128 |
+
"suppress_tokens": null,
|
| 129 |
+
"task_specific_params": null,
|
| 130 |
+
"temperature": 1.0,
|
| 131 |
+
"tf_legacy_loss": false,
|
| 132 |
+
"tie_encoder_decoder": false,
|
| 133 |
+
"tie_word_embeddings": false,
|
| 134 |
+
"tokenizer_class": null,
|
| 135 |
+
"top_k": 50,
|
| 136 |
+
"top_p": 1.0,
|
| 137 |
+
"torchscript": false,
|
| 138 |
+
"typical_p": 1.0,
|
| 139 |
+
"use_bfloat16": false,
|
| 140 |
+
"use_cache": true,
|
| 141 |
+
"use_sliding_window": false,
|
| 142 |
+
"vocab_size": 2048
|
| 143 |
+
},
|
| 144 |
+
"codec_bos_id": 2149,
|
| 145 |
+
"codec_eos_token_id": 2150,
|
| 146 |
+
"codec_nothink_id": 2155,
|
| 147 |
+
"codec_pad_id": 2148,
|
| 148 |
+
"codec_think_bos_id": 2156,
|
| 149 |
+
"codec_think_eos_id": 2157,
|
| 150 |
+
"image_token_id": 151655,
|
| 151 |
+
"model_type": "",
|
| 152 |
+
"num_code_groups": 16,
|
| 153 |
+
"output_router_logits": false,
|
| 154 |
+
"position_id_per_seconds": 13,
|
| 155 |
+
"seconds_per_chunk": 2,
|
| 156 |
+
"spatial_merge_size": 2,
|
| 157 |
+
"speaker_id": {
|
| 158 |
+
"aiden": 2303,
|
| 159 |
+
"chelsie": 2301,
|
| 160 |
+
"ethan": 2302
|
| 161 |
+
},
|
| 162 |
+
"text_config": {
|
| 163 |
+
"_name_or_path": "",
|
| 164 |
+
"add_cross_attention": false,
|
| 165 |
+
"architectures": null,
|
| 166 |
+
"attention_bias": false,
|
| 167 |
+
"attention_dropout": 0,
|
| 168 |
+
"bad_words_ids": null,
|
| 169 |
+
"begin_suppress_tokens": null,
|
| 170 |
+
"bos_token_id": null,
|
| 171 |
+
"chunk_size_feed_forward": 0,
|
| 172 |
+
"cross_attention_hidden_size": null,
|
| 173 |
+
"decoder_sparse_step": 1,
|
| 174 |
+
"decoder_start_token_id": null,
|
| 175 |
+
"diversity_penalty": 0.0,
|
| 176 |
+
"do_sample": false,
|
| 177 |
+
"dtype": "bfloat16",
|
| 178 |
+
"early_stopping": false,
|
| 179 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 180 |
+
"eos_token_id": null,
|
| 181 |
+
"exponential_decay_length_penalty": null,
|
| 182 |
+
"finetuning_task": null,
|
| 183 |
+
"forced_bos_token_id": null,
|
| 184 |
+
"forced_eos_token_id": null,
|
| 185 |
+
"head_dim": 128,
|
| 186 |
+
"hidden_act": "silu",
|
| 187 |
+
"hidden_size": 1024,
|
| 188 |
+
"id2label": {
|
| 189 |
+
"0": "LABEL_0",
|
| 190 |
+
"1": "LABEL_1"
|
| 191 |
+
},
|
| 192 |
+
"initializer_range": 0.02,
|
| 193 |
+
"intermediate_size": 2048,
|
| 194 |
+
"is_decoder": false,
|
| 195 |
+
"is_encoder_decoder": false,
|
| 196 |
+
"label2id": {
|
| 197 |
+
"LABEL_0": 0,
|
| 198 |
+
"LABEL_1": 1
|
| 199 |
+
},
|
| 200 |
+
"length_penalty": 1.0,
|
| 201 |
+
"max_length": 20,
|
| 202 |
+
"max_position_embeddings": 65536,
|
| 203 |
+
"min_length": 0,
|
| 204 |
+
"mlp_only_layers": [],
|
| 205 |
+
"model_type": "qwen3_omni_moe_talker_text",
|
| 206 |
+
"moe_intermediate_size": 384,
|
| 207 |
+
"no_repeat_ngram_size": 0,
|
| 208 |
+
"norm_topk_prob": true,
|
| 209 |
+
"num_attention_heads": 16,
|
| 210 |
+
"num_beam_groups": 1,
|
| 211 |
+
"num_beams": 1,
|
| 212 |
+
"num_experts": 128,
|
| 213 |
+
"num_experts_per_tok": 6,
|
| 214 |
+
"num_hidden_layers": 20,
|
| 215 |
+
"num_key_value_heads": 2,
|
| 216 |
+
"num_return_sequences": 1,
|
| 217 |
+
"output_attentions": false,
|
| 218 |
+
"output_hidden_states": false,
|
| 219 |
+
"output_router_logits": false,
|
| 220 |
+
"output_scores": false,
|
| 221 |
+
"pad_token_id": null,
|
| 222 |
+
"prefix": null,
|
| 223 |
+
"problem_type": null,
|
| 224 |
+
"pruned_heads": {},
|
| 225 |
+
"remove_invalid_values": false,
|
| 226 |
+
"repetition_penalty": 1.0,
|
| 227 |
+
"return_dict": true,
|
| 228 |
+
"return_dict_in_generate": false,
|
| 229 |
+
"rms_norm_eps": 1e-06,
|
| 230 |
+
"rope_scaling": {
|
| 231 |
+
"interleaved": true,
|
| 232 |
+
"mrope_section": [
|
| 233 |
+
24,
|
| 234 |
+
20,
|
| 235 |
+
20
|
| 236 |
+
],
|
| 237 |
+
"rope_type": "default",
|
| 238 |
+
"type": "default"
|
| 239 |
+
},
|
| 240 |
+
"rope_theta": 1000000,
|
| 241 |
+
"router_aux_loss_coef": 0.001,
|
| 242 |
+
"sep_token_id": null,
|
| 243 |
+
"shared_expert_intermediate_size": 768,
|
| 244 |
+
"sliding_window": null,
|
| 245 |
+
"suppress_tokens": null,
|
| 246 |
+
"task_specific_params": null,
|
| 247 |
+
"temperature": 1.0,
|
| 248 |
+
"tf_legacy_loss": false,
|
| 249 |
+
"tie_encoder_decoder": false,
|
| 250 |
+
"tie_word_embeddings": false,
|
| 251 |
+
"tokenizer_class": null,
|
| 252 |
+
"top_k": 50,
|
| 253 |
+
"top_p": 1.0,
|
| 254 |
+
"torchscript": false,
|
| 255 |
+
"typical_p": 1.0,
|
| 256 |
+
"use_bfloat16": false,
|
| 257 |
+
"use_cache": true,
|
| 258 |
+
"use_sliding_window": false,
|
| 259 |
+
"vocab_size": 3072
|
| 260 |
+
},
|
| 261 |
+
"thinker_hidden_size": 2048,
|
| 262 |
+
"video_token_id": 151656,
|
| 263 |
+
"vision_start_token_id": 151652
|
| 264 |
+
},
|
| 265 |
+
"thinker_config": {
|
| 266 |
+
"audio_config": {
|
| 267 |
+
"_name_or_path": "",
|
| 268 |
+
"activation_dropout": 0,
|
| 269 |
+
"activation_function": "gelu",
|
| 270 |
+
"add_cross_attention": false,
|
| 271 |
+
"architectures": null,
|
| 272 |
+
"attention_dropout": 0,
|
| 273 |
+
"bad_words_ids": null,
|
| 274 |
+
"begin_suppress_tokens": null,
|
| 275 |
+
"bos_token_id": null,
|
| 276 |
+
"chunk_size_feed_forward": 0,
|
| 277 |
+
"conv_chunksize": 500,
|
| 278 |
+
"cross_attention_hidden_size": null,
|
| 279 |
+
"d_model": 1280,
|
| 280 |
+
"decoder_start_token_id": null,
|
| 281 |
+
"diversity_penalty": 0.0,
|
| 282 |
+
"do_sample": false,
|
| 283 |
+
"downsample_hidden_size": 480,
|
| 284 |
+
"dropout": 0,
|
| 285 |
+
"dtype": "bfloat16",
|
| 286 |
+
"early_stopping": false,
|
| 287 |
+
"encoder_attention_heads": 20,
|
| 288 |
+
"encoder_ffn_dim": 5120,
|
| 289 |
+
"encoder_layers": 32,
|
| 290 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 291 |
+
"eos_token_id": null,
|
| 292 |
+
"exponential_decay_length_penalty": null,
|
| 293 |
+
"finetuning_task": null,
|
| 294 |
+
"forced_bos_token_id": null,
|
| 295 |
+
"forced_eos_token_id": null,
|
| 296 |
+
"id2label": {
|
| 297 |
+
"0": "LABEL_0",
|
| 298 |
+
"1": "LABEL_1"
|
| 299 |
+
},
|
| 300 |
+
"initializer_range": 0.02,
|
| 301 |
+
"is_decoder": false,
|
| 302 |
+
"is_encoder_decoder": false,
|
| 303 |
+
"label2id": {
|
| 304 |
+
"LABEL_0": 0,
|
| 305 |
+
"LABEL_1": 1
|
| 306 |
+
},
|
| 307 |
+
"length_penalty": 1.0,
|
| 308 |
+
"max_length": 20,
|
| 309 |
+
"max_source_positions": 1500,
|
| 310 |
+
"min_length": 0,
|
| 311 |
+
"model_type": "qwen3_omni_moe_audio_encoder",
|
| 312 |
+
"n_window": 50,
|
| 313 |
+
"n_window_infer": 800,
|
| 314 |
+
"no_repeat_ngram_size": 0,
|
| 315 |
+
"num_beam_groups": 1,
|
| 316 |
+
"num_beams": 1,
|
| 317 |
+
"num_hidden_layers": 32,
|
| 318 |
+
"num_mel_bins": 128,
|
| 319 |
+
"num_return_sequences": 1,
|
| 320 |
+
"output_attentions": false,
|
| 321 |
+
"output_dim": 2048,
|
| 322 |
+
"output_hidden_states": false,
|
| 323 |
+
"output_scores": false,
|
| 324 |
+
"pad_token_id": null,
|
| 325 |
+
"prefix": null,
|
| 326 |
+
"problem_type": null,
|
| 327 |
+
"pruned_heads": {},
|
| 328 |
+
"remove_invalid_values": false,
|
| 329 |
+
"repetition_penalty": 1.0,
|
| 330 |
+
"return_dict": true,
|
| 331 |
+
"return_dict_in_generate": false,
|
| 332 |
+
"scale_embedding": false,
|
| 333 |
+
"sep_token_id": null,
|
| 334 |
+
"suppress_tokens": null,
|
| 335 |
+
"task_specific_params": null,
|
| 336 |
+
"temperature": 1.0,
|
| 337 |
+
"tf_legacy_loss": false,
|
| 338 |
+
"tie_encoder_decoder": false,
|
| 339 |
+
"tie_word_embeddings": true,
|
| 340 |
+
"tokenizer_class": null,
|
| 341 |
+
"top_k": 50,
|
| 342 |
+
"top_p": 1.0,
|
| 343 |
+
"torchscript": false,
|
| 344 |
+
"typical_p": 1.0,
|
| 345 |
+
"use_bfloat16": false
|
| 346 |
+
},
|
| 347 |
+
"audio_end_token_id": 151670,
|
| 348 |
+
"audio_start_token_id": 151669,
|
| 349 |
+
"audio_token_id": 151675,
|
| 350 |
+
"dtype": "bfloat16",
|
| 351 |
+
"image_token_id": 151655,
|
| 352 |
+
"initializer_range": 0.02,
|
| 353 |
+
"model_type": "qwen3_omni_moe_thinker",
|
| 354 |
+
"position_id_per_seconds": 13,
|
| 355 |
+
"seconds_per_chunk": 2,
|
| 356 |
+
"text_config": {
|
| 357 |
+
"_name_or_path": "",
|
| 358 |
+
"add_cross_attention": false,
|
| 359 |
+
"architectures": null,
|
| 360 |
+
"attention_bias": false,
|
| 361 |
+
"attention_dropout": 0.0,
|
| 362 |
+
"bad_words_ids": null,
|
| 363 |
+
"begin_suppress_tokens": null,
|
| 364 |
+
"bos_token_id": null,
|
| 365 |
+
"chunk_size_feed_forward": 0,
|
| 366 |
+
"cross_attention_hidden_size": null,
|
| 367 |
+
"decoder_sparse_step": 1,
|
| 368 |
+
"decoder_start_token_id": null,
|
| 369 |
+
"diversity_penalty": 0.0,
|
| 370 |
+
"do_sample": false,
|
| 371 |
+
"dtype": "bfloat16",
|
| 372 |
+
"early_stopping": false,
|
| 373 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 374 |
+
"eos_token_id": null,
|
| 375 |
+
"exponential_decay_length_penalty": null,
|
| 376 |
+
"finetuning_task": null,
|
| 377 |
+
"forced_bos_token_id": null,
|
| 378 |
+
"forced_eos_token_id": null,
|
| 379 |
+
"head_dim": 128,
|
| 380 |
+
"hidden_act": "silu",
|
| 381 |
+
"hidden_size": 2048,
|
| 382 |
+
"id2label": {
|
| 383 |
+
"0": "LABEL_0",
|
| 384 |
+
"1": "LABEL_1"
|
| 385 |
+
},
|
| 386 |
+
"initializer_range": 0.02,
|
| 387 |
+
"intermediate_size": 768,
|
| 388 |
+
"is_decoder": false,
|
| 389 |
+
"is_encoder_decoder": false,
|
| 390 |
+
"label2id": {
|
| 391 |
+
"LABEL_0": 0,
|
| 392 |
+
"LABEL_1": 1
|
| 393 |
+
},
|
| 394 |
+
"length_penalty": 1.0,
|
| 395 |
+
"max_length": 20,
|
| 396 |
+
"max_position_embeddings": 65536,
|
| 397 |
+
"min_length": 0,
|
| 398 |
+
"mlp_only_layers": [],
|
| 399 |
+
"model_type": "qwen3_omni_moe_text",
|
| 400 |
+
"moe_intermediate_size": 768,
|
| 401 |
+
"no_repeat_ngram_size": 0,
|
| 402 |
+
"norm_topk_prob": true,
|
| 403 |
+
"num_attention_heads": 32,
|
| 404 |
+
"num_beam_groups": 1,
|
| 405 |
+
"num_beams": 1,
|
| 406 |
+
"num_experts": 128,
|
| 407 |
+
"num_experts_per_tok": 8,
|
| 408 |
+
"num_hidden_layers": 48,
|
| 409 |
+
"num_key_value_heads": 4,
|
| 410 |
+
"num_return_sequences": 1,
|
| 411 |
+
"output_attentions": false,
|
| 412 |
+
"output_hidden_states": false,
|
| 413 |
+
"output_router_logits": false,
|
| 414 |
+
"output_scores": false,
|
| 415 |
+
"pad_token_id": null,
|
| 416 |
+
"prefix": null,
|
| 417 |
+
"problem_type": null,
|
| 418 |
+
"pruned_heads": {},
|
| 419 |
+
"remove_invalid_values": false,
|
| 420 |
+
"repetition_penalty": 1.0,
|
| 421 |
+
"return_dict": true,
|
| 422 |
+
"return_dict_in_generate": false,
|
| 423 |
+
"rms_norm_eps": 1e-06,
|
| 424 |
+
"rope_scaling": {
|
| 425 |
+
"interleaved": true,
|
| 426 |
+
"mrope_interleaved": true,
|
| 427 |
+
"mrope_section": [
|
| 428 |
+
24,
|
| 429 |
+
20,
|
| 430 |
+
20
|
| 431 |
+
],
|
| 432 |
+
"rope_type": "default",
|
| 433 |
+
"type": "default"
|
| 434 |
+
},
|
| 435 |
+
"rope_theta": 1000000,
|
| 436 |
+
"router_aux_loss_coef": 0.001,
|
| 437 |
+
"sep_token_id": null,
|
| 438 |
+
"shared_expert_intermediate_size": 0,
|
| 439 |
+
"sliding_window": null,
|
| 440 |
+
"suppress_tokens": null,
|
| 441 |
+
"task_specific_params": null,
|
| 442 |
+
"temperature": 1.0,
|
| 443 |
+
"tf_legacy_loss": false,
|
| 444 |
+
"tie_encoder_decoder": false,
|
| 445 |
+
"tie_word_embeddings": false,
|
| 446 |
+
"tokenizer_class": null,
|
| 447 |
+
"top_k": 50,
|
| 448 |
+
"top_p": 1.0,
|
| 449 |
+
"torchscript": false,
|
| 450 |
+
"typical_p": 1.0,
|
| 451 |
+
"use_bfloat16": false,
|
| 452 |
+
"use_cache": true,
|
| 453 |
+
"use_qk_norm": true,
|
| 454 |
+
"use_sliding_window": false,
|
| 455 |
+
"vocab_size": 152064
|
| 456 |
+
},
|
| 457 |
+
"user_token_id": 872,
|
| 458 |
+
"video_token_id": 151656,
|
| 459 |
+
"vision_config": {
|
| 460 |
+
"_name_or_path": "",
|
| 461 |
+
"add_cross_attention": false,
|
| 462 |
+
"apply_vit_abs_pos_embed": true,
|
| 463 |
+
"architectures": null,
|
| 464 |
+
"bad_words_ids": null,
|
| 465 |
+
"begin_suppress_tokens": null,
|
| 466 |
+
"bos_token_id": null,
|
| 467 |
+
"chunk_size_feed_forward": 0,
|
| 468 |
+
"cross_attention_hidden_size": null,
|
| 469 |
+
"decoder_start_token_id": null,
|
| 470 |
+
"deepstack_visual_indexes": [
|
| 471 |
+
8,
|
| 472 |
+
16,
|
| 473 |
+
24
|
| 474 |
+
],
|
| 475 |
+
"depth": 27,
|
| 476 |
+
"diversity_penalty": 0.0,
|
| 477 |
+
"do_sample": false,
|
| 478 |
+
"dtype": "bfloat16",
|
| 479 |
+
"early_stopping": false,
|
| 480 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 481 |
+
"eos_token_id": null,
|
| 482 |
+
"exponential_decay_length_penalty": null,
|
| 483 |
+
"finetuning_task": null,
|
| 484 |
+
"forced_bos_token_id": null,
|
| 485 |
+
"forced_eos_token_id": null,
|
| 486 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 487 |
+
"hidden_size": 1152,
|
| 488 |
+
"id2label": {
|
| 489 |
+
"0": "LABEL_0",
|
| 490 |
+
"1": "LABEL_1"
|
| 491 |
+
},
|
| 492 |
+
"image_size": 768,
|
| 493 |
+
"in_channels": 3,
|
| 494 |
+
"in_chans": 3,
|
| 495 |
+
"initializer_range": 0.02,
|
| 496 |
+
"intermediate_size": 4304,
|
| 497 |
+
"is_decoder": false,
|
| 498 |
+
"is_encoder_decoder": false,
|
| 499 |
+
"label2id": {
|
| 500 |
+
"LABEL_0": 0,
|
| 501 |
+
"LABEL_1": 1
|
| 502 |
+
},
|
| 503 |
+
"length_penalty": 1.0,
|
| 504 |
+
"max_length": 20,
|
| 505 |
+
"min_length": 0,
|
| 506 |
+
"model_type": "qwen3_omni_moe_vision_encoder",
|
| 507 |
+
"no_repeat_ngram_size": 0,
|
| 508 |
+
"num_beam_groups": 1,
|
| 509 |
+
"num_beams": 1,
|
| 510 |
+
"num_heads": 16,
|
| 511 |
+
"num_position_embeddings": 2304,
|
| 512 |
+
"num_return_sequences": 1,
|
| 513 |
+
"out_hidden_size": 2048,
|
| 514 |
+
"output_attentions": false,
|
| 515 |
+
"output_hidden_states": false,
|
| 516 |
+
"output_scores": false,
|
| 517 |
+
"pad_token_id": null,
|
| 518 |
+
"patch_size": 16,
|
| 519 |
+
"prefix": null,
|
| 520 |
+
"problem_type": null,
|
| 521 |
+
"pruned_heads": {},
|
| 522 |
+
"remove_invalid_values": false,
|
| 523 |
+
"repetition_penalty": 1.0,
|
| 524 |
+
"return_dict": true,
|
| 525 |
+
"return_dict_in_generate": false,
|
| 526 |
+
"sep_token_id": null,
|
| 527 |
+
"spatial_merge_size": 2,
|
| 528 |
+
"spatial_patch_size": 16,
|
| 529 |
+
"suppress_tokens": null,
|
| 530 |
+
"task_specific_params": null,
|
| 531 |
+
"temperature": 1.0,
|
| 532 |
+
"temporal_patch_size": 2,
|
| 533 |
+
"tf_legacy_loss": false,
|
| 534 |
+
"tie_encoder_decoder": false,
|
| 535 |
+
"tie_word_embeddings": true,
|
| 536 |
+
"tokenizer_class": null,
|
| 537 |
+
"tokens_per_second": 2,
|
| 538 |
+
"top_k": 50,
|
| 539 |
+
"top_p": 1.0,
|
| 540 |
+
"torchscript": false,
|
| 541 |
+
"typical_p": 1.0,
|
| 542 |
+
"use_bfloat16": false
|
| 543 |
+
},
|
| 544 |
+
"vision_end_token_id": 151653,
|
| 545 |
+
"vision_start_token_id": 151652
|
| 546 |
+
},
|
| 547 |
+
"transformers_version": "4.57.6",
|
| 548 |
+
"tts_bos_token_id": 151672,
|
| 549 |
+
"tts_eos_token_id": 151673,
|
| 550 |
+
"tts_pad_token_id": 151671,
|
| 551 |
+
"user_token_id": 872
|
| 552 |
+
}
|
iter_0003200/.metadata
ADDED
|
Binary file (468 Bytes). View file
|
|
|
iter_0003200/common.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df1d0b8cd550f46d68fbf3414071ed06fd1cd951b626daa70abf35e01766db46
|
| 3 |
+
size 16039
|
iter_0003200/metadata.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"sharded_backend": "torch_dist", "sharded_backend_version": 1, "common_backend": "torch", "common_backend_version": 1}
|
latest_checkpointed_iteration.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
3200
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e607798d2c21d58d1d968d5e920de2bc997b7dfe7558a09733dc650ceae11ab
|
| 3 |
+
size 4999746336
|
model-00002-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:829fbbf28f51793ede999630d76ef2d60edf8bb1716b587b23bc5d50ef4040b0
|
| 3 |
+
size 4995907928
|
model-00003-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5daf9778761134170be4cde1c1ee2e955d980aadc519f42194ad65cab9f00a07
|
| 3 |
+
size 4998681018
|
model-00004-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:133ec1d0743675a22f2d437cd368bc1ee886b9f53feb4d5c1924d1c01b8e3520
|
| 3 |
+
size 4997754200
|
model-00005-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dad1ea5c68c5cbcc8648b408a8d63749f17257014ab0cd64397964b8649a592d
|
| 3 |
+
size 4997754968
|
model-00006-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf66afa0b43f288ed7b050e6b68315a118bd6f56a8c4512e25e4fc79095ba81d
|
| 3 |
+
size 4997755776
|
model-00007-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03bf839882c8f278842498168af306cb1aa6e22aa97913fcd81fdb40def15482
|
| 3 |
+
size 4997755776
|
model-00008-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3dc7c667fb370bb6f2fe173c5c9c6e845b487bb8fd97b3363a6f53045ef672d
|
| 3 |
+
size 4997755776
|
model-00009-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd06333c354fc81eba29a8bb0eb82b0d23a7bc672b78de887736e1309cecdeb
|
| 3 |
+
size 4991468272
|
model-00010-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7af4d7bf56c182ff28ed5524894c472b593d95ad9b1076d3733bd4d5d0793d9e
|
| 3 |
+
size 4985172320
|
model-00011-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a45560d21dbc2aace7047adfc30613b4fe2ad9f3d5e3ea4c2c9df4a58e0dd970
|
| 3 |
+
size 4985172320
|
model-00012-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee7b239f98d116ff502625a302d5ffd2831aa4e0ace302899cfcca5c83d92ebf
|
| 3 |
+
size 4985172320
|
model-00013-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:978858df53731101983fe50e3a680ce5290deb33eb38b293ba3926bf6e033dcd
|
| 3 |
+
size 4985172320
|
model-00014-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0809717adfbb454dd09cfc2b2aa42b8aab10346f5cb236bf45a7f79732b4a9af
|
| 3 |
+
size 4985172320
|
model-00015-of-00015.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b188de7181f90642817ecad720866be606f14def3bf4c7051e0d2c162f9d8235
|
| 3 |
+
size 622858440
|
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 |
+
"dither": 0.0,
|
| 3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 4 |
+
"feature_size": 128,
|
| 5 |
+
"hop_length": 160,
|
| 6 |
+
"chunk_length": 1800,
|
| 7 |
+
"image_mean": [
|
| 8 |
+
0.5,
|
| 9 |
+
0.5,
|
| 10 |
+
0.5
|
| 11 |
+
],
|
| 12 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
| 13 |
+
"image_std": [
|
| 14 |
+
0.5,
|
| 15 |
+
0.5,
|
| 16 |
+
0.5
|
| 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": 16,
|
| 27 |
+
"processor_class": "Qwen3OmniMoeProcessor",
|
| 28 |
+
"return_attention_mask": true,
|
| 29 |
+
"sampling_rate": 16000,
|
| 30 |
+
"temporal_patch_size": 2
|
| 31 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>",
|
| 16 |
+
"<|audio_start|>",
|
| 17 |
+
"<|audio_end|>",
|
| 18 |
+
"<tts_pad>",
|
| 19 |
+
"<tts_text_bos>",
|
| 20 |
+
"<tts_text_bos_single>",
|
| 21 |
+
"<|audio_pad|>"
|
| 22 |
+
],
|
| 23 |
+
"audio_bos_token": "<|audio_start|>",
|
| 24 |
+
"audio_eos_token": "<|audio_end|>",
|
| 25 |
+
"audio_token": "<|audio_pad|>",
|
| 26 |
+
"eos_token": {
|
| 27 |
+
"content": "<|im_end|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": false,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
},
|
| 33 |
+
"image_token": "<|image_pad|>",
|
| 34 |
+
"pad_token": {
|
| 35 |
+
"content": "<|endoftext|>",
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"normalized": false,
|
| 38 |
+
"rstrip": false,
|
| 39 |
+
"single_word": false
|
| 40 |
+
},
|
| 41 |
+
"video_token": "<|video_pad|>",
|
| 42 |
+
"vision_bos_token": "<|vision_start|>",
|
| 43 |
+
"vision_eos_token": "<|vision_end|>"
|
| 44 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09267689b8362020b9763b65dd5be7e086b31e28d72e02837a9e781de9a91bc7
|
| 3 |
+
size 11423986
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,317 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
},
|
| 213 |
+
"151669": {
|
| 214 |
+
"content": "<|audio_start|>",
|
| 215 |
+
"lstrip": false,
|
| 216 |
+
"normalized": false,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false,
|
| 219 |
+
"special": true
|
| 220 |
+
},
|
| 221 |
+
"151670": {
|
| 222 |
+
"content": "<|audio_end|>",
|
| 223 |
+
"lstrip": false,
|
| 224 |
+
"normalized": false,
|
| 225 |
+
"rstrip": false,
|
| 226 |
+
"single_word": false,
|
| 227 |
+
"special": true
|
| 228 |
+
},
|
| 229 |
+
"151671": {
|
| 230 |
+
"content": "<tts_pad>",
|
| 231 |
+
"lstrip": false,
|
| 232 |
+
"normalized": false,
|
| 233 |
+
"rstrip": false,
|
| 234 |
+
"single_word": false,
|
| 235 |
+
"special": true
|
| 236 |
+
},
|
| 237 |
+
"151672": {
|
| 238 |
+
"content": "<tts_text_bos>",
|
| 239 |
+
"lstrip": false,
|
| 240 |
+
"normalized": false,
|
| 241 |
+
"rstrip": false,
|
| 242 |
+
"single_word": false,
|
| 243 |
+
"special": true
|
| 244 |
+
},
|
| 245 |
+
"151673": {
|
| 246 |
+
"content": "<tts_text_eod>",
|
| 247 |
+
"lstrip": false,
|
| 248 |
+
"normalized": false,
|
| 249 |
+
"rstrip": false,
|
| 250 |
+
"single_word": false,
|
| 251 |
+
"special": true
|
| 252 |
+
},
|
| 253 |
+
"151674": {
|
| 254 |
+
"content": "<tts_text_bos_single>",
|
| 255 |
+
"lstrip": false,
|
| 256 |
+
"normalized": false,
|
| 257 |
+
"rstrip": false,
|
| 258 |
+
"single_word": false,
|
| 259 |
+
"special": true
|
| 260 |
+
},
|
| 261 |
+
"151675": {
|
| 262 |
+
"content": "<|audio_pad|>",
|
| 263 |
+
"lstrip": false,
|
| 264 |
+
"normalized": false,
|
| 265 |
+
"rstrip": false,
|
| 266 |
+
"single_word": false,
|
| 267 |
+
"special": true
|
| 268 |
+
}
|
| 269 |
+
},
|
| 270 |
+
"additional_special_tokens": [
|
| 271 |
+
"<|im_start|>",
|
| 272 |
+
"<|im_end|>",
|
| 273 |
+
"<|object_ref_start|>",
|
| 274 |
+
"<|object_ref_end|>",
|
| 275 |
+
"<|box_start|>",
|
| 276 |
+
"<|box_end|>",
|
| 277 |
+
"<|quad_start|>",
|
| 278 |
+
"<|quad_end|>",
|
| 279 |
+
"<|vision_start|>",
|
| 280 |
+
"<|vision_end|>",
|
| 281 |
+
"<|vision_pad|>",
|
| 282 |
+
"<|image_pad|>",
|
| 283 |
+
"<|video_pad|>",
|
| 284 |
+
"<|audio_start|>",
|
| 285 |
+
"<|audio_end|>",
|
| 286 |
+
"<tts_pad>",
|
| 287 |
+
"<tts_text_bos>",
|
| 288 |
+
"<tts_text_bos_single>",
|
| 289 |
+
"<|audio_pad|>"
|
| 290 |
+
],
|
| 291 |
+
"audio_bos_token": "<|audio_start|>",
|
| 292 |
+
"audio_eos_token": "<|audio_end|>",
|
| 293 |
+
"audio_token": "<|audio_pad|>",
|
| 294 |
+
"bos_token": null,
|
| 295 |
+
"clean_up_tokenization_spaces": false,
|
| 296 |
+
"eos_token": "<|im_end|>",
|
| 297 |
+
"errors": "replace",
|
| 298 |
+
"extra_special_tokens": {
|
| 299 |
+
"audio_bos_token": "<|audio_start|>",
|
| 300 |
+
"audio_eos_token": "<|audio_end|>",
|
| 301 |
+
"audio_token": "<|audio_pad|>",
|
| 302 |
+
"image_token": "<|image_pad|>",
|
| 303 |
+
"video_token": "<|video_pad|>",
|
| 304 |
+
"vision_bos_token": "<|vision_start|>",
|
| 305 |
+
"vision_eos_token": "<|vision_end|>"
|
| 306 |
+
},
|
| 307 |
+
"image_token": "<|image_pad|>",
|
| 308 |
+
"model_max_length": 131072,
|
| 309 |
+
"pad_token": "<|endoftext|>",
|
| 310 |
+
"processor_class": "Qwen3OmniMoeProcessor",
|
| 311 |
+
"split_special_tokens": false,
|
| 312 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 313 |
+
"unk_token": null,
|
| 314 |
+
"video_token": "<|video_pad|>",
|
| 315 |
+
"vision_bos_token": "<|vision_start|>",
|
| 316 |
+
"vision_eos_token": "<|vision_end|>"
|
| 317 |
+
}
|
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_length": 1800,
|
| 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_rescale": true,
|
| 12 |
+
"do_resize": true,
|
| 13 |
+
"do_sample_frames": false,
|
| 14 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 15 |
+
"feature_size": 128,
|
| 16 |
+
"fps": null,
|
| 17 |
+
"hop_length": 160,
|
| 18 |
+
"image_mean": [
|
| 19 |
+
0.5,
|
| 20 |
+
0.5,
|
| 21 |
+
0.5
|
| 22 |
+
],
|
| 23 |
+
"image_std": [
|
| 24 |
+
0.5,
|
| 25 |
+
0.5,
|
| 26 |
+
0.5
|
| 27 |
+
],
|
| 28 |
+
"input_data_format": null,
|
| 29 |
+
"max_frames": 768,
|
| 30 |
+
"max_pixels": 12845056,
|
| 31 |
+
"merge_size": 2,
|
| 32 |
+
"min_frames": 4,
|
| 33 |
+
"min_pixels": 3136,
|
| 34 |
+
"n_fft": 400,
|
| 35 |
+
"n_samples": 4800000,
|
| 36 |
+
"nb_max_frames": 30000,
|
| 37 |
+
"num_frames": null,
|
| 38 |
+
"pad_size": null,
|
| 39 |
+
"padding_side": "right",
|
| 40 |
+
"padding_value": 0.0,
|
| 41 |
+
"patch_size": 16,
|
| 42 |
+
"processor_class": "Qwen3OmniMoeProcessor",
|
| 43 |
+
"resample": 3,
|
| 44 |
+
"rescale_factor": 0.00392156862745098,
|
| 45 |
+
"return_attention_mask": true,
|
| 46 |
+
"return_metadata": false,
|
| 47 |
+
"sampling_rate": 16000,
|
| 48 |
+
"size": {
|
| 49 |
+
"longest_edge": 12845056,
|
| 50 |
+
"shortest_edge": 3136
|
| 51 |
+
},
|
| 52 |
+
"temporal_patch_size": 2,
|
| 53 |
+
"video_metadata": null,
|
| 54 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
| 55 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|