llmfan46 commited on
Commit
b0122d3
·
verified ·
1 Parent(s): 88ae108

Upload 5 files

Browse files
ChatML-Q3.5-NoThink.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|im_start|>user",
4
+ "output_sequence": "<|im_start|>assistant",
5
+ "last_output_sequence": "<|im_start|>assistant\n<think>\n\n</think>\n",
6
+ "system_sequence": "<|im_start|>system",
7
+ "stop_sequence": "<|im_end|>",
8
+ "wrap": true,
9
+ "macro": true,
10
+ "activation_regex": "",
11
+ "first_output_sequence": "",
12
+ "skip_examples": true,
13
+ "output_suffix": "<|im_end|>\n",
14
+ "input_suffix": "<|im_end|>\n",
15
+ "system_suffix": "<|im_end|>\n",
16
+ "user_alignment_message": "",
17
+ "system_same_as_user": false,
18
+ "last_system_sequence": "",
19
+ "first_input_sequence": "",
20
+ "last_input_sequence": "",
21
+ "names_behavior": "always",
22
+ "sequences_as_stop_strings": true,
23
+ "story_string_prefix": "",
24
+ "story_string_suffix": "",
25
+ "name": "ChatML-Q3.5-NoThink"
26
+ },
27
+ "context": {
28
+ "story_string": "<|im_start|>system\n{{#if anchorBefore}}{{anchorBefore}}\n{{/if}}{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if anchorAfter}}{{anchorAfter}}\n{{/if}}{{trim}}<|im_end|>",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "names_as_stop_strings": true,
33
+ "story_string_position": 0,
34
+ "story_string_depth": 1,
35
+ "story_string_role": 0,
36
+ "always_force_name2": true,
37
+ "trim_sentences": false,
38
+ "single_line": false,
39
+ "name": "ChatML-Q3.5-NoThink"
40
+ },
41
+ "reasoning": {
42
+ "prefix": "<think>\n",
43
+ "suffix": "\n</think>",
44
+ "separator": "---\n\n",
45
+ "name": "Qwen3.5"
46
+ },
47
+ "srw": {
48
+ "value": "",
49
+ "show": false
50
+ }
51
+ }
ChatML-Q3.5-Think.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruct": {
3
+ "input_sequence": "<|im_start|>user",
4
+ "output_sequence": "<|im_start|>assistant",
5
+ "last_output_sequence": "",
6
+ "system_sequence": "<|im_start|>system",
7
+ "stop_sequence": "<|im_end|>",
8
+ "wrap": true,
9
+ "macro": true,
10
+ "activation_regex": "",
11
+ "first_output_sequence": "",
12
+ "skip_examples": true,
13
+ "output_suffix": "<|im_end|>\n",
14
+ "input_suffix": "<|im_end|>\n",
15
+ "system_suffix": "<|im_end|>\n",
16
+ "user_alignment_message": "",
17
+ "system_same_as_user": false,
18
+ "last_system_sequence": "",
19
+ "first_input_sequence": "",
20
+ "last_input_sequence": "",
21
+ "names_behavior": "none",
22
+ "sequences_as_stop_strings": true,
23
+ "story_string_prefix": "",
24
+ "story_string_suffix": "",
25
+ "name": "ChatML-Q3.5-Think"
26
+ },
27
+ "context": {
28
+ "story_string": "<|im_start|>system\n{{#if anchorBefore}}{{anchorBefore}}\n{{/if}}{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if anchorAfter}}{{anchorAfter}}\n{{/if}}{{trim}}<|im_end|>",
29
+ "example_separator": "",
30
+ "chat_start": "",
31
+ "use_stop_strings": false,
32
+ "names_as_stop_strings": true,
33
+ "story_string_position": 0,
34
+ "story_string_depth": 1,
35
+ "story_string_role": 0,
36
+ "always_force_name2": false,
37
+ "trim_sentences": false,
38
+ "single_line": false,
39
+ "name": "ChatML-Q3.5-Think"
40
+ },
41
+ "reasoning": {
42
+ "prefix": "<think>\n",
43
+ "suffix": "\n</think>",
44
+ "separator": "---\n\n",
45
+ "name": "Qwen3.5"
46
+ },
47
+ "srw": {
48
+ "value": "<think>\n",
49
+ "show": false
50
+ }
51
+ }
args.json ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "output_dir": "/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341",
3
+ "per_device_train_batch_size": 1,
4
+ "num_train_epochs": 2.0,
5
+ "max_steps": -1,
6
+ "learning_rate": 2e-05,
7
+ "lr_scheduler_type": "cosine",
8
+ "lr_scheduler_kwargs": null,
9
+ "warmup_steps": 0,
10
+ "optim": "adamw_torch_fused",
11
+ "optim_args": null,
12
+ "weight_decay": 0.1,
13
+ "adam_beta1": 0.9,
14
+ "adam_beta2": 0.95,
15
+ "adam_epsilon": 1e-08,
16
+ "optim_target_modules": null,
17
+ "gradient_accumulation_steps": 16,
18
+ "average_tokens_across_devices": true,
19
+ "max_grad_norm": 1.0,
20
+ "label_smoothing_factor": 0.0,
21
+ "bf16": true,
22
+ "fp16": false,
23
+ "bf16_full_eval": false,
24
+ "fp16_full_eval": false,
25
+ "tf32": null,
26
+ "gradient_checkpointing": true,
27
+ "gradient_checkpointing_kwargs": null,
28
+ "torch_compile": false,
29
+ "torch_compile_backend": null,
30
+ "torch_compile_mode": null,
31
+ "use_liger_kernel": true,
32
+ "liger_kernel_config": null,
33
+ "use_cache": false,
34
+ "neftune_noise_alpha": null,
35
+ "torch_empty_cache_steps": null,
36
+ "auto_find_batch_size": false,
37
+ "logging_strategy": "steps",
38
+ "logging_steps": 1,
39
+ "logging_first_step": true,
40
+ "log_on_each_node": true,
41
+ "logging_nan_inf_filter": true,
42
+ "include_num_input_tokens_seen": false,
43
+ "log_level": "passive",
44
+ "log_level_replica": "warning",
45
+ "disable_tqdm": null,
46
+ "report_to": [
47
+ "wandb"
48
+ ],
49
+ "run_name": "/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341",
50
+ "project": "huggingface",
51
+ "trackio_space_id": "trackio",
52
+ "eval_strategy": "steps",
53
+ "eval_steps": 100.0,
54
+ "eval_delay": 0,
55
+ "per_device_eval_batch_size": 1,
56
+ "prediction_loss_only": false,
57
+ "eval_on_start": false,
58
+ "eval_do_concat_batches": true,
59
+ "eval_use_gather_object": false,
60
+ "eval_accumulation_steps": null,
61
+ "include_for_metrics": [],
62
+ "batch_eval_metrics": false,
63
+ "save_only_model": false,
64
+ "save_strategy": "steps",
65
+ "save_steps": 200.0,
66
+ "save_on_each_node": false,
67
+ "save_total_limit": 10,
68
+ "enable_jit_checkpoint": false,
69
+ "push_to_hub": false,
70
+ "hub_token": null,
71
+ "hub_private_repo": null,
72
+ "hub_model_id": null,
73
+ "hub_strategy": "every_save",
74
+ "hub_always_push": false,
75
+ "hub_revision": null,
76
+ "load_best_model_at_end": false,
77
+ "metric_for_best_model": "loss",
78
+ "greater_is_better": false,
79
+ "ignore_data_skip": false,
80
+ "restore_callback_states_from_checkpoint": false,
81
+ "full_determinism": false,
82
+ "seed": 42,
83
+ "data_seed": 42,
84
+ "use_cpu": false,
85
+ "accelerator_config": {
86
+ "dispatch_batches": false
87
+ },
88
+ "parallelism_config": null,
89
+ "dataloader_drop_last": false,
90
+ "dataloader_num_workers": 8,
91
+ "dataloader_pin_memory": true,
92
+ "dataloader_persistent_workers": false,
93
+ "dataloader_prefetch_factor": null,
94
+ "remove_unused_columns": true,
95
+ "label_names": null,
96
+ "train_sampling_strategy": "random",
97
+ "length_column_name": "length",
98
+ "ddp_find_unused_parameters": null,
99
+ "ddp_bucket_cap_mb": null,
100
+ "ddp_broadcast_buffers": null,
101
+ "ddp_backend": null,
102
+ "ddp_timeout": 18000000,
103
+ "fsdp": [],
104
+ "fsdp_config": null,
105
+ "deepspeed": null,
106
+ "debug": null,
107
+ "skip_memory_metrics": true,
108
+ "do_train": false,
109
+ "do_eval": false,
110
+ "do_predict": false,
111
+ "resume_from_checkpoint": null,
112
+ "warmup_ratio": 0.05,
113
+ "logging_dir": "/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341/runs",
114
+ "local_rank": 0,
115
+ "sortish_sampler": false,
116
+ "predict_with_generate": false,
117
+ "generation_max_length": null,
118
+ "generation_num_beams": null,
119
+ "generation_config": null,
120
+ "tuner_backend": "peft",
121
+ "vit_gradient_checkpointing": null,
122
+ "router_aux_loss_coef": 0.0,
123
+ "enable_dft_loss": false,
124
+ "enable_channel_loss": false,
125
+ "check_model": true,
126
+ "acc_strategy": "token",
127
+ "train_dataloader_shuffle": true,
128
+ "group_by_length": true,
129
+ "max_epochs": null,
130
+ "aligner_lr": null,
131
+ "vit_lr": null,
132
+ "use_logits_to_keep": null,
133
+ "ds3_gather_for_generation": true,
134
+ "resume_only_model": false,
135
+ "optimizer": null,
136
+ "loss_type": null,
137
+ "eval_metric": null,
138
+ "callbacks": [],
139
+ "early_stop_interval": null,
140
+ "eval_use_evalscope": false,
141
+ "eval_dataset": [],
142
+ "eval_dataset_args": null,
143
+ "eval_limit": null,
144
+ "eval_generation_config": null,
145
+ "extra_eval_args": null,
146
+ "tuner_type": "lora",
147
+ "use_galore": false,
148
+ "galore_target_modules": null,
149
+ "galore_rank": 128,
150
+ "galore_update_proj_gap": 50,
151
+ "galore_scale": 1.0,
152
+ "galore_proj_type": "std",
153
+ "galore_optim_per_parameter": false,
154
+ "galore_with_embedding": false,
155
+ "galore_quantization": false,
156
+ "galore_proj_quant": false,
157
+ "galore_proj_bits": 4,
158
+ "galore_proj_group_size": 256,
159
+ "galore_cos_threshold": 0.4,
160
+ "galore_gamma_proj": 2,
161
+ "galore_queue_size": 5,
162
+ "lisa_activated_layers": 0,
163
+ "lisa_step_interval": 20,
164
+ "use_flash_ckpt": false,
165
+ "use_ray": false,
166
+ "ray_exp_name": null,
167
+ "device_groups": null,
168
+ "model": "Qwen/Qwen3.5-27B",
169
+ "model_type": "qwen3_5",
170
+ "model_revision": null,
171
+ "task_type": "causal_lm",
172
+ "torch_dtype": "bfloat16",
173
+ "attn_impl": null,
174
+ "experts_impl": null,
175
+ "new_special_tokens": [],
176
+ "num_labels": null,
177
+ "problem_type": null,
178
+ "rope_scaling": null,
179
+ "device_map": null,
180
+ "max_memory": {},
181
+ "max_model_len": null,
182
+ "local_repo_path": null,
183
+ "init_strategy": null,
184
+ "template": "qwen3_5",
185
+ "system": null,
186
+ "max_length": 10752,
187
+ "truncation_strategy": "delete",
188
+ "max_pixels": null,
189
+ "agent_template": null,
190
+ "norm_bbox": null,
191
+ "use_chat_template": true,
192
+ "padding_side": "right",
193
+ "padding_free": false,
194
+ "loss_scale": "default",
195
+ "sequence_parallel_size": 1,
196
+ "template_backend": "swift",
197
+ "response_prefix": null,
198
+ "enable_thinking": null,
199
+ "add_non_thinking_prefix": true,
200
+ "dataset": [
201
+ "/workspace/think_dataset_cleaned.jsonl",
202
+ "/workspace/nothink_dataset_cleaned.jsonl"
203
+ ],
204
+ "val_dataset": [],
205
+ "cached_dataset": [],
206
+ "cached_val_dataset": [],
207
+ "split_dataset_ratio": 0.01,
208
+ "dataset_num_proc": 1,
209
+ "load_from_cache_file": true,
210
+ "dataset_shuffle": true,
211
+ "val_dataset_shuffle": false,
212
+ "streaming": false,
213
+ "interleave_prob": null,
214
+ "stopping_strategy": "first_exhausted",
215
+ "shuffle_buffer_size": 1000,
216
+ "download_mode": "reuse_dataset_if_exists",
217
+ "columns": {},
218
+ "strict": false,
219
+ "model_name": null,
220
+ "model_author": null,
221
+ "custom_dataset_info": [],
222
+ "quant_method": null,
223
+ "quant_bits": null,
224
+ "hqq_axis": null,
225
+ "bnb_4bit_compute_dtype": "bfloat16",
226
+ "bnb_4bit_quant_type": "nf4",
227
+ "bnb_4bit_use_double_quant": true,
228
+ "bnb_4bit_quant_storage": null,
229
+ "max_new_tokens": 64,
230
+ "temperature": 0.0,
231
+ "top_k": null,
232
+ "top_p": null,
233
+ "repetition_penalty": null,
234
+ "num_beams": 1,
235
+ "stream": false,
236
+ "stop_words": [],
237
+ "logprobs": false,
238
+ "top_logprobs": null,
239
+ "structured_outputs_regex": null,
240
+ "train_type": null,
241
+ "adapters": [],
242
+ "external_plugins": [],
243
+ "custom_register_path": [],
244
+ "model_kwargs": {},
245
+ "load_args": false,
246
+ "load_data_args": false,
247
+ "packing": false,
248
+ "packing_length": null,
249
+ "packing_num_proc": 1,
250
+ "lazy_tokenize": false,
251
+ "use_hf": true,
252
+ "ignore_args_error": false,
253
+ "use_swift_lora": false,
254
+ "freeze_parameters": [],
255
+ "freeze_parameters_regex": null,
256
+ "freeze_parameters_ratio": 0.0,
257
+ "trainable_parameters": [],
258
+ "trainable_parameters_regex": null,
259
+ "freeze_llm": false,
260
+ "freeze_vit": true,
261
+ "freeze_aligner": true,
262
+ "target_modules": [
263
+ "all-linear"
264
+ ],
265
+ "target_regex": null,
266
+ "target_parameters": null,
267
+ "modules_to_save": [],
268
+ "lora_rank": 128,
269
+ "lora_alpha": 16,
270
+ "lora_dropout": 0.05,
271
+ "lora_bias": "none",
272
+ "lora_dtype": null,
273
+ "lorap_lr_ratio": null,
274
+ "use_rslora": true,
275
+ "use_dora": false,
276
+ "lora_ga_batch_size": 2,
277
+ "lora_ga_iters": 2,
278
+ "lora_ga_max_length": 1024,
279
+ "lora_ga_direction": "ArB2r",
280
+ "lora_ga_scale": "stable",
281
+ "lora_ga_stable_gamma": 16,
282
+ "init_weights": true,
283
+ "fourier_n_frequency": 2000,
284
+ "fourier_scaling": 300.0,
285
+ "boft_block_size": 4,
286
+ "boft_block_num": 0,
287
+ "boft_n_butterfly_factor": 1,
288
+ "boft_dropout": 0.0,
289
+ "vera_rank": 256,
290
+ "vera_projection_prng_key": 0,
291
+ "vera_dropout": 0.0,
292
+ "vera_d_initial": 0.1,
293
+ "adapter_act": "gelu",
294
+ "adapter_length": 128,
295
+ "adalora_target_r": 8,
296
+ "adalora_init_r": 12,
297
+ "adalora_tinit": 0,
298
+ "adalora_tfinal": 0,
299
+ "adalora_deltaT": 1,
300
+ "adalora_beta1": 0.85,
301
+ "adalora_beta2": 0.85,
302
+ "adalora_orth_reg_weight": 0.5,
303
+ "llamapro_num_new_blocks": 4,
304
+ "llamapro_num_groups": null,
305
+ "reft_layer_key": null,
306
+ "reft_layers": null,
307
+ "reft_rank": 4,
308
+ "reft_intervention_type": "LoreftIntervention",
309
+ "reft_args": null,
310
+ "swanlab_token": null,
311
+ "swanlab_project": "ms-swift",
312
+ "swanlab_workspace": null,
313
+ "swanlab_exp_name": null,
314
+ "swanlab_notification_method": null,
315
+ "swanlab_webhook_url": null,
316
+ "swanlab_secret": null,
317
+ "swanlab_sender_email": null,
318
+ "swanlab_receiver_email": null,
319
+ "swanlab_smtp_server": null,
320
+ "swanlab_smtp_port": null,
321
+ "swanlab_email_language": "zh",
322
+ "swanlab_mode": "cloud",
323
+ "add_version": true,
324
+ "create_checkpoint_symlink": false,
325
+ "zero_hpz_partition_size": null,
326
+ "deepspeed_autotp_size": null,
327
+ "swift_version": "4.0.0.dev0",
328
+ "ckpt_dir": null,
329
+ "rank": 0,
330
+ "global_world_size": 4,
331
+ "local_world_size": 4,
332
+ "model_suffix": "Qwen3.5-27B",
333
+ "model_info": "ModelInfo(model_type='qwen3_5', model_dir='/root/.cache/huggingface/hub/models--Qwen--Qwen3.5-27B/snapshots/b7ca741b86de18df552fd2cc952861e04621a4bd', torch_dtype=torch.bfloat16, max_model_len=262144, quant_method=None, quant_bits=None, rope_scaling=None, is_moe_model=False, is_multimodal=True, config=None, task_type='causal_lm', num_labels=None)",
334
+ "model_meta": "ModelMeta(model_type='qwen3_5', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen3.5-27B', hf_model_id='Qwen/Qwen3.5-27B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3.5-27B-FP8', hf_model_id='Qwen/Qwen3.5-27B-FP8', model_path=None, ms_revision=None, hf_revision=None)], template='qwen3_5', ignore_patterns=None, requires=None, tags=[])], loader=<class 'swift.model.models.qwen.Qwen3_5Loader'>, template='qwen3_5', model_arch=MultiModelKeys(arch_name='qwen2_vl', 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=['model.language_model', 'lm_head'], aligner=['model.visual.merger'], vision_tower=['model.visual'], generator=[]), architectures=['Qwen3_5ForConditionalGeneration'], additional_saved_files=[], torch_dtype=None, is_multimodal=True, is_reward=False, task_type=None, ignore_patterns=None, requires=['transformers>=5.0.0.dev', 'qwen_vl_utils>=0.0.14', 'decord'], tags=[])",
335
+ "model_dir": "/root/.cache/huggingface/hub/models--Qwen--Qwen3.5-27B/snapshots/b7ca741b86de18df552fd2cc952861e04621a4bd",
336
+ "template_meta": "QwenTemplateMeta(template_type='qwen3_5', 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.Qwen3_5Template'>, 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=True, thinking_prefix='<think>\\n', non_thinking_prefix='<think>\\n\\n</think>\\n\\n', history_thinking_prefix='')",
337
+ "_val_dataset_exists": true,
338
+ "hub": "<class 'swift.hub.hub.HFHub'>",
339
+ "evaluation_strategy": "steps",
340
+ "training_args": "Seq2SeqTrainingArguments(output_dir='/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341', per_device_train_batch_size=1, num_train_epochs=2.0, max_steps=-1, learning_rate=2e-05, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_steps=0.05, optim=<OptimizerNames.ADAMW_TORCH_FUSED: 'adamw_torch_fused'>, optim_args=None, weight_decay=0.1, adam_beta1=0.9, adam_beta2=0.95, adam_epsilon=1e-08, optim_target_modules=None, gradient_accumulation_steps=16, average_tokens_across_devices=None, max_grad_norm=1.0, label_smoothing_factor=0.0, bf16=True, fp16=False, bf16_full_eval=False, fp16_full_eval=False, tf32=None, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, use_liger_kernel=True, liger_kernel_config=None, use_cache=False, neftune_noise_alpha=None, torch_empty_cache_steps=None, auto_find_batch_size=False, logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_steps=1, logging_first_step=True, log_on_each_node=True, logging_nan_inf_filter=True, include_num_input_tokens_seen=None, log_level='passive', log_level_replica='warning', disable_tqdm=False, report_to=['wandb'], run_name='/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341', project='huggingface', trackio_space_id='trackio', eval_strategy=<IntervalStrategy.STEPS: 'steps'>, eval_steps=100, eval_delay=0, per_device_eval_batch_size=1, prediction_loss_only=False, eval_on_start=False, eval_do_concat_batches=True, eval_use_gather_object=False, eval_accumulation_steps=None, include_for_metrics=[], batch_eval_metrics=False, save_only_model=False, save_strategy=<SaveStrategy.STEPS: 'steps'>, save_steps=200, save_on_each_node=False, save_total_limit=10, enable_jit_checkpoint=False, push_to_hub=False, hub_token=None, hub_private_repo=None, hub_model_id=None, hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_always_push=False, hub_revision=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, restore_callback_states_from_checkpoint=False, full_determinism=False, seed=42, data_seed=42, use_cpu=False, 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, dataloader_drop_last=False, dataloader_num_workers=8, dataloader_pin_memory=True, dataloader_persistent_workers=False, dataloader_prefetch_factor=2, remove_unused_columns=False, label_names=None, train_sampling_strategy='random', length_column_name='length', ddp_find_unused_parameters=None, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, ddp_backend=None, ddp_timeout=18000000, fsdp=[], fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, deepspeed=None, debug=[], skip_memory_metrics=True, do_train=False, do_eval=True, do_predict=False, resume_from_checkpoint=None, warmup_ratio=0.05, logging_dir='/workspace/output/Qwen3.5-27B-SFT-4/v0-20260301-061341/runs', local_rank=0, sortish_sampler=False, predict_with_generate=False, generation_max_length=None, generation_num_beams=None, generation_config=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, group_by_length=True, max_epochs=None, aligner_lr=None, vit_lr=None, use_logits_to_keep=None, ds3_gather_for_generation=True, resume_only_model=False, optimizer=None, loss_type=None, eval_metric=None, callbacks=[], early_stop_interval=None, eval_use_evalscope=False, eval_dataset=[], eval_dataset_args=None, eval_limit=None, eval_generation_config=None, extra_eval_args=None, tuner_type='lora', use_galore=False, galore_target_modules=None, galore_rank=128, galore_update_proj_gap=50, galore_scale=1.0, galore_proj_type='std', galore_optim_per_parameter=False, galore_with_embedding=False, galore_quantization=False, galore_proj_quant=False, galore_proj_bits=4, galore_proj_group_size=256, galore_cos_threshold=0.4, galore_gamma_proj=2, galore_queue_size=5, lisa_activated_layers=0, lisa_step_interval=20, use_flash_ckpt=False)"
341
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "size": {
3
+ "longest_edge": 16777216,
4
+ "shortest_edge": 65536
5
+ },
6
+ "patch_size": 16,
7
+ "temporal_patch_size": 2,
8
+ "merge_size": 2,
9
+ "image_mean": [
10
+ 0.5,
11
+ 0.5,
12
+ 0.5
13
+ ],
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "processor_class": "Qwen3VLProcessor",
20
+ "image_processor_type": "Qwen2VLImageProcessorFast"
21
+ }
processor_config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_rescale": true,
7
+ "do_resize": true,
8
+ "image_mean": [
9
+ 0.5,
10
+ 0.5,
11
+ 0.5
12
+ ],
13
+ "image_processor_type": "Qwen2VLImageProcessorFast",
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "merge_size": 2,
20
+ "patch_size": 16,
21
+ "resample": 3,
22
+ "rescale_factor": 0.00392156862745098,
23
+ "size": {
24
+ "longest_edge": 16777216,
25
+ "shortest_edge": 65536
26
+ },
27
+ "temporal_patch_size": 2
28
+ },
29
+ "processor_class": "Qwen3VLProcessor",
30
+ "video_processor": {
31
+ "data_format": "channels_first",
32
+ "default_to_square": true,
33
+ "do_convert_rgb": true,
34
+ "do_normalize": true,
35
+ "do_rescale": true,
36
+ "do_resize": true,
37
+ "do_sample_frames": true,
38
+ "fps": 2,
39
+ "image_mean": [
40
+ 0.5,
41
+ 0.5,
42
+ 0.5
43
+ ],
44
+ "image_std": [
45
+ 0.5,
46
+ 0.5,
47
+ 0.5
48
+ ],
49
+ "max_frames": 768,
50
+ "merge_size": 2,
51
+ "min_frames": 4,
52
+ "patch_size": 16,
53
+ "resample": 3,
54
+ "rescale_factor": 0.00392156862745098,
55
+ "return_metadata": false,
56
+ "size": {
57
+ "longest_edge": 25165824,
58
+ "shortest_edge": 4096
59
+ },
60
+ "temporal_patch_size": 2,
61
+ "video_processor_type": "Qwen3VLVideoProcessor"
62
+ }
63
+ }