kk1999ddk commited on
Commit
a707d47
·
verified ·
1 Parent(s): d4598e7

Upload folder using huggingface_hub

Browse files
Files changed (29) hide show
  1. .gitattributes +1 -0
  2. Galaxy_attribute_prediction/added_tokens.json +33 -0
  3. Galaxy_attribute_prediction/args.json +319 -0
  4. Galaxy_attribute_prediction/chat_template.jinja +10 -0
  5. Galaxy_attribute_prediction/config.json +153 -0
  6. Galaxy_attribute_prediction/generation_config.json +8 -0
  7. Galaxy_attribute_prediction/merges.txt +0 -0
  8. Galaxy_attribute_prediction/model-00001-of-00016.safetensors +3 -0
  9. Galaxy_attribute_prediction/model-00002-of-00016.safetensors +3 -0
  10. Galaxy_attribute_prediction/model-00003-of-00016.safetensors +3 -0
  11. Galaxy_attribute_prediction/model-00004-of-00016.safetensors +3 -0
  12. Galaxy_attribute_prediction/model-00005-of-00016.safetensors +3 -0
  13. Galaxy_attribute_prediction/model-00006-of-00016.safetensors +3 -0
  14. Galaxy_attribute_prediction/model-00007-of-00016.safetensors +3 -0
  15. Galaxy_attribute_prediction/model-00008-of-00016.safetensors +3 -0
  16. Galaxy_attribute_prediction/model-00009-of-00016.safetensors +3 -0
  17. Galaxy_attribute_prediction/model-00010-of-00016.safetensors +3 -0
  18. Galaxy_attribute_prediction/model-00011-of-00016.safetensors +3 -0
  19. Galaxy_attribute_prediction/model-00012-of-00016.safetensors +3 -0
  20. Galaxy_attribute_prediction/model-00013-of-00016.safetensors +3 -0
  21. Galaxy_attribute_prediction/model-00014-of-00016.safetensors +3 -0
  22. Galaxy_attribute_prediction/model-00015-of-00016.safetensors +3 -0
  23. Galaxy_attribute_prediction/model-00016-of-00016.safetensors +3 -0
  24. Galaxy_attribute_prediction/model.safetensors.index.json +0 -0
  25. Galaxy_attribute_prediction/preprocessor_config.json +19 -0
  26. Galaxy_attribute_prediction/special_tokens_map.json +40 -0
  27. Galaxy_attribute_prediction/tokenizer.json +3 -0
  28. Galaxy_attribute_prediction/tokenizer_config.json +289 -0
  29. Galaxy_attribute_prediction/vocab.json +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Galaxy_attribute_prediction/tokenizer.json filter=lfs diff=lfs merge=lfs -text
