ncauchi1 commited on
Commit
d073dd9
·
verified ·
1 Parent(s): c78dd45

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ # Model Card for Model ID
4
+
5
+ <!-- Provide a quick summary of what the model is/does. -->
6
+
7
+
8
+
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+
15
+
16
+
17
+ - **Developed by:** [More Information Needed]
18
+ - **Funded by [optional]:** [More Information Needed]
19
+ - **Shared by [optional]:** [More Information Needed]
20
+ - **Model type:** [More Information Needed]
21
+ - **Language(s) (NLP):** [More Information Needed]
22
+ - **License:** [More Information Needed]
23
+ - **Finetuned from model [optional]:** [More Information Needed]
24
+
25
+ ### Model Sources [optional]
26
+
27
+ <!-- Provide the basic links for the model. -->
28
+
29
+ - **Repository:** [More Information Needed]
30
+ - **Paper [optional]:** [More Information Needed]
31
+ - **Demo [optional]:** [More Information Needed]
32
+
33
+ ## Uses
34
+
35
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
36
+
37
+ ### Direct Use
38
+
39
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
40
+
41
+ [More Information Needed]
42
+
43
+ ### Downstream Use [optional]
44
+
45
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
46
+
47
+ [More Information Needed]
48
+
49
+ ### Out-of-Scope Use
50
+
51
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
52
+
53
+ [More Information Needed]
54
+
55
+ ## Bias, Risks, and Limitations
56
+
57
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
58
+
59
+ [More Information Needed]
60
+
61
+ ### Recommendations
62
+
63
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
64
+
65
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
66
+
67
+ ## How to Get Started with the Model
68
+
69
+ Use the code below to get started with the model.
70
+
71
+ [More Information Needed]
72
+
73
+ ## Training Details
74
+
75
+ ### Training Data
76
+
77
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
78
+
79
+ [More Information Needed]
80
+
81
+ ### Training Procedure
82
+
83
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
84
+
85
+ #### Preprocessing [optional]
86
+
87
+ [More Information Needed]
88
+
89
+
90
+ #### Training Hyperparameters
91
+
92
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
93
+
94
+ #### Speeds, Sizes, Times [optional]
95
+
96
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
97
+
98
+ [More Information Needed]
99
+
100
+ ## Evaluation
101
+
102
+ <!-- This section describes the evaluation protocols and provides the results. -->
103
+
104
+ ### Testing Data, Factors & Metrics
105
+
106
+ #### Testing Data
107
+
108
+ <!-- This should link to a Dataset Card if possible. -->
109
+
110
+ [More Information Needed]
111
+
112
+ #### Factors
113
+
114
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
115
+
116
+ [More Information Needed]
117
+
118
+ #### Metrics
119
+
120
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
121
+
122
+ [More Information Needed]
123
+
124
+ ### Results
125
+
126
+ [More Information Needed]
127
+
128
+ #### Summary
129
+
130
+
131
+
132
+ ## Model Examination [optional]
133
+
134
+ <!-- Relevant interpretability work for the model goes here -->
135
+
136
+ [More Information Needed]
137
+
138
+ ## Environmental Impact
139
+
140
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
141
+
142
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
143
+
144
+ - **Hardware Type:** [More Information Needed]
145
+ - **Hours used:** [More Information Needed]
146
+ - **Cloud Provider:** [More Information Needed]
147
+ - **Compute Region:** [More Information Needed]
148
+ - **Carbon Emitted:** [More Information Needed]
149
+
150
+ ## Technical Specifications [optional]
151
+
152
+ ### Model Architecture and Objective
153
+
154
+ [More Information Needed]
155
+
156
+ ### Compute Infrastructure
157
+
158
+ [More Information Needed]
159
+
160
+ #### Hardware
161
+
162
+ [More Information Needed]
163
+
164
+ #### Software
165
+
166
+ [More Information Needed]
167
+
168
+ ## Citation [optional]
169
+
170
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
171
+
172
+ **BibTeX:**
173
+
174
+ [More Information Needed]
175
+
176
+ **APA:**
177
+
178
+ [More Information Needed]
179
+
180
+ ## Glossary [optional]
181
+
182
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
183
+
184
+ [More Information Needed]
185
+
186
+ ## More Information [optional]
187
+
188
+ [More Information Needed]
189
+
190
+ ## Model Card Authors [optional]
191
+
192
+ [More Information Needed]
193
+
194
+ ## Model Card Contact
195
+
196
+ [More Information Needed]
197
+ ### Framework versions
198
+
199
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "/root/.cache/huggingface/hub/models--Qwen--Qwen2.5-VL-3B-Instruct/snapshots/66285546d2b821cf421d4f5eb2576359d3770cd3",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 16,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": "^(model.*\\.(attn.proj|mlp.2|q_proj|k_proj|v_proj|qkv|gate_proj|down_proj|up_proj|mlp.0|o_proj))$",
27
+ "task_type": "CAUSAL_LM",
28
+ "trainable_token_indices": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c8ca3321d8e71f1c96a6463a6f3040f71c034aaf5661a51321e6856452b6ae
3
+ size 82846488
additional_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"lora_dtype": null, "lorap_lr_ratio": null, "lorap_emb_lr": 1e-06}
args.json ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Qwen/Qwen2.5-VL-3B-Instruct",
3
+ "model_type": "qwen2_5_vl",
4
+ "model_revision": null,
5
+ "task_type": "causal_lm",
6
+ "torch_dtype": "bfloat16",
7
+ "attn_impl": null,
8
+ "num_labels": null,
9
+ "problem_type": null,
10
+ "rope_scaling": null,
11
+ "device_map": null,
12
+ "max_memory": {},
13
+ "local_repo_path": null,
14
+ "init_strategy": null,
15
+ "template": "qwen2_5_vl",
16
+ "system": null,
17
+ "max_length": 8192,
18
+ "truncation_strategy": "delete",
19
+ "max_pixels": null,
20
+ "agent_template": null,
21
+ "norm_bbox": null,
22
+ "response_prefix": null,
23
+ "padding_side": "right",
24
+ "loss_scale": "default",
25
+ "sequence_parallel_size": 1,
26
+ "use_chat_template": true,
27
+ "template_backend": "swift",
28
+ "dataset": [
29
+ "ncauchi1/PointingDemo"
30
+ ],
31
+ "val_dataset": [],
32
+ "split_dataset_ratio": 0.01,
33
+ "data_seed": 42,
34
+ "dataset_num_proc": 16,
35
+ "load_from_cache_file": true,
36
+ "dataset_shuffle": true,
37
+ "val_dataset_shuffle": false,
38
+ "streaming": false,
39
+ "interleave_prob": null,
40
+ "stopping_strategy": "first_exhausted",
41
+ "shuffle_buffer_size": 1000,
42
+ "download_mode": "reuse_dataset_if_exists",
43
+ "columns": {},
44
+ "strict": false,
45
+ "remove_unused_columns": true,
46
+ "model_name": [
47
+ null,
48
+ null
49
+ ],
50
+ "model_author": [
51
+ null,
52
+ null
53
+ ],
54
+ "custom_dataset_info": [],
55
+ "quant_method": null,
56
+ "quant_bits": null,
57
+ "hqq_axis": null,
58
+ "bnb_4bit_compute_dtype": "bfloat16",
59
+ "bnb_4bit_quant_type": "nf4",
60
+ "bnb_4bit_use_double_quant": true,
61
+ "bnb_4bit_quant_storage": null,
62
+ "max_new_tokens": 64,
63
+ "temperature": 0.0,
64
+ "top_k": null,
65
+ "top_p": null,
66
+ "repetition_penalty": null,
67
+ "num_beams": 1,
68
+ "stream": false,
69
+ "stop_words": [],
70
+ "logprobs": false,
71
+ "top_logprobs": null,
72
+ "ckpt_dir": null,
73
+ "lora_modules": [],
74
+ "tuner_backend": "peft",
75
+ "train_type": "custom",
76
+ "adapters": [],
77
+ "external_plugins": [
78
+ "custom_plugin.py"
79
+ ],
80
+ "seed": 42,
81
+ "model_kwargs": {},
82
+ "load_args": false,
83
+ "load_data_args": false,
84
+ "use_hf": true,
85
+ "hub_token": null,
86
+ "custom_register_path": [],
87
+ "ddp_timeout": 1800,
88
+ "ddp_backend": null,
89
+ "ignore_args_error": false,
90
+ "use_swift_lora": false,
91
+ "output_dir": "/workspace/output/v0-20250602-172327",
92
+ "overwrite_output_dir": false,
93
+ "do_train": false,
94
+ "do_eval": false,
95
+ "do_predict": false,
96
+ "eval_strategy": "steps",
97
+ "prediction_loss_only": false,
98
+ "per_device_train_batch_size": 4,
99
+ "per_device_eval_batch_size": 4,
100
+ "per_gpu_train_batch_size": null,
101
+ "per_gpu_eval_batch_size": null,
102
+ "gradient_accumulation_steps": 1,
103
+ "eval_accumulation_steps": null,
104
+ "eval_delay": 0,
105
+ "torch_empty_cache_steps": null,
106
+ "learning_rate": 0.0001,
107
+ "weight_decay": 0.1,
108
+ "adam_beta1": 0.9,
109
+ "adam_beta2": 0.95,
110
+ "adam_epsilon": 1e-08,
111
+ "max_grad_norm": 1.0,
112
+ "num_train_epochs": 1.0,
113
+ "max_steps": -1,
114
+ "lr_scheduler_type": "cosine",
115
+ "lr_scheduler_kwargs": null,
116
+ "warmup_ratio": 0.05,
117
+ "warmup_steps": 0,
118
+ "log_level": "passive",
119
+ "log_level_replica": "warning",
120
+ "log_on_each_node": true,
121
+ "logging_dir": "/workspace/output/v0-20250602-172327/runs",
122
+ "logging_strategy": "steps",
123
+ "logging_first_step": true,
124
+ "logging_steps": 1,
125
+ "logging_nan_inf_filter": true,
126
+ "save_strategy": "steps",
127
+ "save_steps": 50.0,
128
+ "save_total_limit": 2,
129
+ "save_safetensors": true,
130
+ "save_on_each_node": false,
131
+ "save_only_model": true,
132
+ "restore_callback_states_from_checkpoint": false,
133
+ "no_cuda": false,
134
+ "use_cpu": false,
135
+ "use_mps_device": false,
136
+ "jit_mode_eval": false,
137
+ "use_ipex": false,
138
+ "bf16": true,
139
+ "fp16": false,
140
+ "fp16_opt_level": "O1",
141
+ "half_precision_backend": "auto",
142
+ "bf16_full_eval": false,
143
+ "fp16_full_eval": false,
144
+ "tf32": null,
145
+ "local_rank": 0,
146
+ "tpu_num_cores": null,
147
+ "tpu_metrics_debug": false,
148
+ "debug": null,
149
+ "dataloader_drop_last": false,
150
+ "eval_steps": 50.0,
151
+ "dataloader_num_workers": 16,
152
+ "dataloader_prefetch_factor": null,
153
+ "past_index": -1,
154
+ "run_name": "/workspace/output/v0-20250602-172327",
155
+ "disable_tqdm": null,
156
+ "label_names": null,
157
+ "load_best_model_at_end": false,
158
+ "metric_for_best_model": "loss",
159
+ "greater_is_better": false,
160
+ "ignore_data_skip": false,
161
+ "fsdp": "",
162
+ "fsdp_min_num_params": 0,
163
+ "fsdp_config": null,
164
+ "fsdp_transformer_layer_cls_to_wrap": null,
165
+ "accelerator_config": {
166
+ "dispatch_batches": false
167
+ },
168
+ "deepspeed": {
169
+ "fp16": {
170
+ "enabled": "auto",
171
+ "loss_scale": 0,
172
+ "loss_scale_window": 1000,
173
+ "initial_scale_power": 16,
174
+ "hysteresis": 2,
175
+ "min_loss_scale": 1
176
+ },
177
+ "bf16": {
178
+ "enabled": "auto"
179
+ },
180
+ "zero_optimization": {
181
+ "stage": 2,
182
+ "offload_optimizer": {
183
+ "device": "none",
184
+ "pin_memory": true
185
+ },
186
+ "allgather_partitions": true,
187
+ "allgather_bucket_size": 200000000.0,
188
+ "overlap_comm": false,
189
+ "reduce_scatter": true,
190
+ "reduce_bucket_size": 200000000.0,
191
+ "contiguous_gradients": true
192
+ },
193
+ "gradient_accumulation_steps": "auto",
194
+ "gradient_clipping": "auto",
195
+ "steps_per_print": 2000,
196
+ "train_batch_size": "auto",
197
+ "train_micro_batch_size_per_gpu": "auto",
198
+ "wall_clock_breakdown": false
199
+ },
200
+ "label_smoothing_factor": 0.0,
201
+ "optim": "adamw_torch",
202
+ "optim_args": null,
203
+ "adafactor": false,
204
+ "group_by_length": false,
205
+ "length_column_name": "length",
206
+ "report_to": [
207
+ "wandb"
208
+ ],
209
+ "ddp_find_unused_parameters": null,
210
+ "ddp_bucket_cap_mb": null,
211
+ "ddp_broadcast_buffers": null,
212
+ "dataloader_pin_memory": true,
213
+ "dataloader_persistent_workers": false,
214
+ "skip_memory_metrics": true,
215
+ "use_legacy_prediction_loop": false,
216
+ "push_to_hub": false,
217
+ "resume_from_checkpoint": null,
218
+ "hub_model_id": null,
219
+ "hub_strategy": "every_save",
220
+ "hub_private_repo": null,
221
+ "hub_always_push": false,
222
+ "gradient_checkpointing": true,
223
+ "gradient_checkpointing_kwargs": null,
224
+ "include_inputs_for_metrics": false,
225
+ "include_for_metrics": [],
226
+ "eval_do_concat_batches": true,
227
+ "fp16_backend": "auto",
228
+ "push_to_hub_model_id": null,
229
+ "push_to_hub_organization": null,
230
+ "push_to_hub_token": null,
231
+ "mp_parameters": "",
232
+ "auto_find_batch_size": false,
233
+ "full_determinism": false,
234
+ "torchdynamo": null,
235
+ "ray_scope": "last",
236
+ "torch_compile": false,
237
+ "torch_compile_backend": null,
238
+ "torch_compile_mode": null,
239
+ "include_tokens_per_second": false,
240
+ "include_num_input_tokens_seen": false,
241
+ "neftune_noise_alpha": null,
242
+ "optim_target_modules": null,
243
+ "batch_eval_metrics": false,
244
+ "eval_on_start": false,
245
+ "use_liger_kernel": false,
246
+ "eval_use_gather_object": false,
247
+ "average_tokens_across_devices": false,
248
+ "sortish_sampler": false,
249
+ "predict_with_generate": false,
250
+ "generation_max_length": null,
251
+ "generation_num_beams": null,
252
+ "generation_config": null,
253
+ "check_model": true,
254
+ "acc_strategy": "token",
255
+ "train_dataloader_shuffle": true,
256
+ "max_epochs": null,
257
+ "metric_warmup_step": 0,
258
+ "fsdp_num": 1,
259
+ "acc_steps": 1,
260
+ "eval_use_evalscope": false,
261
+ "eval_datasets": [],
262
+ "eval_limit": null,
263
+ "eval_datasets_args": null,
264
+ "eval_generation_config": null,
265
+ "freeze_parameters": [
266
+ "visual",
267
+ "visual.merger"
268
+ ],
269
+ "freeze_parameters_regex": null,
270
+ "freeze_parameters_ratio": 0.0,
271
+ "trainable_parameters": [],
272
+ "trainable_parameters_regex": null,
273
+ "freeze_llm": false,
274
+ "freeze_vit": true,
275
+ "freeze_aligner": true,
276
+ "target_modules": [
277
+ "all-linear"
278
+ ],
279
+ "target_regex": null,
280
+ "modules_to_save": [],
281
+ "lora_rank": 16,
282
+ "lora_alpha": 32,
283
+ "lora_dropout": 0.05,
284
+ "lora_bias": "none",
285
+ "lora_dtype": null,
286
+ "lorap_lr_ratio": null,
287
+ "use_rslora": false,
288
+ "use_dora": false,
289
+ "lora_ga_batch_size": 2,
290
+ "lora_ga_iters": 2,
291
+ "lora_ga_max_length": 1024,
292
+ "lora_ga_direction": "ArB2r",
293
+ "lora_ga_scale": "stable",
294
+ "lora_ga_stable_gamma": 16,
295
+ "init_weights": true,
296
+ "fourier_n_frequency": 2000,
297
+ "fourier_scaling": 300.0,
298
+ "boft_block_size": 4,
299
+ "boft_block_num": 0,
300
+ "boft_n_butterfly_factor": 1,
301
+ "boft_dropout": 0.0,
302
+ "vera_rank": 256,
303
+ "vera_projection_prng_key": 0,
304
+ "vera_dropout": 0.0,
305
+ "vera_d_initial": 0.1,
306
+ "adapter_act": "gelu",
307
+ "adapter_length": 128,
308
+ "use_galore": false,
309
+ "galore_target_modules": null,
310
+ "galore_rank": 128,
311
+ "galore_update_proj_gap": 50,
312
+ "galore_scale": 1.0,
313
+ "galore_proj_type": "std",
314
+ "galore_optim_per_parameter": false,
315
+ "galore_with_embedding": false,
316
+ "galore_quantization": false,
317
+ "galore_proj_quant": false,
318
+ "galore_proj_bits": 4,
319
+ "galore_proj_group_size": 256,
320
+ "galore_cos_threshold": 0.4,
321
+ "galore_gamma_proj": 2,
322
+ "galore_queue_size": 5,
323
+ "adalora_target_r": 8,
324
+ "adalora_init_r": 12,
325
+ "adalora_tinit": 0,
326
+ "adalora_tfinal": 0,
327
+ "adalora_deltaT": 1,
328
+ "adalora_beta1": 0.85,
329
+ "adalora_beta2": 0.85,
330
+ "adalora_orth_reg_weight": 0.5,
331
+ "llamapro_num_new_blocks": 4,
332
+ "llamapro_num_groups": null,
333
+ "lisa_activated_layers": 0,
334
+ "lisa_step_interval": 20,
335
+ "reft_layer_key": null,
336
+ "reft_layers": null,
337
+ "reft_rank": 4,
338
+ "reft_intervention_type": "LoreftIntervention",
339
+ "reft_args": null,
340
+ "swanlab_token": null,
341
+ "swanlab_project": null,
342
+ "swanlab_workspace": null,
343
+ "swanlab_exp_name": null,
344
+ "swanlab_mode": "cloud",
345
+ "add_version": true,
346
+ "resume_only_model": false,
347
+ "create_checkpoint_symlink": false,
348
+ "packing": false,
349
+ "lazy_tokenize": true,
350
+ "loss_type": null,
351
+ "optimizer": "custom",
352
+ "metric": null,
353
+ "zero_hpz_partition_size": null,
354
+ "rank": 0,
355
+ "global_world_size": 8,
356
+ "local_world_size": 8,
357
+ "model_suffix": "Qwen2.5-VL-3B-Instruct",
358
+ "model_info": "ModelInfo(model_type='qwen2_5_vl', model_dir='/root/.cache/huggingface/hub/models--Qwen--Qwen2.5-VL-3B-Instruct/snapshots/66285546d2b821cf421d4f5eb2576359d3770cd3', torch_dtype=torch.bfloat16, max_model_len=128000, quant_method=None, quant_bits=None, rope_scaling={'type': 'default', 'mrope_section': [16, 24, 24], 'rope_type': 'default'}, config=None, task_type='causal_lm', num_labels=None)",
359
+ "model_meta": "ModelMeta(model_type='qwen2_5_vl', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen2.5-VL-3B-Instruct', hf_model_id='Qwen/Qwen2.5-VL-3B-Instruct', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-7B-Instruct', hf_model_id='Qwen/Qwen2.5-VL-7B-Instruct', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-32B-Instruct', hf_model_id='Qwen/Qwen2.5-VL-32B-Instruct', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-72B-Instruct', hf_model_id='Qwen/Qwen2.5-VL-72B-Instruct', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[]), ModelGroup(models=[Model(ms_model_id='Qwen/Qwen2.5-VL-3B-Instruct-AWQ', hf_model_id='Qwen/Qwen2.5-VL-3B-Instruct-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-7B-Instruct-AWQ', hf_model_id='Qwen/Qwen2.5-VL-7B-Instruct-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-32B-Instruct-AWQ', hf_model_id='Qwen/Qwen2.5-VL-32B-Instruct-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen2.5-VL-72B-Instruct-AWQ', hf_model_id='Qwen/Qwen2.5-VL-72B-Instruct-AWQ', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[])], template='qwen2_5_vl', get_function=<function get_model_tokenizer_qwen2_5_vl at 0x7191cbb8c820>, model_arch='qwen2_vl', architectures=['Qwen2_5_VLForConditionalGeneration'], additional_saved_files=[], torch_dtype=None, is_multimodal=True, is_reward=False, task_type=None, ignore_patterns=None, requires=['transformers>=4.49', 'qwen_vl_utils>=0.0.6', 'decord'], tags=[])",
360
+ "model_dir": "/root/.cache/huggingface/hub/models--Qwen--Qwen2.5-VL-3B-Instruct/snapshots/66285546d2b821cf421d4f5eb2576359d3770cd3",
361
+ "hub": "<class 'swift.hub.hub.HFHub'>",
362
+ "evaluation_strategy": "steps",
363
+ "training_args": "Seq2SeqTrainingArguments(output_dir='/workspace/output/v0-20250602-172327', overwrite_output_dir=False, do_train=False, do_eval=True, do_predict=False, eval_strategy=<IntervalStrategy.STEPS: 'steps'>, prediction_loss_only=False, per_device_train_batch_size=4, per_device_eval_batch_size=4, per_gpu_train_batch_size=None, per_gpu_eval_batch_size=None, gradient_accumulation_steps=1, eval_accumulation_steps=None, eval_delay=0, torch_empty_cache_steps=None, learning_rate=0.0001, weight_decay=0.1, adam_beta1=0.9, adam_beta2=0.95, adam_epsilon=1e-08, max_grad_norm=1.0, num_train_epochs=1.0, max_steps=-1, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_ratio=0.05, warmup_steps=0, log_level='passive', log_level_replica='warning', log_on_each_node=True, logging_dir='/workspace/output/v0-20250602-172327/runs', logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_first_step=True, logging_steps=1, logging_nan_inf_filter=True, save_strategy=<SaveStrategy.STEPS: 'steps'>, save_steps=50, save_total_limit=2, save_safetensors=True, save_on_each_node=False, save_only_model=True, restore_callback_states_from_checkpoint=False, no_cuda=False, use_cpu=False, use_mps_device=False, seed=42, data_seed=42, jit_mode_eval=False, use_ipex=False, bf16=True, fp16=False, fp16_opt_level='O1', half_precision_backend='auto', bf16_full_eval=False, fp16_full_eval=False, tf32=None, local_rank=0, ddp_backend=None, tpu_num_cores=None, tpu_metrics_debug=False, debug=[], dataloader_drop_last=False, eval_steps=50, dataloader_num_workers=16, dataloader_prefetch_factor=10, past_index=-1, run_name='/workspace/output/v0-20250602-172327', disable_tqdm=False, remove_unused_columns=False, label_names=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, fsdp=[], fsdp_min_num_params=0, fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, fsdp_transformer_layer_cls_to_wrap=None, accelerator_config=AcceleratorConfig(split_batches=False, dispatch_batches=False, even_batches=True, use_seedable_sampler=True, non_blocking=False, gradient_accumulation_kwargs=None, use_configured_state=False), deepspeed={'fp16': {'enabled': 'auto', 'loss_scale': 0, 'loss_scale_window': 1000, 'initial_scale_power': 16, 'hysteresis': 2, 'min_loss_scale': 1}, 'bf16': {'enabled': 'auto'}, 'zero_optimization': {'stage': 2, 'offload_optimizer': {'device': 'none', 'pin_memory': True}, 'allgather_partitions': True, 'allgather_bucket_size': 200000000.0, 'overlap_comm': False, 'reduce_scatter': True, 'reduce_bucket_size': 200000000.0, 'contiguous_gradients': True}, 'gradient_accumulation_steps': 'auto', 'gradient_clipping': 'auto', 'steps_per_print': 2000, 'train_batch_size': 'auto', 'train_micro_batch_size_per_gpu': 'auto', 'wall_clock_breakdown': False}, label_smoothing_factor=0.0, optim=<OptimizerNames.ADAMW_TORCH: 'adamw_torch'>, optim_args=None, adafactor=False, group_by_length=False, length_column_name='length', report_to=['wandb'], ddp_find_unused_parameters=None, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, dataloader_pin_memory=True, dataloader_persistent_workers=False, skip_memory_metrics=True, use_legacy_prediction_loop=False, push_to_hub=False, resume_from_checkpoint=None, hub_model_id=None, hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_token=None, hub_private_repo=None, hub_always_push=False, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, include_inputs_for_metrics=False, include_for_metrics=[], eval_do_concat_batches=True, fp16_backend='auto', push_to_hub_model_id=None, push_to_hub_organization=None, push_to_hub_token=None, mp_parameters='', auto_find_batch_size=False, full_determinism=False, torchdynamo=None, ray_scope='last', ddp_timeout=1800, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, include_tokens_per_second=None, include_num_input_tokens_seen=None, neftune_noise_alpha=None, optim_target_modules=None, batch_eval_metrics=False, eval_on_start=False, use_liger_kernel=False, eval_use_gather_object=False, average_tokens_across_devices=None, sortish_sampler=False, predict_with_generate=False, generation_max_length=None, generation_num_beams=None, generation_config=None, check_model=True, acc_strategy='token', train_dataloader_shuffle=True, max_epochs=None, metric_warmup_step=0, fsdp_num=1, acc_steps=1, eval_use_evalscope=False, eval_datasets=[], eval_limit=None, eval_datasets_args=None, eval_generation_config=None, train_type='custom', optimizer='custom', local_repo_path=None, galore_config=None)"
364
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00097113317f1759bf45d04f67b5372085294bdf73cc8f4c0f2d4d608523453
3
+ size 8145
vit.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f44e01340584a78c958c0998a4aa962bf5621290cdaa364785d509ddeb7dd6a3
3
+ size 1360330496