Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- args.json +397 -0
- chat_template.jinja +89 -0
- logging.jsonl +2 -0
- merges.txt +0 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +239 -0
- training_args.bin +3 -0
- 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/root/.cache/huggingface/hub/models--Qwen--Qwen3-8B/snapshots/b968826d9c46dd6066d109eabc6255188de91218",
|
| 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.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": [],
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 8,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"v_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"up_proj",
|
| 32 |
+
"down_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"o_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be87ecc37309e86562cc44f4661d83ad550a141651aa17116805fb7a3c9ed2e6
|
| 3 |
+
size 43713984
|
added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
args.json
ADDED
|
@@ -0,0 +1,397 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"output_dir": "/app/outputs/sft-qwen3/v4-20260317-135206",
|
| 3 |
+
"overwrite_output_dir": false,
|
| 4 |
+
"do_train": false,
|
| 5 |
+
"do_eval": false,
|
| 6 |
+
"do_predict": false,
|
| 7 |
+
"eval_strategy": "epoch",
|
| 8 |
+
"prediction_loss_only": false,
|
| 9 |
+
"per_device_train_batch_size": 1,
|
| 10 |
+
"per_device_eval_batch_size": 1,
|
| 11 |
+
"per_gpu_train_batch_size": null,
|
| 12 |
+
"per_gpu_eval_batch_size": null,
|
| 13 |
+
"gradient_accumulation_steps": 8,
|
| 14 |
+
"eval_accumulation_steps": null,
|
| 15 |
+
"eval_delay": 0,
|
| 16 |
+
"torch_empty_cache_steps": null,
|
| 17 |
+
"learning_rate": 1e-05,
|
| 18 |
+
"weight_decay": 0.1,
|
| 19 |
+
"adam_beta1": 0.9,
|
| 20 |
+
"adam_beta2": 0.95,
|
| 21 |
+
"adam_epsilon": 1e-08,
|
| 22 |
+
"max_grad_norm": 1.0,
|
| 23 |
+
"num_train_epochs": 1.0,
|
| 24 |
+
"max_steps": -1,
|
| 25 |
+
"lr_scheduler_type": "cosine",
|
| 26 |
+
"lr_scheduler_kwargs": null,
|
| 27 |
+
"warmup_ratio": 0.05,
|
| 28 |
+
"warmup_steps": 0,
|
| 29 |
+
"log_level": "passive",
|
| 30 |
+
"log_level_replica": "warning",
|
| 31 |
+
"log_on_each_node": true,
|
| 32 |
+
"logging_dir": "/app/outputs/sft-qwen3/v4-20260317-135206/runs",
|
| 33 |
+
"logging_strategy": "steps",
|
| 34 |
+
"logging_first_step": true,
|
| 35 |
+
"logging_steps": 10,
|
| 36 |
+
"logging_nan_inf_filter": true,
|
| 37 |
+
"save_strategy": "epoch",
|
| 38 |
+
"save_steps": 500,
|
| 39 |
+
"save_total_limit": null,
|
| 40 |
+
"save_safetensors": true,
|
| 41 |
+
"save_on_each_node": false,
|
| 42 |
+
"save_only_model": true,
|
| 43 |
+
"restore_callback_states_from_checkpoint": false,
|
| 44 |
+
"no_cuda": false,
|
| 45 |
+
"use_cpu": false,
|
| 46 |
+
"use_mps_device": false,
|
| 47 |
+
"seed": 42,
|
| 48 |
+
"data_seed": 42,
|
| 49 |
+
"jit_mode_eval": false,
|
| 50 |
+
"bf16": true,
|
| 51 |
+
"fp16": false,
|
| 52 |
+
"fp16_opt_level": "O1",
|
| 53 |
+
"half_precision_backend": "auto",
|
| 54 |
+
"bf16_full_eval": false,
|
| 55 |
+
"fp16_full_eval": false,
|
| 56 |
+
"tf32": null,
|
| 57 |
+
"local_rank": 0,
|
| 58 |
+
"ddp_backend": null,
|
| 59 |
+
"tpu_num_cores": null,
|
| 60 |
+
"tpu_metrics_debug": false,
|
| 61 |
+
"debug": null,
|
| 62 |
+
"dataloader_drop_last": false,
|
| 63 |
+
"eval_steps": null,
|
| 64 |
+
"dataloader_num_workers": 4,
|
| 65 |
+
"dataloader_prefetch_factor": null,
|
| 66 |
+
"past_index": -1,
|
| 67 |
+
"run_name": "/app/outputs/sft-qwen3/v4-20260317-135206",
|
| 68 |
+
"disable_tqdm": null,
|
| 69 |
+
"remove_unused_columns": true,
|
| 70 |
+
"label_names": null,
|
| 71 |
+
"load_best_model_at_end": false,
|
| 72 |
+
"metric_for_best_model": "loss",
|
| 73 |
+
"greater_is_better": false,
|
| 74 |
+
"ignore_data_skip": false,
|
| 75 |
+
"fsdp": [],
|
| 76 |
+
"fsdp_min_num_params": 0,
|
| 77 |
+
"fsdp_config": null,
|
| 78 |
+
"fsdp_transformer_layer_cls_to_wrap": null,
|
| 79 |
+
"accelerator_config": {
|
| 80 |
+
"dispatch_batches": false
|
| 81 |
+
},
|
| 82 |
+
"parallelism_config": null,
|
| 83 |
+
"deepspeed": {
|
| 84 |
+
"fp16": {
|
| 85 |
+
"enabled": "auto",
|
| 86 |
+
"loss_scale": 0,
|
| 87 |
+
"loss_scale_window": 1000,
|
| 88 |
+
"initial_scale_power": 16,
|
| 89 |
+
"hysteresis": 2,
|
| 90 |
+
"min_loss_scale": 1
|
| 91 |
+
},
|
| 92 |
+
"bf16": {
|
| 93 |
+
"enabled": "auto"
|
| 94 |
+
},
|
| 95 |
+
"zero_optimization": {
|
| 96 |
+
"stage": 3,
|
| 97 |
+
"offload_optimizer": {
|
| 98 |
+
"device": "none",
|
| 99 |
+
"pin_memory": true
|
| 100 |
+
},
|
| 101 |
+
"offload_param": {
|
| 102 |
+
"device": "none",
|
| 103 |
+
"pin_memory": true
|
| 104 |
+
},
|
| 105 |
+
"overlap_comm": false,
|
| 106 |
+
"contiguous_gradients": true,
|
| 107 |
+
"sub_group_size": 1000000000.0,
|
| 108 |
+
"reduce_bucket_size": "auto",
|
| 109 |
+
"zero_quantized_weights": false,
|
| 110 |
+
"zero_quantized_gradients": false,
|
| 111 |
+
"stage3_prefetch_bucket_size": "auto",
|
| 112 |
+
"stage3_param_persistence_threshold": "auto",
|
| 113 |
+
"stage3_max_live_parameters": 1000000000.0,
|
| 114 |
+
"stage3_max_reuse_distance": 1000000000.0,
|
| 115 |
+
"stage3_gather_16bit_weights_on_model_save": true
|
| 116 |
+
},
|
| 117 |
+
"gradient_accumulation_steps": "auto",
|
| 118 |
+
"gradient_clipping": "auto",
|
| 119 |
+
"steps_per_print": 2000,
|
| 120 |
+
"train_batch_size": "auto",
|
| 121 |
+
"train_micro_batch_size_per_gpu": "auto",
|
| 122 |
+
"wall_clock_breakdown": false
|
| 123 |
+
},
|
| 124 |
+
"label_smoothing_factor": 0.0,
|
| 125 |
+
"optim": "adamw_torch_fused",
|
| 126 |
+
"optim_args": null,
|
| 127 |
+
"adafactor": false,
|
| 128 |
+
"group_by_length": false,
|
| 129 |
+
"length_column_name": "length",
|
| 130 |
+
"report_to": [
|
| 131 |
+
"wandb"
|
| 132 |
+
],
|
| 133 |
+
"project": "huggingface",
|
| 134 |
+
"trackio_space_id": "trackio",
|
| 135 |
+
"ddp_find_unused_parameters": null,
|
| 136 |
+
"ddp_bucket_cap_mb": null,
|
| 137 |
+
"ddp_broadcast_buffers": null,
|
| 138 |
+
"dataloader_pin_memory": true,
|
| 139 |
+
"dataloader_persistent_workers": false,
|
| 140 |
+
"skip_memory_metrics": true,
|
| 141 |
+
"use_legacy_prediction_loop": false,
|
| 142 |
+
"push_to_hub": true,
|
| 143 |
+
"resume_from_checkpoint": null,
|
| 144 |
+
"hub_model_id": "StudioDesign/sft-qwen3",
|
| 145 |
+
"hub_strategy": "every_save",
|
| 146 |
+
"hub_token": null,
|
| 147 |
+
"hub_private_repo": null,
|
| 148 |
+
"hub_always_push": false,
|
| 149 |
+
"hub_revision": null,
|
| 150 |
+
"gradient_checkpointing": true,
|
| 151 |
+
"gradient_checkpointing_kwargs": null,
|
| 152 |
+
"include_inputs_for_metrics": false,
|
| 153 |
+
"include_for_metrics": [],
|
| 154 |
+
"eval_do_concat_batches": true,
|
| 155 |
+
"fp16_backend": "auto",
|
| 156 |
+
"push_to_hub_model_id": null,
|
| 157 |
+
"push_to_hub_organization": null,
|
| 158 |
+
"push_to_hub_token": null,
|
| 159 |
+
"mp_parameters": "",
|
| 160 |
+
"auto_find_batch_size": false,
|
| 161 |
+
"full_determinism": false,
|
| 162 |
+
"torchdynamo": null,
|
| 163 |
+
"ray_scope": "last",
|
| 164 |
+
"ddp_timeout": 18000000,
|
| 165 |
+
"torch_compile": false,
|
| 166 |
+
"torch_compile_backend": null,
|
| 167 |
+
"torch_compile_mode": null,
|
| 168 |
+
"include_tokens_per_second": false,
|
| 169 |
+
"include_num_input_tokens_seen": false,
|
| 170 |
+
"neftune_noise_alpha": null,
|
| 171 |
+
"optim_target_modules": null,
|
| 172 |
+
"batch_eval_metrics": false,
|
| 173 |
+
"eval_on_start": false,
|
| 174 |
+
"use_liger_kernel": false,
|
| 175 |
+
"liger_kernel_config": null,
|
| 176 |
+
"eval_use_gather_object": false,
|
| 177 |
+
"average_tokens_across_devices": true,
|
| 178 |
+
"sortish_sampler": false,
|
| 179 |
+
"predict_with_generate": false,
|
| 180 |
+
"generation_max_length": null,
|
| 181 |
+
"generation_num_beams": null,
|
| 182 |
+
"generation_config": null,
|
| 183 |
+
"tuner_backend": "peft",
|
| 184 |
+
"vit_gradient_checkpointing": null,
|
| 185 |
+
"router_aux_loss_coef": 0.0,
|
| 186 |
+
"enable_dft_loss": false,
|
| 187 |
+
"enable_channel_loss": false,
|
| 188 |
+
"check_model": true,
|
| 189 |
+
"acc_strategy": "token",
|
| 190 |
+
"train_dataloader_shuffle": true,
|
| 191 |
+
"max_epochs": null,
|
| 192 |
+
"aligner_lr": null,
|
| 193 |
+
"vit_lr": null,
|
| 194 |
+
"use_logits_to_keep": null,
|
| 195 |
+
"ds3_gather_for_generation": true,
|
| 196 |
+
"resume_only_model": false,
|
| 197 |
+
"optimizer": null,
|
| 198 |
+
"loss_type": null,
|
| 199 |
+
"metric": null,
|
| 200 |
+
"eval_use_evalscope": false,
|
| 201 |
+
"eval_dataset": [],
|
| 202 |
+
"eval_dataset_args": null,
|
| 203 |
+
"eval_limit": null,
|
| 204 |
+
"eval_generation_config": null,
|
| 205 |
+
"extra_eval_args": null,
|
| 206 |
+
"use_flash_ckpt": false,
|
| 207 |
+
"use_ray": false,
|
| 208 |
+
"ray_exp_name": null,
|
| 209 |
+
"device_groups": null,
|
| 210 |
+
"model": "Qwen/Qwen3-8B",
|
| 211 |
+
"model_type": "qwen3",
|
| 212 |
+
"model_revision": null,
|
| 213 |
+
"task_type": "causal_lm",
|
| 214 |
+
"torch_dtype": "bfloat16",
|
| 215 |
+
"attn_impl": null,
|
| 216 |
+
"new_special_tokens": [],
|
| 217 |
+
"num_labels": null,
|
| 218 |
+
"problem_type": null,
|
| 219 |
+
"rope_scaling": null,
|
| 220 |
+
"device_map": null,
|
| 221 |
+
"max_memory": {},
|
| 222 |
+
"max_model_len": null,
|
| 223 |
+
"local_repo_path": null,
|
| 224 |
+
"init_strategy": null,
|
| 225 |
+
"template": "qwen3",
|
| 226 |
+
"system": "あなたはHTMLから、StudioDOM(デザイン情報が入ったjsonファイル)に変換するエキスパートです。\n\n# タスク\n与えられたHTMLソースコードを分析し、指定されたJSON形式に変換してください。\n\n# 入力\nHTMLソースコード: ウェブページの構造とスタイル情報\n\n# 出力\n以下の形式のStudioDOM(デザイン情報が入ったjsonファイル)\n\n# Studio DOM型定義\n\n## 基本型\n\n### DomBase\nすべてのDOM要素の基底インターフェース。\n```typescript\ninterface DomBase {\n tagName?: string; // HTMLタグ名\n name?: string; // 要素名\n id?: string; // HTML id属性\n renderIf?: RenderIfDto; // 条件付きレンダリング\n slot?: \"before\" | \"after\";\n}\n```\n\n### DomElement\nスタイルと属性を持つ要素の基底。\n```typescript\ninterface DomElement extends DomBase {\n style?: StudioDomStyle; // CSSスタイル定義\n attrs?: StudioAttrs; // HTML属性\n}\n```\n\n### DomLink\nリンク機能を持つ要素のミックスイン。\n```typescript\ntype DomLink = {\n link?: { newTab: boolean; path: string };\n action?: { type: \"link\" | \"modal\" | \"close\" | \"allowCookie\" | \"denyCookie\" | \"anchorLink\"; val?: string };\n}\n```\n\n## 要素型一覧\n\n### TextDom - テキスト要素\n```typescript\ninterface TextDom extends DomElement, DomLink {\n content: { type: \"text\"; data: string };\n classes?: string[];\n}\n```\n\n### ImgDom - 画像要素\n```typescript\ninterface ImgDom extends DomElement, DomLink {\n content: { type: \"img\"; src: string; alt?: string };\n}\n```\n\n### BoxDom - コンテナ要素\n```typescript\ntype BoxDom = DomElement & DomLink & {\n children: PublishedDom[]; // 子要素\n content?: StudioDomContent | { type: \"image\"; src: string };\n webComponents?: WebComponents;\n transition?: ModalTransitionStyle;\n}\n```\n\n### IconDom - アイコン要素\n```typescript\ninterface IconDom extends DomElement, DomLink {\n content: IconDomContent & { href?: string };\n}\ninterface IconDomContent {\n type: \"icon\" | \"icon-fa\" | \"icon-solid\" | \"icon-brands\";\n data: string; // アイコン名\n}\ninterface IconDomContentMaterialSymbol {\n type: \"icon-symbol\";\n data: string;\n fill: 0 | 1;\n weight: 100 | 200 | 300 | 400 | 500 | 600 | 700;\n}\n```\n\n### IframeDom - iframe要素\n```typescript\ninterface IframeDom extends DomElement {\n content: { type: \"iframe\" | \"sandbox\"; data: string };\n}\n```\n\n### InputDom - 入力フィールド\n```typescript\ninterface InputDom extends DomElement {\n content: { type: \"input\" | \"textarea\" };\n attrs: StudioAttrs & { placeholder?: string };\n}\n```\n\n### SelectDom - セレクトボックス\n```typescript\ninterface SelectDom extends DomElement {\n content: { type: \"select\"; options: { label: string; value: string }[] };\n attrs: StudioAttrs & { required: boolean; name: string };\n}\n```\n\n### ButtonDom - ボタン要素\n```typescript\ntype ButtonDom = DomElement & {\n content: { type: \"button\" };\n on?: { click?: string; blur?: string };\n children: PublishedDom[];\n}\n```\n\n### FormDom - フォーム要素\n```typescript\ninterface FormDom extends DomElement {\n content: { type: \"form\"; formSuccessPageId?: string };\n children: PublishedDom[];\n}\n```\n\n### VideoDom - 動画要素\n```typescript\ninterface VideoDom extends DomElement {\n content: {\n type: \"video\";\n src: string;\n video?: {\n autoplay?: boolean;\n loop?: boolean;\n controls?: boolean;\n muted?: boolean;\n poster?: string;\n playsinline?: boolean;\n };\n };\n}\n```\n\n### LottieDom - Lottieアニメーション\n```typescript\ninterface LottieDom extends DomElement {\n content: {\n type: \"lottie\";\n lottie?: {\n playType?: \"autoplay\" | \"hover\" | \"scroll\" | \"cursor\" | \"click\" | \"appear\";\n controls: boolean;\n loop?: boolean;\n speed?: number;\n src: string;\n };\n };\n}\n```\n\n### SectionDom - セクション要素\n```typescript\ninterface SectionDom extends BoxDom {\n type: \"section\";\n}\n```\n\n### RefDom - 参照要素(シンボル参照)\n```typescript\ninterface RefDom extends DomBase {\n type: \"ref\";\n refId: string; // 参照先のID\n state?: object;\n props?: Record<string, string>;\n}\n```\n\n## 動的コンテンツ要素\n\n### ListDom - リスト要素\n配列データをループ表示。4種類のデータソースに対応。\n```typescript\n// 共通構造\ninterface ListDomBase extends DomElement, DomLink {\n type: \"list\";\n defs: [{ key: \"list\"; type: \"array\" | \"cmsRequest\"; uid: string }];\n children: [ListItemDom] | [ListItemDom, BoxDom]; // アイテムテンプレート + ローディング表示\n}\n// データソース種別\n// - StateListDom: state.list に直接データを持つ\n// - PropsListDom: props.list でデータバインディング\n// - RSSListDom: props.list が \"$rss.{id}.items\" 形式\n// - CmsListDom: defs[0].type が \"cmsRequest\"\n```\n\n### CarouselDom - カルーセル要素\nスライド表示コンポーネント。\n```typescript\ninterface CarouselDom extends DomElement {\n type: \"carousel\";\n state: {\n pageIndex: number;\n maxLength: number;\n playing: boolean;\n autoDuration: number;\n list: object[];\n };\n children: [CarouselTrackDom] | [CarouselTrackDom, CarouselControlDom];\n on: { touchstart: string; touchmove: string; touchend: string };\n}\n```\n\n### SwitchDom - タブ/スイッチ要素\n複数コンテンツの切り替え表示。\n```typescript\ninterface SwitchDom extends DomElement, DomLink {\n type: \"switch\";\n defs: [{ key: \"option\"; type: \"option\"; options: { key: string; label: string }[] }];\n state: { option: string }; // 選択中のオプションキー\n children: [SwitchTabsDom, ...SwitchContentDom[]];\n}\n```\n\n### ToggleDom - トグル/アコーディオン要素\n開閉可能なコンテンツ。\n```typescript\ninterface ToggleDom extends DomElement, DomLink {\n type: \"toggle\";\n state: { isClose: boolean };\n children: [ToggleLabelDom, ToggleContentDom];\n}\n```\n\n## 条件付きレンダリング (RenderIf)\n要素の表示条件を定義。\n```typescript\ntype RenderIfQuery =\n | { fieldPath: string } // フィールドの存在確認\n | { fieldPath: string; opStr: \"!\" } // 否定\n | { fieldPath: string; opStr: \"===\"; value: string } // 等価比較\n | { fieldPath: string; opStr: \"!==\"; value: string } // 不等価比較\n | { fieldPath: string; opStr: \"relativeToToday\"; value: { amount: number; unit: \"year\" | \"month\" | \"week\" | \"day\" } };\n```\n\n## PublishedDom 統合型\nすべてのDOM型のユニオン。\n```typescript\ntype PublishedDom =\n | IframeDom | TextDom | ImgDom | BoxDom | IconDom\n | InputDom | SelectDom | ButtonDom | FormDom\n | VideoDom | LottieDom | SectionDom | RefDom\n | ListDom | CarouselDom | SwitchDom | ToggleDom\n // ... その他の型\n```\n\n## 型判定ユーティリティ\n`$PublishedDom`オブジェクトで型判定可能。\n```typescript\n$PublishedDom.isTextDom(dom) // TextDomか判定\n$PublishedDom.isImgDom(dom) // ImgDomか判定\n$PublishedDom.isListDom(dom) // ListDomか判定\n$PublishedDom.hasChildren(dom) // 子要素を持つか判定\n$PublishedDom.hasStyle(dom) // スタイルを持つか判定\n```\n\n# Examples\n\n## Example 1\n\n### Input\n```html\n<!DOCTYPE html>\n<html lang=\"\">\n<head>\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title></title>\n<meta name=\"description\" content=\"\">\n<link rel=\"icon\" type=\"image/png\" href=\"https://storage.googleapis.com/studio-preview/favicon.svg\">\n<link rel=\"canonical\" href=\"https://template-preview.studio.design/8XKOkrRW4v/latest/\">\n<link rel=\"apple-touch-icon\" type=\"image/png\" href=\"https://storage.googleapis.com/studio-preview/favicon.svg\">\n<meta name=\"robots\" content=\"all\">\n<meta property=\"og:site_name\" content=\"\">\n<meta property=\"og:title\" content=\"\">\n<meta property=\"og:image\" content=\"\">\n<meta property=\"og:description\" content=\"\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:card\" content=\"summary_large_image\">\n<meta property=\"twitter:image\" content=\"\">\n<meta name=\"apple-mobile-web-app-title\" content=\"\">\n<meta name=\"format-detection\" content=\"telephone=no,email=no,address=no\">\n<meta name=\"chrome\" content=\"nointentdetection\">\n<meta property=\"og:url\" content=\"https://template-preview.studio.design/8XKOkrRW4v/latest/\">\n\n\n<meta name=\"date\" content=\"2026-02-18T16:15:29+09:00\">\n<meta name=\"generator\" content=\"Studio.Design.HRC\">\n\n\n\n<!-- BASE_CSS_REMOVED -->\n<style>:root { --s-color-3d94ef4a: undefined; }</style>\n\n<style>.sd-1 { align-content:center; align-items:center; background:var(--s-color-3d94ef4a); height:100%; padding:0px; width:100%; max-width:100%; }</style>\n\n\n<script>\n(()=>{var Z=[[\"windows nt\",\"windows\"],[\"android\",\"android\"],[\"iphone\",\"iphone\"],[\"ipad\",\"iphone\"],[\"mac os x\",\"mac\"]],$=[[(q)=>q.includes(\"msie\")||q.includes(\"trident\"),\"IE\"],[(q)=>q.includes(\"edge\")||q.includes(\"edg\"),\"Edge\"],[(q)=>q.includes(\"opr\")||q.includes(\"opera\"),\"opera\"],[(q)=>q.includes(\"firefox\"),\"firefox\"],[(q)=>q.includes(\"chrome\")&&!q.includes(\"edg\"),\"chrome\"],[(q)=>q.includes(\"safari\")&&!q.includes(\"chrome\"),\"safari\"]];function Q(q=8){let G=new Uint8Array(q);crypto.getRandomValues(G);let J=\"\";for(let K=0;K<q;K++)J+=\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789\"[G[K]%63];return J}function v(){let q=sessionStorage.getItem(\"studio_analytics_session_id\");if(q)return q;let G=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",G),G}function z(q){return!q||q===\"\"?\"none\":q}function C(q){let G=new URL(q);return{url:q,domain:G.hostname,path:G.pathname}}function D(q){let G=q.toLowerCase(),J=Z.find(([K])=>G.includes(K));if(J)return J[1];return\"etc\"}function F(q){let G=q.toLowerCase(),J=$.find(([K])=>K(G));if(J)return J[1];return\"other\"}function P(q,G,J,K,M=v){let{url:N,domain:X,path:Y}=C(q);return{url:N,domain:X,path:Y,session_id:M(),user_agent:J,referrer:z(G),os:D(J),browser:F(J),project_id:K}}function W(){try{return sessionStorage.setItem(\"__sas_test__\",\"1\"),sessionStorage.removeItem(\"__sas_test__\"),!0}catch{return!1}}function T(q){if(!q)return null;try{return new URL(q).hostname}catch{return null}}function B(q,G){let J=T(q),K=T(G);if(!K)return!0;if(!J)return!0;return J!==K}function L(q,G){if(!W())return Q();let J=B(q,G),K=sessionStorage.getItem(\"studio_analytics_session_id\");if(J){let N=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",N),N}if(K)return K;let M=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",M),M}function _(q){try{let G=window.location.href,J=document.referrer||void 0,K=navigator.userAgent,M=L(G,J),N=P(G,J,K,q,()=>M);setTimeout(()=>{fetch(\"https://analytics.studiodesignapp.com/event\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(N),keepalive:!0}).catch(()=>{})},0)}catch{}}Object.assign(window,{sendAnalytics:_});})();\n\n</script>\n\n</head>\n<body>\n<div class=\"box sd-1\"></div>\n\n\n\n<script>\nfunction initModules() {\n sendAnalytics(\"8XKOkrRW4v\");\n}\nwindow.addEventListener('load', initModules, { once: true });\n</script>\n\n\n</body>\n</html>\n```\n\n### Output\n```json\n{\n \"breakPoints\": [\n {\n \"maxWidth\": 540,\n \"name\": \"mobile\"\n },\n {\n \"maxWidth\": 840,\n \"name\": \"tablet\"\n },\n {\n \"maxWidth\": 1140,\n \"name\": \"small\"\n }\n ],\n \"classes\": {\n \"typography\": [\n {\n \"key\": \"63bf421e\",\n \"name\": \"本文\",\n \"style\": {\n \"@mini\": {\n \"fontSize\": \"0.7rem\"\n },\n \"@mobile\": {\n \"fontSize\": \"0.8rem\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"0.9rem\",\n \"fontWeight\": \"500\",\n \"in:hover\": {\n \"fontWeight\": \"700\"\n },\n \"letterSpacing\": \"0.05em\",\n \"lineHeight\": \"2\",\n \"writingMode\": \"horizontal-tb\"\n }\n },\n {\n \"key\": \"4caeee0d\",\n \"name\": \"小さい文字\",\n \"style\": {\n \"@mobile\": {\n \"fontSize\": \"0.75rem\",\n \"letterSpacing\": \"0.04em\"\n },\n \"@small\": {\n \"fontSize\": \"0.8rem\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"0.85rem\",\n \"fontWeight\": \"500\",\n \"letterSpacing\": \"0.05em\",\n \"lineHeight\": \"2\",\n \"writingMode\": \"horizontal-tb\"\n }\n },\n {\n \"key\": \"df801922\",\n \"name\": \"大きい文字\",\n \"style\": {\n \"@mini\": {\n \"fontSize\": \"1rem\"\n },\n \"@mobile\": {\n \"letterSpacing\": \"0.1em\"\n },\n \"@tablet\": {\n \"fontSize\": \"0.9rem\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"1.2rem\",\n \"fontStyle\": \"normal\",\n \"fontWeight\": \"700\",\n \"letterSpacing\": \"0.04em\",\n \"lineHeight\": \"1.6\",\n \"writingMode\": \"horizontal-tb\"\n }\n },\n {\n \"key\": \"3fa01083\",\n \"name\": \"カテゴリバッジ\",\n \"style\": {\n \"@mobile\": {\n \"fontSize\": \"0.7rem\",\n \"letterSpacing\": \"0.02em\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"0.8rem\",\n \"fontWeight\": \"600\",\n \"letterSpacing\": \"0.05em\",\n \"lineHeight\": \"1.8\",\n \"writingMode\": \"horizontal-tb\"\n }\n },\n {\n \"key\": \"b6a880dd\",\n \"name\": \"ボタン\",\n \"style\": {\n \"@mini\": {\n \"fontSize\": \"11px\"\n },\n \"@small\": {\n \"fontSize\": \"0.8rem\"\n },\n \"@tablet\": {\n \"fontSize\": \"0.85rem\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"0.9rem\",\n \"fontWeight\": \"500\",\n \"in:hover\": {\n \"fontWeight\": \"700\"\n },\n \"lineHeight\": \"1.4\"\n }\n },\n {\n \"key\": \"ee91d7a0\",\n \"name\": \"下層英字タイトル\",\n \"style\": {\n \"@mobile\": {\n \"fontSize\": \"1.8rem\"\n },\n \"fontFamily\": \"var(--s-font-5ebf6bcc)\",\n \"fontSize\": \"2.2rem\",\n \"fontWeight\": \"400\",\n \"lineHeight\": \"1.6\"\n }\n },\n {\n \"key\": \"1c827502\",\n \"name\": \"英字小見出し\",\n \"style\": {\n \"@mini\": {\n \"fontSize\": \"1rem\"\n },\n \"fontFamily\": \"var(--s-font-2ca5ec02)\",\n \"fontSize\": \"1.2rem\",\n \"fontStyle\": \"normal\",\n \"fontWeight\": \"600\",\n \"lineHeight\": \"1.8\",\n \"writingMode\": \"horizontal-tb\"\n }\n },\n {\n \"key\": \"c289a958\",\n \"name\": \"パンクズリスト\",\n \"style\": {\n \":hover\": {\n \"fontWeight\": \"700\"\n },\n \"@mobile\": {\n \"fontSize\": \"10px\",\n \"lineHeight\": \"2\"\n },\n \"@tablet\": {\n \"fontSize\": \"12px\"\n },\n \"fontFamily\": \"var(--s-font-f98ee9ba)\",\n \"fontSize\": \"0.7rem\",\n \"fontWeight\": \"600\",\n \"lineHeight\": \"1.4\"\n }\n }\n ]\n },\n \"colors\": [\n {\n \"color\": \"rgba(0,0,0,0.0)\",\n \"name\": \"transparent\"\n },\n {\n \"color\": \"#FFFFFF\",\n \"name\": \"white\"\n },\n {\n \"color\": \"#1e1e1e\",\n \"name\": \"color\"\n },\n {\n \"color\": \"#8a785a\",\n \"name\": \"color\"\n },\n {\n \"color\": \"#eae8e0ff\",\n \"name\": \"color\"\n },\n {\n \"color\": \"rgba(0, 0, 0, 0.05)\",\n \"name\": \"color\"\n }\n ],\n \"fonts\": [],\n \"info\": {\n \"baseWidth\": 1280,\n \"created_at\": 1518591100346,\n \"screen\": {\n \"baseWidth\": 1280,\n \"height\": 600,\n \"isAutoHeight\": false,\n \"width\": 1280,\n \"workingState\": false\n },\n \"type\": \"web\",\n \"updated_at\": 1518792996878,\n \"version\": \"4.1.9\"\n },\n \"pages\": [\n {\n \"cmsRequest\": {\n \"contentSlug\": \"{{$route.params.slug}}\",\n \"schemaKey\": \"Z926GhRm\"\n },\n \"heightExtension\": 300,\n \"id\": \"category/:slug\",\n \"name\": \"カテゴリーの記事\",\n \"statusBar\": \"\",\n \"type\": \"page\",\n \"view\": {\n \"children\": [\n {\n \"name\": \"\",\n \"refId\": \"b0eff1e9-d3f7-4572-a38b-30887d611063\",\n \"tagName\": \"\",\n \"type\": \"ref\"\n }\n ],\n \"content\": {\n \"type\": \"\"\n },\n \"name\": \"Base\",\n \"style\": {\n \"alignContent\": \"center\",\n \"alignItems\": \"center\",\n \"background\": \"var(--s-color-3d94ef4a)\",\n \"height\": \"100%\",\n \"padding\": \"0px 0px 0px 0px\",\n \"width\": \"100%\"\n }\n }\n }\n ],\n \"resources\": {\n \"cmsProjectId\": \"88062beec5d441069502\"\n },\n \"styleVars\": {\n \"color\": [\n {\n \"key\": \"3d94ef4a\",\n \"name\": \"白\",\n \"value\": \"#ffffffff\"\n }\n ],\n \"fontFamily\": []\n },\n \"symbols\": [\n {\n \"defaultSize\": {\n \"height\": 233.78125,\n \"width\": 1280\n },\n \"name\": \"フッター\",\n \"view\": {\n \"children\": [\n {\n \"children\": [\n {\n \"name\": \"\",\n \"refId\": \"ab196fa9-0972-4673-a9c0-b7d258ce4727\",\n \"tagName\": \"\",\n \"type\": \"ref\"\n },\n {\n \"children\": [\n {\n \"classes\": [\n \"4caeee0d\"\n ],\n \"content\": {\n \"data\": \"採用情報\",\n \"type\": \"text\"\n },\n \"link\": {\n \"newTab\": false,\n \"path\": \"/recruit\"\n },\n \"name\": \"採用情報\",\n \"style\": {\n \":hover\": {\n \"transform\": \"translate(3px, 3px)\"\n },\n \"@tablet\": {\n \"textAlign\": \"right\"\n },\n \"color\": \"var(--s-color-25a50242)\",\n \"flex\": \"none\",\n \"height\": \"auto\",\n \"textAlign\": \"left\",\n \"width\": \"auto\"\n },\n \"tagName\": \"\"\n },\n {\n \"classes\": [\n \"4caeee0d\"\n ],\n \"content\": {\n \"data\": \"会社概要\",\n \"type\": \"text\"\n },\n \"link\": {\n \"newTab\": false,\n \"path\": \"/company\"\n },\n \"name\": \"会社概要\",\n \"style\": {\n \":hover\": {\n \"transform\": \"translate(3px, 3px)\"\n },\n \"@tablet\": {\n \"textAlign\": \"right\"\n },\n \"color\": \"var(--s-color-25a50242)\",\n \"flex\": \"none\",\n \"height\": \"auto\",\n \"textAlign\": \"left\",\n \"width\": \"auto\"\n },\n \"tagName\": \"\"\n },\n {\n \"classes\": [\n \"4caeee0d\"\n ],\n \"content\": {\n \"data\": \"プライバシーポリシー\",\n \"type\": \"text\"\n },\n \"link\": {\n \"newTab\": false,\n \"path\": \"/privacy\"\n },\n \"name\": \"プライバシーポリシー\",\n \"style\": {\n \":hover\": {\n \"transform\": \"translate(3px, 3px)\"\n },\n \"@tablet\": {\n \"textAlign\": \"right\"\n },\n \"color\": \"var(--s-color-25a50242)\",\n \"flex\": \"none\",\n \"height\": \"auto\",\n \"textAlign\": \"left\",\n \"width\": \"auto\"\n },\n \"tagName\": \"\"\n }\n ],\n \"name\": \"メニュー\",\n \"style\": {\n \"@mobile\": {\n \"flexDirection\": \"column\",\n \"margin\": \"40px 0px 0px 0px\"\n },\n \"@tablet\": {\n \"margin\": \"50px 0px 0px 0px\"\n },\n \"alignContent\": \"flex-start\",\n \"alignItems\": \"flex-start\",\n \"flexDirection\": \"row\",\n \"flexWrap\": \"nowrap\",\n \"gap\": \"25px\",\n \"justifyContent\": \"flex-start\",\n \"margin\": \"0px 0px 0px 50px\",\n \"padding\": \"0px\"\n },\n \"tagName\": \"div\"\n }\n ],\n \"name\": \"ロゴ+メニュー\",\n \"style\": {\n \"@mobile\": {\n \"flexDirection\": \"column\"\n },\n \"@tablet\": {\n \"alignContent\": \"flex-start\",\n \"alignItems\": \"flex-start\",\n \"flex\": \"none\",\n \"flexDirection\": \"column\",\n \"flexWrap\": \"nowrap\",\n \"justifyContent\": \"space-between\",\n \"width\": \"100%\"\n },\n \"alignContent\": \"flex-start\",\n \"alignItems\": \"flex-start\",\n \"flex\": \"none\",\n \"flexDirection\": \"row\",\n \"flexWrap\": \"nowrap\",\n \"justifyContent\": \"space-between\",\n \"margin\": \"0px 0px 50px 0px\",\n \"padding\": \"0px\",\n \"width\": \"100%\"\n },\n \"tagName\": \"div\"\n },\n {\n \"content\": {\n \"data\": \"©2024 Book Essence\",\n \"type\": \"text\"\n },\n \"name\": \"コピーライト\",\n \"refId\": \"8a78fe0e-8333-4f02-8fc7-f797d8b95fe0\",\n \"style\": {\n \"@mobile\": {\n \"fontSize\": \"13px\"\n },\n \"@tablet\": {\n \"fontSize\": \"14px\"\n },\n \"bottom\": \"0px\",\n \"color\": \"#000000\",\n \"fontFamily\": \"var(--s-font-2ca5ec02)\",\n \"fontSize\": \"10px\",\n \"fontWeight\": \"500\",\n \"height\": \"auto\",\n \"left\": \"25px\",\n \"lineHeight\": \"1.7\",\n \"margin\": \"0 0 0 0\",\n \"position\": \"absolute\",\n \"right\": \"NaNpx\",\n \"textAlign\": \"center\",\n \"top\": \"NaNpx\",\n \"width\": \"auto\",\n \"writingMode\": \"vertical-rl\"\n },\n \"tagName\": \"\",\n \"type\": \"ref\"\n }\n ],\n \"name\": \"フッター\",\n \"style\": {\n \"@mobile\": {\n \"alignContent\": \"flex-end\",\n \"alignItems\": \"flex-end\",\n \"flexDirection\": \"column\",\n \"flexWrap\": \"nowrap\",\n \"justifyContent\": \"flex-start\",\n \"padding\": \"70px 40px 100px 40px\"\n },\n \"alignContent\": \"flex-start\",\n \"alignItems\": \"flex-start\",\n \"background\": \"var(--s-color-b8b1cba5)\",\n \"flex\": \"none\",\n \"flexDirection\": \"column\",\n \"flexWrap\": \"nowrap\",\n \"height\": \"auto\",\n \"justifyContent\": \"space-between\",\n \"margin\": \"0px 0px 0px 0px\",\n \"padding\": \"100px 40px 100px 40px\",\n \"width\": \"100%\",\n \"zIndex\": \"0\"\n },\n \"tagName\": \"footer\",\n \"type\": \"component\"\n }\n }\n ]\n}\n```\n\n## Example 2\n\n### Input\n```html\n<!DOCTYPE html>\n<html lang=\"\">\n<head>\n\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title></title>\n<meta name=\"description\" content=\"\">\n<link rel=\"icon\" type=\"image/png\" href=\"https://storage.googleapis.com/studio-preview/favicon.svg\">\n<link rel=\"canonical\" href=\"https://template-preview.studio.design/ZmoWvRAW6y/latest/\">\n<link rel=\"apple-touch-icon\" type=\"image/png\" href=\"https://storage.googleapis.com/studio-preview/favicon.svg\">\n<meta name=\"robots\" content=\"noindex\">\n<meta property=\"og:site_name\" content=\"\">\n<meta property=\"og:title\" content=\"\">\n<meta property=\"og:image\" content=\"\">\n<meta property=\"og:description\" content=\"\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"twitter:card\" content=\"summary_large_image\">\n<meta property=\"twitter:image\" content=\"\">\n<meta name=\"apple-mobile-web-app-title\" content=\"\">\n<meta name=\"format-detection\" content=\"telephone=no,email=no,address=no\">\n<meta name=\"chrome\" content=\"nointentdetection\">\n<meta property=\"og:url\" content=\"https://template-preview.studio.design/ZmoWvRAW6y/latest/\">\n\n\n<meta name=\"date\" content=\"2026-02-18T16:22:07+09:00\">\n<meta name=\"generator\" content=\"Studio.Design.HRC\">\n\n\n\n<!-- BASE_CSS_REMOVED -->\n\n\n<style>.sd-1 { background:var(--s-color-1bbe02c8); border-radius:0; height:100%; margin:0; opacity:1; padding:0; width:100%; max-width:100%; }</style>\n<style media=\"(max-width: 690px)\">.sd-1 { padding:56px 0px 0px; }</style>\n\n\n<script>\n(()=>{var Z=[[\"windows nt\",\"windows\"],[\"android\",\"android\"],[\"iphone\",\"iphone\"],[\"ipad\",\"iphone\"],[\"mac os x\",\"mac\"]],$=[[(q)=>q.includes(\"msie\")||q.includes(\"trident\"),\"IE\"],[(q)=>q.includes(\"edge\")||q.includes(\"edg\"),\"Edge\"],[(q)=>q.includes(\"opr\")||q.includes(\"opera\"),\"opera\"],[(q)=>q.includes(\"firefox\"),\"firefox\"],[(q)=>q.includes(\"chrome\")&&!q.includes(\"edg\"),\"chrome\"],[(q)=>q.includes(\"safari\")&&!q.includes(\"chrome\"),\"safari\"]];function Q(q=8){let G=new Uint8Array(q);crypto.getRandomValues(G);let J=\"\";for(let K=0;K<q;K++)J+=\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789\"[G[K]%63];return J}function v(){let q=sessionStorage.getItem(\"studio_analytics_session_id\");if(q)return q;let G=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",G),G}function z(q){return!q||q===\"\"?\"none\":q}function C(q){let G=new URL(q);return{url:q,domain:G.hostname,path:G.pathname}}function D(q){let G=q.toLowerCase(),J=Z.find(([K])=>G.includes(K));if(J)return J[1];return\"etc\"}function F(q){let G=q.toLowerCase(),J=$.find(([K])=>K(G));if(J)return J[1];return\"other\"}function P(q,G,J,K,M=v){let{url:N,domain:X,path:Y}=C(q);return{url:N,domain:X,path:Y,session_id:M(),user_agent:J,referrer:z(G),os:D(J),browser:F(J),project_id:K}}function W(){try{return sessionStorage.setItem(\"__sas_test__\",\"1\"),sessionStorage.removeItem(\"__sas_test__\"),!0}catch{return!1}}function T(q){if(!q)return null;try{return new URL(q).hostname}catch{return null}}function B(q,G){let J=T(q),K=T(G);if(!K)return!0;if(!J)return!0;return J!==K}function L(q,G){if(!W())return Q();let J=B(q,G),K=sessionStorage.getItem(\"studio_analytics_session_id\");if(J){let N=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",N),N}if(K)return K;let M=Q();return sessionStorage.setItem(\"studio_analytics_session_id\",M),M}function _(q){try{let G=window.location.href,J=document.referrer||void 0,K=navigator.userAgent,M=L(G,J),N=P(G,J,K,q,()=>M);setTimeout(()=>{fetch(\"https://analytics.studiodesignapp.com/event\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(N),keepalive:!0}).catch(()=>{})},0)}catch{}}Object.assign(window,{sendAnalytics:_});})();\n\n</script>\n\n</head>\n<body>\n<div class=\"box sd-1\"></div>\n\n\n\n<script>\nfunction initModules() {\n sendAnalytics(\"ZmoWvRAW6y\");\n}\nwindow.addEventListener('load', initModules, { once: true });\n</script>\n\n\n</body>\n</html>\n```\n\n### Output\n```json\n{\n \"breakPoints\": [\n {\n \"maxWidth\": 690,\n \"name\": \"mobile\"\n },\n {\n \"maxWidth\": 840,\n \"name\": \"tablet\"\n },\n {\n \"maxWidth\": 1140,\n \"name\": \"small\"\n },\n {\n \"maxWidth\": 360,\n \"name\": \"mini\"\n }\n ],\n \"colors\": [\n {\n \"color\": \"rgba(0,0,0,0.0)\",\n \"name\": \"transparent\"\n },\n {\n \"color\": \"#FFFFFF\",\n \"name\": \"white\"\n },\n {\n \"color\": \"#483628\",\n \"name\": \"color\"\n },\n {\n \"color\": \"#ee6801\",\n \"name\": \"color\"\n }\n ],\n \"fonts\": [],\n \"info\": {\n \"baseWidth\": 1920,\n \"created_at\": 1518591100346,\n \"screen\": {\n \"baseWidth\": 1280,\n \"height\": 600,\n \"isAutoHeight\": false,\n \"width\": 1280,\n \"workingState\": false\n },\n \"type\": \"web\",\n \"updated_at\": 1518792996878,\n \"version\": \"4.1.3\"\n },\n \"pages\": [\n {\n \"head\": {\n \"meta\": {\n \"robots\": \"noindex\"\n },\n \"title\": \"\"\n },\n \"heightExtension\": 0,\n \"id\": \"404\",\n \"name\": \"404 Not Found\",\n \"statusBar\": \"\",\n \"type\": \"page\",\n \"view\": {\n \"children\": [\n {\n \"name\": \"Menu\",\n \"refId\": \"d1f7770a-071c-442c-a07d-cdd9f49bd76b\",\n \"style\": {\n \"@mobile\": {\n \"flex\": \"none\"\n },\n \"@tablet\": {\n \"height\": \"auto\",\n \"padding\": \"0px 0px\"\n },\n \"alignContent\": \"center\",\n \"alignItems\": \"center\",\n \"background\": \"rgba(0,0,0,0.0)\",\n \"borderBottom\": \"0px solid rgba(255, 255, 255, 0.3)\",\n \"borderLeft\": \"0px solid rgba(255, 255, 255, 0.3)\",\n \"borderRight\": \"0px solid rgba(255, 255, 255, 0.3)\",\n \"borderTop\": \"0px solid rgba(255, 255, 255, 0.3)\",\n \"flex\": \"none\",\n \"flexDirection\": \"column\",\n \"flexWrap\": \"nowrap\",\n \"height\": \"auto\",\n \"justifyContent\": \"space-between\",\n \"margin\": \"0px 0px 0px 0px\",\n \"padding\": \"0px 48px\",\n \"width\": \"auto\"\n },\n \"tagName\": \"\",\n \"type\": \"ref\"\n }\n ],\n \"content\": {\n \"name\": \"\",\n \"type\": \"\"\n },\n \"name\": \"Base\",\n \"style\": {\n \"@mobile\": {\n \"padding\": \"56px 0px 0px 0px\"\n },\n \"background\": \"var(--s-color-1bbe02c8)\",\n \"borderRadius\": \"0\",\n \"boxShadow\": \"\",\n \"height\": \"100%\",\n \"margin\": \"0 0 0 0\",\n \"opacity\": \"1\",\n \"padding\": \"0 0 0 0\",\n \"width\": \"100%\"\n }\n }\n }\n ],\n \"resources\": {\n \"cmsProjectId\": \"3mPxrUtdtLXTjo0KwrWX\"\n },\n \"styleVars\": {\n \"color\": [],\n \"fontFamily\": []\n },\n \"symbols\": []\n}\n```\n",
|
| 227 |
+
"max_length": 32768,
|
| 228 |
+
"truncation_strategy": "delete",
|
| 229 |
+
"max_pixels": null,
|
| 230 |
+
"agent_template": null,
|
| 231 |
+
"norm_bbox": null,
|
| 232 |
+
"use_chat_template": true,
|
| 233 |
+
"padding_side": "right",
|
| 234 |
+
"padding_free": false,
|
| 235 |
+
"loss_scale": "default",
|
| 236 |
+
"sequence_parallel_size": 1,
|
| 237 |
+
"template_backend": "swift",
|
| 238 |
+
"response_prefix": null,
|
| 239 |
+
"enable_thinking": null,
|
| 240 |
+
"add_non_thinking_prefix": true,
|
| 241 |
+
"dataset": [
|
| 242 |
+
"/app/datasets/train.jsonl"
|
| 243 |
+
],
|
| 244 |
+
"val_dataset": [
|
| 245 |
+
"/app/datasets/val.jsonl"
|
| 246 |
+
],
|
| 247 |
+
"cached_dataset": [],
|
| 248 |
+
"cached_val_dataset": [],
|
| 249 |
+
"split_dataset_ratio": 0.0,
|
| 250 |
+
"dataset_num_proc": 1,
|
| 251 |
+
"load_from_cache_file": true,
|
| 252 |
+
"dataset_shuffle": true,
|
| 253 |
+
"val_dataset_shuffle": false,
|
| 254 |
+
"streaming": false,
|
| 255 |
+
"interleave_prob": null,
|
| 256 |
+
"stopping_strategy": "first_exhausted",
|
| 257 |
+
"shuffle_buffer_size": 1000,
|
| 258 |
+
"download_mode": "reuse_dataset_if_exists",
|
| 259 |
+
"columns": {},
|
| 260 |
+
"strict": false,
|
| 261 |
+
"model_name": null,
|
| 262 |
+
"model_author": null,
|
| 263 |
+
"custom_dataset_info": [],
|
| 264 |
+
"quant_method": null,
|
| 265 |
+
"quant_bits": null,
|
| 266 |
+
"hqq_axis": null,
|
| 267 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 268 |
+
"bnb_4bit_quant_type": "nf4",
|
| 269 |
+
"bnb_4bit_use_double_quant": true,
|
| 270 |
+
"bnb_4bit_quant_storage": null,
|
| 271 |
+
"max_new_tokens": 64,
|
| 272 |
+
"temperature": 0.0,
|
| 273 |
+
"top_k": null,
|
| 274 |
+
"top_p": null,
|
| 275 |
+
"repetition_penalty": null,
|
| 276 |
+
"num_beams": 1,
|
| 277 |
+
"stream": false,
|
| 278 |
+
"stop_words": [],
|
| 279 |
+
"logprobs": false,
|
| 280 |
+
"top_logprobs": null,
|
| 281 |
+
"structured_outputs_regex": null,
|
| 282 |
+
"ckpt_dir": null,
|
| 283 |
+
"lora_modules": [],
|
| 284 |
+
"train_type": "lora",
|
| 285 |
+
"adapters": [],
|
| 286 |
+
"external_plugins": [],
|
| 287 |
+
"model_kwargs": {},
|
| 288 |
+
"load_args": false,
|
| 289 |
+
"load_data_args": false,
|
| 290 |
+
"packing": false,
|
| 291 |
+
"packing_length": null,
|
| 292 |
+
"packing_num_proc": 1,
|
| 293 |
+
"lazy_tokenize": false,
|
| 294 |
+
"custom_register_path": [],
|
| 295 |
+
"use_hf": true,
|
| 296 |
+
"ignore_args_error": false,
|
| 297 |
+
"use_swift_lora": false,
|
| 298 |
+
"freeze_parameters": [],
|
| 299 |
+
"freeze_parameters_regex": null,
|
| 300 |
+
"freeze_parameters_ratio": 0.0,
|
| 301 |
+
"trainable_parameters": [],
|
| 302 |
+
"trainable_parameters_regex": null,
|
| 303 |
+
"freeze_llm": false,
|
| 304 |
+
"freeze_vit": true,
|
| 305 |
+
"freeze_aligner": true,
|
| 306 |
+
"target_modules": [
|
| 307 |
+
"all-linear"
|
| 308 |
+
],
|
| 309 |
+
"target_regex": null,
|
| 310 |
+
"target_parameters": null,
|
| 311 |
+
"modules_to_save": [],
|
| 312 |
+
"lora_rank": 8,
|
| 313 |
+
"lora_alpha": 32,
|
| 314 |
+
"lora_dropout": 0.05,
|
| 315 |
+
"lora_bias": "none",
|
| 316 |
+
"lora_dtype": null,
|
| 317 |
+
"lorap_lr_ratio": null,
|
| 318 |
+
"use_rslora": false,
|
| 319 |
+
"use_dora": false,
|
| 320 |
+
"lora_ga_batch_size": 2,
|
| 321 |
+
"lora_ga_iters": 2,
|
| 322 |
+
"lora_ga_max_length": 1024,
|
| 323 |
+
"lora_ga_direction": "ArB2r",
|
| 324 |
+
"lora_ga_scale": "stable",
|
| 325 |
+
"lora_ga_stable_gamma": 16,
|
| 326 |
+
"init_weights": true,
|
| 327 |
+
"fourier_n_frequency": 2000,
|
| 328 |
+
"fourier_scaling": 300.0,
|
| 329 |
+
"boft_block_size": 4,
|
| 330 |
+
"boft_block_num": 0,
|
| 331 |
+
"boft_n_butterfly_factor": 1,
|
| 332 |
+
"boft_dropout": 0.0,
|
| 333 |
+
"vera_rank": 256,
|
| 334 |
+
"vera_projection_prng_key": 0,
|
| 335 |
+
"vera_dropout": 0.0,
|
| 336 |
+
"vera_d_initial": 0.1,
|
| 337 |
+
"adapter_act": "gelu",
|
| 338 |
+
"adapter_length": 128,
|
| 339 |
+
"use_galore": false,
|
| 340 |
+
"galore_target_modules": null,
|
| 341 |
+
"galore_rank": 128,
|
| 342 |
+
"galore_update_proj_gap": 50,
|
| 343 |
+
"galore_scale": 1.0,
|
| 344 |
+
"galore_proj_type": "std",
|
| 345 |
+
"galore_optim_per_parameter": false,
|
| 346 |
+
"galore_with_embedding": false,
|
| 347 |
+
"galore_quantization": false,
|
| 348 |
+
"galore_proj_quant": false,
|
| 349 |
+
"galore_proj_bits": 4,
|
| 350 |
+
"galore_proj_group_size": 256,
|
| 351 |
+
"galore_cos_threshold": 0.4,
|
| 352 |
+
"galore_gamma_proj": 2,
|
| 353 |
+
"galore_queue_size": 5,
|
| 354 |
+
"adalora_target_r": 8,
|
| 355 |
+
"adalora_init_r": 12,
|
| 356 |
+
"adalora_tinit": 0,
|
| 357 |
+
"adalora_tfinal": 0,
|
| 358 |
+
"adalora_deltaT": 1,
|
| 359 |
+
"adalora_beta1": 0.85,
|
| 360 |
+
"adalora_beta2": 0.85,
|
| 361 |
+
"adalora_orth_reg_weight": 0.5,
|
| 362 |
+
"llamapro_num_new_blocks": 4,
|
| 363 |
+
"llamapro_num_groups": null,
|
| 364 |
+
"lisa_activated_layers": 0,
|
| 365 |
+
"lisa_step_interval": 20,
|
| 366 |
+
"reft_layer_key": null,
|
| 367 |
+
"reft_layers": null,
|
| 368 |
+
"reft_rank": 4,
|
| 369 |
+
"reft_intervention_type": "LoreftIntervention",
|
| 370 |
+
"reft_args": null,
|
| 371 |
+
"swanlab_token": null,
|
| 372 |
+
"swanlab_project": "ms-swift",
|
| 373 |
+
"swanlab_workspace": null,
|
| 374 |
+
"swanlab_exp_name": null,
|
| 375 |
+
"swanlab_notification_method": null,
|
| 376 |
+
"swanlab_webhook_url": null,
|
| 377 |
+
"swanlab_secret": null,
|
| 378 |
+
"swanlab_mode": "cloud",
|
| 379 |
+
"add_version": true,
|
| 380 |
+
"create_checkpoint_symlink": false,
|
| 381 |
+
"zero_hpz_partition_size": null,
|
| 382 |
+
"deepspeed_autotp_size": null,
|
| 383 |
+
"early_stop_interval": null,
|
| 384 |
+
"rank": 0,
|
| 385 |
+
"global_world_size": 8,
|
| 386 |
+
"local_world_size": 8,
|
| 387 |
+
"model_suffix": "Qwen3-8B",
|
| 388 |
+
"model_info": "ModelInfo(model_type='qwen3', model_dir='/root/.cache/huggingface/hub/models--Qwen--Qwen3-8B/snapshots/b968826d9c46dd6066d109eabc6255188de91218', torch_dtype=torch.bfloat16, max_model_len=40960, quant_method=None, quant_bits=None, rope_scaling=None, is_moe_model=False, is_multimodal=False, config=None, task_type='causal_lm', num_labels=None)",
|
| 389 |
+
"model_meta": "ModelMeta(model_type='qwen3', model_groups=[ModelGroup(models=[Model(ms_model_id='Qwen/Qwen3-0.6B-Base', hf_model_id='Qwen/Qwen3-0.6B-Base', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-1.7B-Base', hf_model_id='Qwen/Qwen3-1.7B-Base', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-4B-Base', hf_model_id='Qwen/Qwen3-4B-Base', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-8B-Base', hf_model_id='Qwen/Qwen3-8B-Base', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-14B-Base', hf_model_id='Qwen/Qwen3-14B-Base', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-0.6B', hf_model_id='Qwen/Qwen3-0.6B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-1.7B', hf_model_id='Qwen/Qwen3-1.7B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-4B', hf_model_id='Qwen/Qwen3-4B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-8B', hf_model_id='Qwen/Qwen3-8B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-14B', hf_model_id='Qwen/Qwen3-14B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-32B', hf_model_id='Qwen/Qwen3-32B', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-0.6B-FP8', hf_model_id='Qwen/Qwen3-0.6B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-1.7B-FP8', hf_model_id='Qwen/Qwen3-1.7B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-4B-FP8', hf_model_id='Qwen/Qwen3-4B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-8B-FP8', hf_model_id='Qwen/Qwen3-8B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-14B-FP8', hf_model_id='Qwen/Qwen3-14B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-32B-FP8', hf_model_id='Qwen/Qwen3-32B-FP8', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-4B-AWQ', hf_model_id='Qwen/Qwen3-4B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-8B-AWQ', hf_model_id='Qwen/Qwen3-8B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-14B-AWQ', hf_model_id='Qwen/Qwen3-14B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='Qwen/Qwen3-32B-AWQ', hf_model_id='Qwen/Qwen3-32B-AWQ', model_path=None, ms_revision=None, hf_revision=None), Model(ms_model_id='swift/Qwen3-32B-AWQ', hf_model_id=None, model_path=None, ms_revision=None, hf_revision=None)], ignore_patterns=None, requires=None, tags=[])], template='qwen3', get_function=<function get_model_tokenizer_with_flash_attn at 0x7f60a70eac00>, model_arch=ModelKeys(arch_name='llama', embedding='model.embed_tokens', module_list='model.layers', lm_head='lm_head', q_proj='model.layers.{}.self_attn.q_proj', k_proj='model.layers.{}.self_attn.k_proj', v_proj='model.layers.{}.self_attn.v_proj', o_proj='model.layers.{}.self_attn.o_proj', attention='model.layers.{}.self_attn', mlp='model.layers.{}.mlp', down_proj='model.layers.{}.mlp.down_proj', qkv_proj=None, qk_proj=None, qa_proj=None, qb_proj=None, kv_proj=None, kva_proj=None, kvb_proj=None), architectures=['Qwen3ForCausalLM'], additional_saved_files=[], torch_dtype=None, is_multimodal=False, is_reward=False, is_reranker=False, task_type=None, ignore_patterns=None, requires=['transformers>=4.51'], tags=[])",
|
| 390 |
+
"model_dir": "/root/.cache/huggingface/hub/models--Qwen--Qwen3-8B/snapshots/b968826d9c46dd6066d109eabc6255188de91218",
|
| 391 |
+
"_val_dataset_exists": [
|
| 392 |
+
"/app/datasets/val.jsonl"
|
| 393 |
+
],
|
| 394 |
+
"hub": "<class 'swift.hub.hub.HFHub'>",
|
| 395 |
+
"evaluation_strategy": "epoch",
|
| 396 |
+
"training_args": "Seq2SeqTrainingArguments(output_dir='/app/outputs/sft-qwen3/v4-20260317-135206', 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=1, per_device_eval_batch_size=1, per_gpu_train_batch_size=None, per_gpu_eval_batch_size=None, gradient_accumulation_steps=8, eval_accumulation_steps=None, eval_delay=0, torch_empty_cache_steps=None, learning_rate=1e-05, 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='/app/outputs/sft-qwen3/v4-20260317-135206/runs', logging_strategy=<IntervalStrategy.STEPS: 'steps'>, logging_first_step=True, logging_steps=10, logging_nan_inf_filter=True, save_strategy=<SaveStrategy.EPOCH: 'epoch'>, save_steps=500, save_total_limit=None, 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, 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=None, dataloader_num_workers=4, dataloader_prefetch_factor=2, past_index=-1, run_name='/app/outputs/sft-qwen3/v4-20260317-135206', disable_tqdm=False, remove_unused_columns=False, label_names=None, load_best_model_at_end=False, metric_for_best_model='loss', greater_is_better=False, ignore_data_skip=False, fsdp=[], fsdp_min_num_params=0, fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}, fsdp_transformer_layer_cls_to_wrap=None, accelerator_config=AcceleratorConfig(split_batches=False, dispatch_batches=False, even_batches=True, use_seedable_sampler=True, non_blocking=False, gradient_accumulation_kwargs=None, use_configured_state=False), parallelism_config=None, deepspeed={'fp16': {'enabled': 'auto', 'loss_scale': 0, 'loss_scale_window': 1000, 'initial_scale_power': 16, 'hysteresis': 2, 'min_loss_scale': 1}, 'bf16': {'enabled': 'auto'}, 'zero_optimization': {'stage': 3, 'offload_optimizer': {'device': 'none', 'pin_memory': True}, 'offload_param': {'device': 'none', 'pin_memory': True}, 'overlap_comm': False, 'contiguous_gradients': True, 'sub_group_size': 1000000000.0, 'reduce_bucket_size': 'auto', 'zero_quantized_weights': False, 'zero_quantized_gradients': False, 'stage3_prefetch_bucket_size': 'auto', 'stage3_param_persistence_threshold': 'auto', 'stage3_max_live_parameters': 1000000000.0, 'stage3_max_reuse_distance': 1000000000.0, 'stage3_gather_16bit_weights_on_model_save': True}, 'gradient_accumulation_steps': 'auto', 'gradient_clipping': 'auto', 'steps_per_print': 2000, 'train_batch_size': 'auto', 'train_micro_batch_size_per_gpu': 'auto', 'wall_clock_breakdown': False}, label_smoothing_factor=0.0, optim=<OptimizerNames.ADAMW_TORCH_FUSED: 'adamw_torch_fused'>, optim_args=None, adafactor=False, group_by_length=False, length_column_name='length', report_to=['wandb'], project='huggingface', trackio_space_id='trackio', ddp_find_unused_parameters=None, ddp_bucket_cap_mb=None, ddp_broadcast_buffers=None, dataloader_pin_memory=True, dataloader_persistent_workers=False, skip_memory_metrics=True, use_legacy_prediction_loop=False, push_to_hub=True, resume_from_checkpoint=None, hub_model_id='StudioDesign/sft-qwen3', hub_strategy=<HubStrategy.EVERY_SAVE: 'every_save'>, hub_token=None, hub_private_repo=None, hub_always_push=False, hub_revision=None, gradient_checkpointing=True, gradient_checkpointing_kwargs=None, include_inputs_for_metrics=False, include_for_metrics=[], eval_do_concat_batches=True, fp16_backend='auto', push_to_hub_model_id=None, push_to_hub_organization=None, push_to_hub_token=None, mp_parameters='', auto_find_batch_size=False, full_determinism=False, torchdynamo=None, ray_scope='last', ddp_timeout=18000000, torch_compile=False, torch_compile_backend=None, torch_compile_mode=None, include_tokens_per_second=None, include_num_input_tokens_seen=None, neftune_noise_alpha=None, optim_target_modules=None, batch_eval_metrics=False, eval_on_start=False, use_liger_kernel=False, liger_kernel_config=None, eval_use_gather_object=False, average_tokens_across_devices=None, 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, 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, metric=None, eval_use_evalscope=False, eval_dataset=[], eval_dataset_args=None, eval_limit=None, eval_generation_config=None, extra_eval_args=None, use_flash_ckpt=False, sft_alpha=0, chord_sft_dataset=[], chord_sft_per_device_train_batch_size=None, chord_enable_phi_function=False, chord_mu_warmup_steps=None, chord_mu_decay_steps=None, chord_mu_peak=None, chord_mu_valley=None, train_type='lora', local_repo_path=None, galore_config=None, task_type='causal_lm', problem_type=None)"
|
| 397 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- if tools %}
|
| 2 |
+
{{- '<|im_start|>system\n' }}
|
| 3 |
+
{%- if messages[0].role == 'system' %}
|
| 4 |
+
{{- messages[0].content + '\n\n' }}
|
| 5 |
+
{%- endif %}
|
| 6 |
+
{{- "# 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>" }}
|
| 7 |
+
{%- for tool in tools %}
|
| 8 |
+
{{- "\n" }}
|
| 9 |
+
{{- tool | tojson }}
|
| 10 |
+
{%- endfor %}
|
| 11 |
+
{{- "\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" }}
|
| 12 |
+
{%- else %}
|
| 13 |
+
{%- if messages[0].role == 'system' %}
|
| 14 |
+
{{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
|
| 15 |
+
{%- endif %}
|
| 16 |
+
{%- endif %}
|
| 17 |
+
{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
|
| 18 |
+
{%- for message in messages[::-1] %}
|
| 19 |
+
{%- set index = (messages|length - 1) - loop.index0 %}
|
| 20 |
+
{%- 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>')) %}
|
| 21 |
+
{%- set ns.multi_step_tool = false %}
|
| 22 |
+
{%- set ns.last_query_index = index %}
|
| 23 |
+
{%- endif %}
|
| 24 |
+
{%- endfor %}
|
| 25 |
+
{%- for message in messages %}
|
| 26 |
+
{%- if message.content is string %}
|
| 27 |
+
{%- set content = message.content %}
|
| 28 |
+
{%- else %}
|
| 29 |
+
{%- set content = '' %}
|
| 30 |
+
{%- endif %}
|
| 31 |
+
{%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
|
| 32 |
+
{{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
|
| 33 |
+
{%- elif message.role == "assistant" %}
|
| 34 |
+
{%- set reasoning_content = '' %}
|
| 35 |
+
{%- if message.reasoning_content is string %}
|
| 36 |
+
{%- set reasoning_content = message.reasoning_content %}
|
| 37 |
+
{%- else %}
|
| 38 |
+
{%- if '</think>' in content %}
|
| 39 |
+
{%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
|
| 40 |
+
{%- set content = content.split('</think>')[-1].lstrip('\n') %}
|
| 41 |
+
{%- endif %}
|
| 42 |
+
{%- endif %}
|
| 43 |
+
{%- if loop.index0 > ns.last_query_index %}
|
| 44 |
+
{%- if loop.last or (not loop.last and reasoning_content) %}
|
| 45 |
+
{{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
|
| 46 |
+
{%- else %}
|
| 47 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 48 |
+
{%- endif %}
|
| 49 |
+
{%- else %}
|
| 50 |
+
{{- '<|im_start|>' + message.role + '\n' + content }}
|
| 51 |
+
{%- endif %}
|
| 52 |
+
{%- if message.tool_calls %}
|
| 53 |
+
{%- for tool_call in message.tool_calls %}
|
| 54 |
+
{%- if (loop.first and content) or (not loop.first) %}
|
| 55 |
+
{{- '\n' }}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if tool_call.function %}
|
| 58 |
+
{%- set tool_call = tool_call.function %}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 61 |
+
{{- tool_call.name }}
|
| 62 |
+
{{- '", "arguments": ' }}
|
| 63 |
+
{%- if tool_call.arguments is string %}
|
| 64 |
+
{{- tool_call.arguments }}
|
| 65 |
+
{%- else %}
|
| 66 |
+
{{- tool_call.arguments | tojson }}
|
| 67 |
+
{%- endif %}
|
| 68 |
+
{{- '}\n</tool_call>' }}
|
| 69 |
+
{%- endfor %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{{- '<|im_end|>\n' }}
|
| 72 |
+
{%- elif message.role == "tool" %}
|
| 73 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
|
| 74 |
+
{{- '<|im_start|>user' }}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{{- '\n<tool_response>\n' }}
|
| 77 |
+
{{- content }}
|
| 78 |
+
{{- '\n</tool_response>' }}
|
| 79 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
|
| 80 |
+
{{- '<|im_end|>\n' }}
|
| 81 |
+
{%- endif %}
|
| 82 |
+
{%- endif %}
|
| 83 |
+
{%- endfor %}
|
| 84 |
+
{%- if add_generation_prompt %}
|
| 85 |
+
{{- '<|im_start|>assistant\n' }}
|
| 86 |
+
{%- if enable_thinking is defined and enable_thinking is false %}
|
| 87 |
+
{{- '<think>\n\n</think>\n\n' }}
|
| 88 |
+
{%- endif %}
|
| 89 |
+
{%- endif %}
|
logging.jsonl
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"loss": 0.32817921, "grad_norm": 0.15581589, "learning_rate": 1e-05, "token_acc": 0.92229585, "epoch": 1.0, "global_step/max_steps": "1/1", "percentage": "100.00%", "elapsed_time": "11s", "remaining_time": "0s", "memory(GiB)": 22.22, "train_speed(iter/s)": 0.086502}
|
| 2 |
+
{"eval_loss": 0.22503923, "eval_runtime": 3.86, "eval_samples_per_second": 0.518, "eval_steps_per_second": 0.259, "eval_token_acc": 0.94509159, "epoch": 1.0, "global_step/max_steps": "1/1", "percentage": "100.00%", "elapsed_time": "15s", "remaining_time": "0s", "memory(GiB)": 39.15, "train_speed(iter/s)": 0.064698}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"split_special_tokens": false,
|
| 237 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 238 |
+
"unk_token": null
|
| 239 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32892598f245496e9024725c8ebabfbfd24e3b419bddcff9b8b89a2070b59b59
|
| 3 |
+
size 9425
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|