Galaxy_attribute_prediction/added_tokens.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</box>": 151673,
3
+ "</img>": 151666,
4
+ "</quad>": 151669,
5
+ "</ref>": 151671,
6
+ "</tool_call>": 151658,
7
+ "<IMG_CONTEXT>": 151667,
8
+ "<box>": 151672,
9
+ "<img>": 151665,
10
+ "<quad>": 151668,
11
+ "<ref>": 151670,
12
+ "<tool_call>": 151657,
13
+ "<|box_end|>": 151649,
14
+ "<|box_start|>": 151648,
15
+ "<|endoftext|>": 151643,
16
+ "<|file_sep|>": 151664,
17
+ "<|fim_middle|>": 151660,
18
+ "<|fim_pad|>": 151662,
19
+ "<|fim_prefix|>": 151659,
20
+ "<|fim_suffix|>": 151661,
21
+ "<|im_end|>": 151645,
22
+ "<|im_start|>": 151644,
23
+ "<|image_pad|>": 151655,
24
+ "<|object_ref_end|>": 151647,
25
+ "<|object_ref_start|>": 151646,
26
+ "<|quad_end|>": 151651,
27
+ "<|quad_start|>": 151650,
28
+ "<|repo_name|>": 151663,
29
+ "<|video_pad|>": 151656,
30
+ "<|vision_end|>": 151653,
31
+ "<|vision_pad|>": 151654,
32
+ "<|vision_start|>": 151652
33
+ }
Galaxy_attribute_prediction/args.json ADDED
@@ -0,0 +1,319 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "/mnt/acmis_hby/LLM/InternVL2_5-38B-MPO",
3
+ "model_type": "internvl2_5",
4
+ "model_revision": null,
5
+ "task_type": "causal_lm",
6
+ "torch_dtype": "bfloat16",
7
+ "attn_impl": null,
8
+ "num_labels": null,
9
+ "rope_scaling": null,
10
+ "device_map": null,
11
+ "max_memory": {},
12
+ "local_repo_path": null,
13
+ "template": "internvl2_5",
14
+ "system": null,
15
+ "max_length": 2048,
16
+ "truncation_strategy": "delete",
17
+ "max_pixels": null,
18
+ "tools_prompt": "react_en",
19
+ "norm_bbox": null,
20
+ "response_prefix": null,
21
+ "padding_side": "right",
22
+ "loss_scale": "default",
23
+ "sequence_parallel_size": 1,
24
+ "use_chat_template": true,
25
+ "template_backend": "swift",
26
+ "dataset": [
27
+ "/remote-home/cs_acmis_hby/code/FT-LLM/galaxy_classification/dataset_05/train.jsonl"
28
+ ],
29
+ "val_dataset": [],
30
+ "split_dataset_ratio": 0.01,
31
+ "data_seed": 42,
32
+ "dataset_num_proc": 1,
33
+ "streaming": false,
34
+ "enable_cache": false,
35
+ "download_mode": "reuse_dataset_if_exists",
36
+ "columns": {},
37
+ "strict": false,
38
+ "remove_unused_columns": true,
39
+ "model_name": [
40
+ null,
41
+ null
42
+ ],
43
+ "model_author": [
44
+ null,
45
+ null
46
+ ],
47
+ "custom_dataset_info": [],
48
+ "quant_method": null,
49
+ "quant_bits": null,
50
+ "hqq_axis": null,
51
+ "bnb_4bit_compute_dtype": "bfloat16",
52
+ "bnb_4bit_quant_type": "nf4",
53
+ "bnb_4bit_use_double_quant": true,
54
+ "bnb_4bit_quant_storage": null,
55
+ "max_new_tokens": 64,
56
+ "temperature": 0.0,
57
+ "top_k": null,
58
+ "top_p": null,
59
+ "repetition_penalty": null,
60
+ "num_beams": 1,
61
+ "stream": false,
62
+ "stop_words": [],
63
+ "logprobs": false,
64
+ "top_logprobs": null,
65
+ "ckpt_dir": null,
66
+ "load_dataset_config": null,
67
+ "lora_modules": [],
68
+ "tuner_backend": "peft",
69
+ "train_type": "lora",
70
+ "adapters": [],
71
+ "external_plugins": [],
72
+ "seed": 42,
73
+ "model_kwargs": {},
74
+ "load_args": false,
75
+ "load_data_args": false,
76
+ "use_hf": false,
77
+ "hub_token": null,
78
+ "custom_register_path": [],
79
+ "ignore_args_error": false,
80
+ "use_swift_lora": false,
81
+ "output_dir": "/remote-home/cs_acmis_hby/code/FT-LLM/output/InternVL2_5-38B-MPO_images2features01/v8-20250408-062259",
82
+ "overwrite_output_dir": false,
83
+ "do_train": false,
84
+ "do_eval": false,
85
+ "do_predict": false,
86
+ "eval_strategy": "epoch",
87
+ "prediction_loss_only": false,
88
+ "per_device_train_batch_size": 6,
89
+ "per_device_eval_batch_size": 10,
90
+ "per_gpu_train_batch_size": null,
91
+ "per_gpu_eval_batch_size": null,
92
+ "gradient_accumulation_steps": 1,
93
+ "eval_accumulation_steps": null,
94
+ "eval_delay": 0,
95
+ "torch_empty_cache_steps": null,
96
+ "learning_rate": 0.0001,
97
+ "weight_decay": 0.1,
98
+ "adam_beta1": 0.9,
99
+ "adam_beta2": 0.999,
100
+ "adam_epsilon": 1e-08,
101
+ "max_grad_norm": 1.0,
102
+ "num_train_epochs": 3.0,
103
+ "max_steps": -1,
104
+ "lr_scheduler_type": "cosine",
105
+ "lr_scheduler_kwargs": null,
106
+ "warmup_ratio": 0.1,
107
+ "warmup_steps": 0,
108
+ "log_level": "passive",
109
+ "log_level_replica": "warning",
110
+ "log_on_each_node": true,
111
+ "logging_dir": "/remote-home/cs_acmis_hby/code/FT-LLM/output/InternVL2_5-38B-MPO_images2features01/v8-20250408-062259/runs",
112
+ "logging_strategy": "steps",
113
+ "logging_first_step": true,
114
+ "logging_steps": 5,
115
+ "logging_nan_inf_filter": true,
116
+ "save_strategy": "epoch",
117
+ "save_steps": 100.0,
118
+ "save_total_limit": 5,
119
+ "save_safetensors": true,
120
+ "save_on_each_node": false,
121
+ "save_only_model": false,
122
+ "restore_callback_states_from_checkpoint": false,
123
+ "no_cuda": false,
124
+ "use_cpu": false,
125
+ "use_mps_device": false,
126
+ "jit_mode_eval": false,
127
+ "use_ipex": false,
128
+ "bf16": true,
129
+ "fp16": false,
130
+ "fp16_opt_level": "O1",
131
+ "half_precision_backend": "auto",
132
+ "bf16_full_eval": false,
133
+ "fp16_full_eval": false,
134
+ "tf32": null,
135
+ "local_rank": -1,
136
+ "ddp_backend": null,
137
+ "tpu_num_cores": null,
138
+ "tpu_metrics_debug": false,
139
+ "debug": null,
140
+ "dataloader_drop_last": false,
141
+ "eval_steps": 100.0,
142
+ "dataloader_num_workers": 0,
143
+ "dataloader_prefetch_factor": null,
144
+ "past_index": -1,
145
+ "run_name": null,
146
+ "disable_tqdm": null,
147
+ "label_names": null,
148
+ "load_best_model_at_end": false,
149
+ "metric_for_best_model": "loss",
150
+ "greater_is_better": false,
151
+ "ignore_data_skip": false,
152
+ "fsdp": "",
153
+ "fsdp_min_num_params": 0,
154
+ "fsdp_config": null,
155
+ "fsdp_transformer_layer_cls_to_wrap": null,
156
+ "accelerator_config": {
157
+ "dispatch_batches": false
158
+ },
159
+ "deepspeed": null,
160
+ "label_smoothing_factor": 0.0,
161
+ "optim": "adamw_torch",
162
+ "optim_args": null,
163
+ "adafactor": false,
164
+ "group_by_length": false,
165
+ "length_column_name": "length",
166
+ "report_to": [
167
+ "tensorboard"
168
+ ],
169
+ "ddp_find_unused_parameters": null,
170
+ "ddp_bucket_cap_mb": null,
171
+ "ddp_broadcast_buffers": null,
172
+ "dataloader_pin_memory": true,
173
+ "dataloader_persistent_workers": false,
174
+ "skip_memory_metrics": true,
175
+ "use_legacy_prediction_loop": false,
176
+ "push_to_hub": false,
177
+ "resume_from_checkpoint": null,
178
+ "hub_model_id": null,
179
+ "hub_strategy": "every_save",
180
+ "hub_private_repo": null,
181
+ "hub_always_push": false,
182
+ "gradient_checkpointing": true,
183
+ "gradient_checkpointing_kwargs": null,
184
+ "include_inputs_for_metrics": false,
185
+ "include_for_metrics": [],
186
+ "eval_do_concat_batches": true,
187
+ "fp16_backend": "auto",
188
+ "evaluation_strategy": "epoch",
189
+ "push_to_hub_model_id": null,
190
+ "push_to_hub_organization": null,
191
+ "push_to_hub_token": null,
192
+ "mp_parameters": "",
193
+ "auto_find_batch_size": false,
194
+ "full_determinism": false,
195
+ "torchdynamo": null,
196
+ "ray_scope": "last",
197
+ "ddp_timeout": 1800,
198
+ "torch_compile": false,
199
+ "torch_compile_backend": null,
200
+ "torch_compile_mode": null,
201
+ "dispatch_batches": null,
202
+ "split_batches": null,
203
+ "include_tokens_per_second": false,
204
+ "include_num_input_tokens_seen": false,
205
+ "neftune_noise_alpha": null,
206
+ "optim_target_modules": null,
207
+ "batch_eval_metrics": false,
208
+ "eval_on_start": false,
209
+ "use_liger_kernel": false,
210
+ "eval_use_gather_object": false,
211
+ "average_tokens_across_devices": false,
212
+ "sortish_sampler": false,
213
+ "predict_with_generate": false,
214
+ "generation_max_length": null,
215
+ "generation_num_beams": null,
216
+ "generation_config": null,
217
+ "freeze_parameters": [
218
+ "mlp1"
219
+ ],
220
+ "freeze_parameters_ratio": 0.0,
221
+ "trainable_parameters": [],
222
+ "freeze_llm": false,
223
+ "freeze_vit": false,
224
+ "freeze_aligner": true,
225
+ "target_modules": [
226
+ "all-linear"
227
+ ],
228
+ "target_regex": null,
229
+ "modules_to_save": [],
230
+ "lora_rank": 16,
231
+ "lora_alpha": 64,
232
+ "lora_dropout": 0.3,
233
+ "lora_bias": "none",
234
+ "lora_dtype": null,
235
+ "lorap_lr_ratio": null,
236
+ "use_rslora": false,
237
+ "use_dora": false,
238
+ "lora_ga_batch_size": 2,
239
+ "lora_ga_iters": 2,
240
+ "lora_ga_max_length": 1024,
241
+ "lora_ga_direction": "ArB2r",
242
+ "lora_ga_scale": "stable",
243
+ "lora_ga_stable_gamma": 16,
244
+ "init_weights": true,
245
+ "fourier_n_frequency": 2000,
246
+ "fourier_scaling": 300.0,
247
+ "boft_block_size": 4,
248
+ "boft_block_num": 0,
249
+ "boft_n_butterfly_factor": 1,
250
+ "boft_dropout": 0.0,
251
+ "vera_rank": 256,
252
+ "vera_projection_prng_key": 0,
253
+ "vera_dropout": 0.0,
254
+ "vera_d_initial": 0.1,
255
+ "adapter_act": "gelu",
256
+ "adapter_length": 128,
257
+ "use_galore": false,
258
+ "galore_target_modules": null,
259
+ "galore_rank": 128,
260
+ "galore_update_proj_gap": 50,
261
+ "galore_scale": 1.0,
262
+ "galore_proj_type": "std",
263
+ "galore_optim_per_parameter": false,
264
+ "galore_with_embedding": false,
265
+ "galore_quantization": false,
266
+ "galore_proj_quant": false,
267
+ "galore_proj_bits": 4,
268
+ "galore_proj_group_size": 256,
269
+ "galore_cos_threshold": 0.4,
270
+ "galore_gamma_proj": 2,
271
+ "galore_queue_size": 5,
272
+ "adalora_target_r": 8,
273
+ "adalora_init_r": 12,
274
+ "adalora_tinit": 0,
275
+ "adalora_tfinal": 0,
276
+ "adalora_deltaT": 1,
277
+ "adalora_beta1": 0.85,
278
+ "adalora_beta2": 0.85,
279
+ "adalora_orth_reg_weight": 0.5,
280
+ "llamapro_num_new_blocks": 4,
281
+ "llamapro_num_groups": null,
282
+ "lisa_activated_layers": 0,
283
+ "lisa_step_interval": 20,
284
+ "reft_layer_key": null,
285
+ "reft_layers": null,
286
+ "reft_rank": 4,
287
+ "reft_intervention_type": "LoreftIntervention",
288
+ "reft_args": null,
289
+ "use_liger": false,
290
+ "model_layer_cls_name": null,
291
+ "metric_warmup_step": 0,
292
+ "fsdp_num": 1,
293
+ "acc_steps": 1,
294
+ "swanlab_token": null,
295
+ "swanlab_project": null,
296
+ "swanlab_workspace": null,
297
+ "swanlab_exp_name": null,
298
+ "swanlab_mode": "cloud",
299
+ "add_version": true,
300
+ "resume_only_model": false,
301
+ "check_model": true,
302
+ "create_checkpoint_symlink": false,
303
+ "packing": false,
304
+ "lazy_tokenize": true,
305
+ "loss_type": null,
306
+ "optimizer": null,
307
+ "metric": null,
308
+ "acc_strategy": "token",
309
+ "zero_hpz_partition_size": null,
310
+ "rank": -1,
311
+ "global_world_size": 1,
312
+ "local_world_size": 1,
313
+ "model_suffix": "InternVL2_5-38B-MPO",
314
+ "model_info": "ModelInfo(model_type='internvl2_5', model_dir='/remote-home/cs_acmis_hby/LLM/InternVL2_5-38B-MPO', torch_dtype=torch.bfloat16, max_model_len=32768, quant_method=None, quant_bits=None, rope_scaling=None, config=None, task_type='causal_lm', num_labels=None)",
315
+ "model_meta": "ModelMeta(model_type='internvl2_5', model_groups=[ModelGroup(models=[Model(ms_model_id='OpenGVLab/InternVL2_5-1B', hf_model_id='OpenGVLab/InternVL2_5-1B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-2B', hf_model_id='OpenGVLab/InternVL2_5-2B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-4B', hf_model_id='OpenGVLab/InternVL2_5-4B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-8B', hf_model_id='OpenGVLab/InternVL2_5-8B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-26B', hf_model_id='OpenGVLab/InternVL2_5-26B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-38B', hf_model_id='OpenGVLab/InternVL2_5-38B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-78B', hf_model_id='OpenGVLab/InternVL2_5-78B', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[]), ModelGroup(models=[Model(ms_model_id='OpenGVLab/InternVL2_5-4B-AWQ', hf_model_id='OpenGVLab/InternVL2_5-4B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-8B-AWQ', hf_model_id='OpenGVLab/InternVL2_5-8B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-26B-AWQ', hf_model_id='OpenGVLab/InternVL2_5-26B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-38B-AWQ', hf_model_id='OpenGVLab/InternVL2_5-38B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-78B-AWQ', hf_model_id='OpenGVLab/InternVL2_5-78B-AWQ', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[]), ModelGroup(models=[Model(ms_model_id='OpenGVLab/InternVL2_5-1B-MPO', hf_model_id='OpenGVLab/InternVL2_5-1B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-2B-MPO', hf_model_id='OpenGVLab/InternVL2_5-2B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-4B-MPO', hf_model_id='OpenGVLab/InternVL2_5-4B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-8B-MPO', hf_model_id='OpenGVLab/InternVL2_5-8B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-26B-MPO', hf_model_id='OpenGVLab/InternVL2_5-26B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-38B-MPO', hf_model_id='OpenGVLab/InternVL2_5-38B-MPO', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='OpenGVLab/InternVL2_5-78B-MPO', hf_model_id='OpenGVLab/InternVL2_5-78B-MPO', model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[])], template='internvl2_5', get_function=<function get_model_tokenizer_internvl at 0x7f127a8fd360>, model_arch='internvl', architectures=['InternVLChatModel'], additional_saved_files=[], torch_dtype=None, is_multimodal=True, is_reward=False, task_type=None, ignore_patterns=['*.zip', '*.gguf', '*.pth', '*.pt', 'consolidated*', 'onnx/*', '*.safetensors.md', '*.msgpack', '*.onnx', '*.ot', '*.h5', '*.bin', '*.safetensors'], requires=['transformers>=4.36', 'timm'], tags=[])",
316
+ "model_dir": "/remote-home/cs_acmis_hby/LLM/InternVL2_5-38B-MPO",
317
+ "hub": "<class 'swift.hub.hub.MSHub'>",
318
+ "training_args": "Seq2SeqTrainingArguments(output_dir='/remote-home/cs_acmis_hby/code/FT-LLM/output/InternVL2_5-38B-MPO_images2features01/v8-20250408-062259', overwrite_output_dir=False, do_train=False, do_eval=True, do_predict=False, eval_strategy=<IntervalStrategy.EPOCH: 'epoch'>, prediction_loss_only=False, per_device_train_batch_size=6, per_device_eval_batch_size=10, 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.999, adam_epsilon=1e-08, max_grad_norm=1.0, num_train_epochs=3.0, max_steps=-1, lr_scheduler_type=<SchedulerType.COSINE: 'cosine'>, lr_scheduler_kwargs=None, warmup_ratio=0.1, warmup_steps=0, log_level='passive', log_level_replica='warning', log_on_each_node=True, logging_dir='/remote-home/cs_acmis_hby/code/FT-LLM/output/InternVL2_5-38B-MPO_images2features01/v8-20250408-062259/runs', logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_first_step=True, logging_steps=5, logging_nan_inf_filter=True, save_strategy=<SaveStrategy.EPOCH: 'epoch'>, save_steps=100.0, save_total_limit=5, save_safetensors=True, save_on_each_node=False, save_only_model=False, restore_callback_states_from_checkpoint=False, no_cuda=False, use_cpu=False, use_mps_device=False, seed=42, data_seed=42, jit_mode_eval=False, 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=100.0, dataloader_num_workers=0, dataloader_prefetch_factor=None, past_index=-1, run_name='/remote-home/cs_acmis_hby/code/FT-LLM/output/InternVL2_5-38B-MPO_images2features01/v8-20250408-062259', 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=None, 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=['tensorboard'], 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', evaluation_strategy='epoch', 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, dispatch_batches=None, split_batches=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, acc_strategy='token', sequence_parallel_size=1, check_model=True, train_sampler_random=True, is_encoder_decoder=False, metric_warmup_step=0, train_dataset_sample=-1, fsdp_num=1, acc_steps=1, train_type='lora', optimizer=None, local_repo_path=None, galore_config=None)"
319
+ }
Galaxy_attribute_prediction/chat_template.jinja ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if messages[0]['role'] == 'system' %}{{- '<|im_start|>system
2
+ ' + messages[0]['content'] + '<|im_end|>
3
+ ' }}{%- else %}{{- '<|im_start|>system
4
+ 你是书生·万象,英文名是InternVL,是由上海人工智能实验室、清华大学及多家合作单位联合开发的多模态大语言模型。<|im_end|>
5
+ ' }}{%- endif %}{% for message in messages %}{%- if messages[0]['role'] != 'system' or not loop.first %}{{'<|im_start|>' + message['role'] + '
6
+ '}}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' %}{{ '<image>
7
+ ' }}{% elif content['type'] == 'video' %}{{ '<video>
8
+ ' }}{% elif content['type'] == 'text' %}{{ content['text'] }}{% endif %}{% endfor %}{% endif %}{{'<|im_end|>
9
+ '}}{%- endif %}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
10
+ ' }}{% endif %}
Galaxy_attribute_prediction/config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "InternVLChatModel"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
7
+ "AutoModel": "modeling_internvl_chat.InternVLChatModel",
8
+ "AutoModelForCausalLM": "modeling_internvl_chat.InternVLChatModel"
9
+ },
10
+ "downsample_ratio": 0.5,
11
+ "dtype": "bfloat16",
12
+ "dynamic_image_size": true,
13
+ "force_image_size": 448,
14
+ "hidden_size": 5120,
15
+ "keys_to_ignore_at_inference": [
16
+ "past_key_values"
17
+ ],
18
+ "llm_config": {
19
+ "_name_or_path": "Qwen/Qwen2.5-32B-Instruct",
20
+ "architectures": [
21
+ "Qwen2ForCausalLM"
22
+ ],
23
+ "attention_dropout": 0.0,
24
+ "bos_token_id": 151643,
25
+ "dtype": "bfloat16",
26
+ "eos_token_id": 151645,
27
+ "hidden_act": "silu",
28
+ "hidden_size": 5120,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 27648,
31
+ "layer_types": [
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention",
64
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention",
73
+ "full_attention",
74
+ "full_attention",
75
+ "full_attention",
76
+ "full_attention",
77
+ "full_attention",
78
+ "full_attention",
79
+ "full_attention",
80
+ "full_attention",
81
+ "full_attention",
82
+ "full_attention",
83
+ "full_attention",
84
+ "full_attention",
85
+ "full_attention",
86
+ "full_attention",
87
+ "full_attention",
88
+ "full_attention",
89
+ "full_attention",
90
+ "full_attention",
91
+ "full_attention",
92
+ "full_attention",
93
+ "full_attention",
94
+ "full_attention",
95
+ "full_attention"
96
+ ],
97
+ "max_position_embeddings": 32768,
98
+ "max_window_layers": 70,
99
+ "model_type": "qwen2",
100
+ "num_attention_heads": 40,
101
+ "num_hidden_layers": 64,
102
+ "num_key_value_heads": 8,
103
+ "pad_token_id": 151643,
104
+ "rms_norm_eps": 1e-06,
105
+ "rope_scaling": null,
106
+ "rope_theta": 1000000.0,
107
+ "sliding_window": null,
108
+ "use_bfloat16": true,
109
+ "use_cache": true,
110
+ "use_sliding_window": false,
111
+ "vocab_size": 151674
112
+ },
113
+ "max_dynamic_patch": 12,
114
+ "min_dynamic_patch": 1,
115
+ "model_type": "internvl_chat",
116
+ "output_attentions": false,
117
+ "pad_token_id": 151643,
118
+ "ps_version": "v2",
119
+ "select_layer": -1,
120
+ "template": "internvl2_5",
121
+ "tie_word_embeddings": false,
122
+ "transformers_version": null,
123
+ "use_backbone_lora": 0,
124
+ "use_llm_lora": 0,
125
+ "use_thumbnail": true,
126
+ "vision_config": {
127
+ "architectures": [
128
+ "InternVisionModel"
129
+ ],
130
+ "attention_dropout": 0.0,
131
+ "drop_path_rate": 0.0,
132
+ "dropout": 0.0,
133
+ "dtype": "bfloat16",
134
+ "hidden_act": "gelu",
135
+ "hidden_size": 3200,
136
+ "image_size": 448,
137
+ "initializer_factor": 0.1,
138
+ "initializer_range": 1e-10,
139
+ "intermediate_size": 12800,
140
+ "layer_norm_eps": 1e-06,
141
+ "model_type": "intern_vit_6b",
142
+ "norm_type": "rms_norm",
143
+ "num_attention_heads": 25,
144
+ "num_channels": 3,
145
+ "num_hidden_layers": 45,
146
+ "pad_token_id": 151643,
147
+ "patch_size": 14,
148
+ "qk_normalization": true,
149
+ "qkv_bias": false,
150
+ "use_bfloat16": true,
151
+ "use_flash_attn": false
152
+ }
153
+ }
Galaxy_attribute_prediction/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": [
4
+ 151644,
5
+ 151645
6
+ ],
7
+ "transformers_version": "4.57.1"
8
+ }
Galaxy_attribute_prediction/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
Galaxy_attribute_prediction/model-00001-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef68469d079fb76768af06445ee0c3f38f2ba80e6844672a0ee1e98b34b30cf6
3
+ size 4988569440
Galaxy_attribute_prediction/model-00002-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad302dce3fffd0dd282bf1ce14281d942d8b4e268af081669e4a16c6afdf10a
3
+ size 4937253584
Galaxy_attribute_prediction/model-00003-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027a966402b67d8481a7eb7de622951e1256d73ad667cc0bf05cd2519e1969bd
3
+ size 4776649296
Galaxy_attribute_prediction/model-00004-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f1493f938085db975feb15bda08d75a9028bc6f0efae01b68ba2d1ed68cf43
3
+ size 4876060256
Galaxy_attribute_prediction/model-00005-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99c0907ef29e45ed0c279a301f821597b8a5d08aefaa491fd255910cab90cc1
3
+ size 4876060272
Galaxy_attribute_prediction/model-00006-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc4dc73c1cdc59b6ee8acb92e3628a8644d665d0fb878b4dd70f309a8925a429
3
+ size 4876060312
Galaxy_attribute_prediction/model-00007-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9618110839ac2037013d15173a9beb6c25d44c8c70c696ac067c70d74c3c4a47
3
+ size 4876060312
Galaxy_attribute_prediction/model-00008-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c3f844e0e18358d153f225870d414e00aea4aad76130c0f3eb0158c1103c26
3
+ size 4876060312
Galaxy_attribute_prediction/model-00009-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ea91a6d35dc0dc415088701c902a9c0f85f0dc2af0740aea5a2244d5d8b1bf
3
+ size 4876060312
Galaxy_attribute_prediction/model-00010-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:349dd2cc5ab5b621cf4bffeb239714a2a4b122d33a3a44705bdbde6999a1bb87
3
+ size 4876060312
Galaxy_attribute_prediction/model-00011-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d521066a2acbf9e17a26e8feecca4417c085e5cca28e043c6b33d0e8f7249783
3
+ size 4876060312
Galaxy_attribute_prediction/model-00012-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d323b4527a5de4f6d16209d5be69b08f078152b29ce1da0448a58f49ef3a4494
3
+ size 4876060312
Galaxy_attribute_prediction/model-00013-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78508878d8b6f4e643b1c6c4ff4bc03f2993cb00cc656fa2120e3dbe27675176
3
+ size 4876060312
Galaxy_attribute_prediction/model-00014-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f5aad5d33066a4578413f00e9e9d049ee6b5ba9ac2b27ba7a8b8c790deeddf
3
+ size 4876060312
Galaxy_attribute_prediction/model-00015-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd6620ab0dcd7ed508017155b1e8365ed6cbf1eee3444bf5679fbef09f2f79d
3
+ size 4876060312
Galaxy_attribute_prediction/model-00016-of-00016.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2f949f518cc2755c13b7b3ad5881099cd3742fcb9235dc072a1e9d11e916d93
3
+ size 3561305016
Galaxy_attribute_prediction/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
Galaxy_attribute_prediction/preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 448,
3
+ "do_center_crop": true,
4
+ "do_normalize": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "CLIPFeatureExtractor",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "size": 448
19
+ }
Galaxy_attribute_prediction/special_tokens_map.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "<img>",
17
+ "</img>",
18
+ "<IMG_CONTEXT>",
19
+ "<quad>",
20
+ "</quad>",
21
+ "<ref>",
22
+ "</ref>",
23
+ "<box>",
24
+ "</box>"
25
+ ],
26
+ "eos_token": {
27
+ "content": "<|im_end|>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ },
33
+ "pad_token": {
34
+ "content": "<|endoftext|>",
35
+ "lstrip": false,
36
+ "normalized": false,
37
+ "rstrip": false,
38
+ "single_word": false
39
+ }
40
+ }
Galaxy_attribute_prediction/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a2790c1c37a3f4774fef44480b2b50e3c0f40f2122d26e057f249460b8735d
3
+ size 11423542
Galaxy_attribute_prediction/tokenizer_config.json ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "151643": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "151644": {
15
+ "content": "<|im_start|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "151645": {
23
+ "content": "<|im_end|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "151646": {
31
+ "content": "<|object_ref_start|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ },
38
+ "151647": {
39
+ "content": "<|object_ref_end|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": true
45
+ },
46
+ "151648": {
47
+ "content": "<|box_start|>",
48
+ "lstrip": false,
49
+ "normalized": false,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": true
53
+ },
54
+ "151649": {
55
+ "content": "<|box_end|>",
56
+ "lstrip": false,
57
+ "normalized": false,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": true
61
+ },
62
+ "151650": {
63
+ "content": "<|quad_start|>",
64
+ "lstrip": false,
65
+ "normalized": false,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": true
69
+ },
70
+ "151651": {
71
+ "content": "<|quad_end|>",
72
+ "lstrip": false,
73
+ "normalized": false,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": true
77
+ },
78
+ "151652": {
79
+ "content": "<|vision_start|>",
80
+ "lstrip": false,
81
+ "normalized": false,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": true
85
+ },
86
+ "151653": {
87
+ "content": "<|vision_end|>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": true
93
+ },
94
+ "151654": {
95
+ "content": "<|vision_pad|>",
96
+ "lstrip": false,
97
+ "normalized": false,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": true
101
+ },
102
+ "151655": {
103
+ "content": "<|image_pad|>",
104
+ "lstrip": false,
105
+ "normalized": false,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": true
109
+ },
110
+ "151656": {
111
+ "content": "<|video_pad|>",
112
+ "lstrip": false,
113
+ "normalized": false,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": true
117
+ },
118
+ "151657": {
119
+ "content": "<tool_call>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "151658": {
127
+ "content": "</tool_call>",
128
+ "lstrip": false,
129
+ "normalized": false,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "151659": {
135
+ "content": "<|fim_prefix|>",
136
+ "lstrip": false,
137
+ "normalized": false,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "151660": {
143
+ "content": "<|fim_middle|>",
144
+ "lstrip": false,
145
+ "normalized": false,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "151661": {
151
+ "content": "<|fim_suffix|>",
152
+ "lstrip": false,
153
+ "normalized": false,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "151662": {
159
+ "content": "<|fim_pad|>",
160
+ "lstrip": false,
161
+ "normalized": false,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "151663": {
167
+ "content": "<|repo_name|>",
168
+ "lstrip": false,
169
+ "normalized": false,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "151664": {
175
+ "content": "<|file_sep|>",
176
+ "lstrip": false,
177
+ "normalized": false,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "151665": {
183
+ "content": "<img>",
184
+ "lstrip": false,
185
+ "normalized": false,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": true
189
+ },
190
+ "151666": {
191
+ "content": "</img>",
192
+ "lstrip": false,
193
+ "normalized": false,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": true
197
+ },
198
+ "151667": {
199
+ "content": "<IMG_CONTEXT>",
200
+ "lstrip": false,
201
+ "normalized": false,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": true
205
+ },
206
+ "151668": {
207
+ "content": "<quad>",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": true
213
+ },
214
+ "151669": {
215
+ "content": "</quad>",
216
+ "lstrip": false,
217
+ "normalized": false,
218
+ "rstrip": false,
219
+ "single_word": false,
220
+ "special": true
221
+ },
222
+ "151670": {
223
+ "content": "<ref>",
224
+ "lstrip": false,
225
+ "normalized": false,
226
+ "rstrip": false,
227
+ "single_word": false,
228
+ "special": true
229
+ },
230
+ "151671": {
231
+ "content": "</ref>",
232
+ "lstrip": false,
233
+ "normalized": false,
234
+ "rstrip": false,
235
+ "single_word": false,
236
+ "special": true
237
+ },
238
+ "151672": {
239
+ "content": "<box>",
240
+ "lstrip": false,
241
+ "normalized": false,
242
+ "rstrip": false,
243
+ "single_word": false,
244
+ "special": true
245
+ },
246
+ "151673": {
247
+ "content": "</box>",
248
+ "lstrip": false,
249
+ "normalized": false,
250
+ "rstrip": false,
251
+ "single_word": false,
252
+ "special": true
253
+ }
254
+ },
255
+ "additional_special_tokens": [
256
+ "<|im_start|>",
257
+ "<|im_end|>",
258
+ "<|object_ref_start|>",
259
+ "<|object_ref_end|>",
260
+ "<|box_start|>",
261
+ "<|box_end|>",
262
+ "<|quad_start|>",
263
+ "<|quad_end|>",
264
+ "<|vision_start|>",
265
+ "<|vision_end|>",
266
+ "<|vision_pad|>",
267
+ "<|image_pad|>",
268
+ "<|video_pad|>",
269
+ "<img>",
270
+ "</img>",
271
+ "<IMG_CONTEXT>",
272
+ "<quad>",
273
+ "</quad>",
274
+ "<ref>",
275
+ "</ref>",
276
+ "<box>",
277
+ "</box>"
278
+ ],
279
+ "bos_token": null,
280
+ "clean_up_tokenization_spaces": false,
281
+ "eos_token": "<|im_end|>",
282
+ "errors": "replace",
283
+ "extra_special_tokens": {},
284
+ "model_max_length": 8192,
285
+ "pad_token": "<|endoftext|>",
286
+ "split_special_tokens": false,
287
+ "tokenizer_class": "Qwen2Tokenizer",
288
+ "unk_token": null
289
+ }
Galaxy_attribute_prediction/vocab.json ADDED
The diff for this file is too large to render. See raw diff