swadeshb commited on
Commit
6041dd3
·
verified ·
1 Parent(s): 37377a8

Model save

Browse files
Files changed (2) hide show
  1. README.md +59 -0
  2. tivd_runtime_config.json +202 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen3-1.7B
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-1.7B
7
+ - lora
8
+ - transformers
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: tivd-gsm8k-colocate
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # tivd-gsm8k-colocate
19
+
20
+ This model is a fine-tuned version of [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) on an unknown dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 3
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 24
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 3.0
48
+
49
+ ### Training results
50
+
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - PEFT 0.18.1
56
+ - Transformers 4.57.6
57
+ - Pytorch 2.9.1+cu128
58
+ - Datasets 4.8.4
59
+ - Tokenizers 0.22.2
tivd_runtime_config.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accelerator_config": {
3
+ "dispatch_batches": null,
4
+ "even_batches": true,
5
+ "gradient_accumulation_kwargs": null,
6
+ "non_blocking": false,
7
+ "split_batches": false,
8
+ "use_seedable_sampler": true
9
+ },
10
+ "adafactor": false,
11
+ "adam_beta1": 0.9,
12
+ "adam_beta2": 0.999,
13
+ "adam_epsilon": 1e-08,
14
+ "auto_find_batch_size": false,
15
+ "auto_launch_vllm_server": false,
16
+ "average_tokens_across_devices": true,
17
+ "batch_eval_metrics": false,
18
+ "bf16": true,
19
+ "bf16_full_eval": false,
20
+ "bootstrap_truncated_completions": true,
21
+ "data_seed": null,
22
+ "dataloader_drop_last": false,
23
+ "dataloader_num_workers": 0,
24
+ "dataloader_persistent_workers": false,
25
+ "dataloader_pin_memory": true,
26
+ "dataloader_prefetch_factor": null,
27
+ "ddp_backend": null,
28
+ "ddp_broadcast_buffers": null,
29
+ "ddp_bucket_cap_mb": null,
30
+ "ddp_find_unused_parameters": null,
31
+ "ddp_timeout": 1800,
32
+ "debug": [],
33
+ "deepspeed": null,
34
+ "difficulty_threshold": 6.0,
35
+ "disable_tqdm": false,
36
+ "do_eval": false,
37
+ "do_predict": false,
38
+ "do_train": false,
39
+ "enable_thinking": true,
40
+ "eval_accumulation_steps": null,
41
+ "eval_delay": 0,
42
+ "eval_do_concat_batches": true,
43
+ "eval_on_start": false,
44
+ "eval_steps": null,
45
+ "eval_strategy": "no",
46
+ "eval_use_gather_object": false,
47
+ "fp16": false,
48
+ "fp16_backend": "auto",
49
+ "fp16_full_eval": false,
50
+ "fp16_opt_level": "O1",
51
+ "fsdp": [],
52
+ "fsdp_config": {
53
+ "min_num_params": 0,
54
+ "xla": false,
55
+ "xla_fsdp_grad_ckpt": false,
56
+ "xla_fsdp_v2": false
57
+ },
58
+ "fsdp_min_num_params": 0,
59
+ "fsdp_transformer_layer_cls_to_wrap": null,
60
+ "full_determinism": false,
61
+ "gamma": 1.0,
62
+ "gradient_accumulation_steps": 8,
63
+ "gradient_checkpointing": false,
64
+ "gradient_checkpointing_kwargs": null,
65
+ "greater_is_better": null,
66
+ "group_by_length": false,
67
+ "half_precision_backend": "auto",
68
+ "hub_always_push": false,
69
+ "hub_model_id": "swadeshb/tivd-gsm8k-colocate",
70
+ "hub_private_repo": false,
71
+ "hub_revision": null,
72
+ "hub_strategy": "every_save",
73
+ "hub_token": "<HUB_TOKEN>",
74
+ "ignore_data_skip": false,
75
+ "include_for_metrics": [],
76
+ "include_inputs_for_metrics": false,
77
+ "include_num_input_tokens_seen": "no",
78
+ "include_tokens_per_second": false,
79
+ "jit_mode_eval": false,
80
+ "label_names": [],
81
+ "label_smoothing_factor": 0.0,
82
+ "learning_rate": 1e-05,
83
+ "length_column_name": "length",
84
+ "liger_kernel_config": null,
85
+ "load_best_model_at_end": false,
86
+ "local_rank": 0,
87
+ "log_completions": true,
88
+ "log_completions_every_n_steps": 50,
89
+ "log_level": "passive",
90
+ "log_level_replica": "warning",
91
+ "log_on_each_node": true,
92
+ "logging_dir": "outputs/tivd_gsm8k_colocate/runs/Apr15_08-45-31_e2e-72-102",
93
+ "logging_first_step": false,
94
+ "logging_nan_inf_filter": true,
95
+ "logging_steps": 1.0,
96
+ "logging_strategy": "steps",
97
+ "lora_alpha": 32,
98
+ "lora_dropout": 0.05,
99
+ "lora_r": 16,
100
+ "lora_target_modules": "q_proj,k_proj,v_proj,o_proj,gate_proj,up_proj,down_proj",
101
+ "lr_scheduler_kwargs": null,
102
+ "lr_scheduler_type": "linear",
103
+ "max_completion_length": 2048,
104
+ "max_grad_norm": 1.0,
105
+ "max_prompt_length": 768,
106
+ "max_steps": -1,
107
+ "metric_for_best_model": null,
108
+ "min_p": 0.0,
109
+ "mp_parameters": "",
110
+ "neftune_noise_alpha": null,
111
+ "no_cuda": false,
112
+ "num_generations": 8,
113
+ "num_train_epochs": 3.0,
114
+ "optim": "adamw_torch_fused",
115
+ "optim_args": null,
116
+ "optim_target_modules": null,
117
+ "output_dir": "outputs/tivd_gsm8k_colocate",
118
+ "overwrite_output_dir": false,
119
+ "parallelism_config": null,
120
+ "past_index": -1,
121
+ "per_device_eval_batch_size": 8,
122
+ "per_device_train_batch_size": 3,
123
+ "per_gpu_eval_batch_size": null,
124
+ "per_gpu_train_batch_size": null,
125
+ "prediction_loss_only": false,
126
+ "project": "huggingface",
127
+ "push_to_hub": true,
128
+ "push_to_hub_model_id": null,
129
+ "push_to_hub_organization": null,
130
+ "push_to_hub_token": "<PUSH_TO_HUB_TOKEN>",
131
+ "ray_scope": "last",
132
+ "remove_unused_columns": false,
133
+ "repetition_penalty": 1.0,
134
+ "report_to": [
135
+ "wandb"
136
+ ],
137
+ "restore_callback_states_from_checkpoint": false,
138
+ "resume_from_checkpoint": null,
139
+ "run_name": null,
140
+ "save_on_each_node": false,
141
+ "save_only_model": false,
142
+ "save_safetensors": true,
143
+ "save_steps": 100,
144
+ "save_strategy": "steps",
145
+ "save_total_limit": 1,
146
+ "score_batch_size": 3,
147
+ "seed": 42,
148
+ "skip_memory_metrics": true,
149
+ "soft_value_temperature": 1.0,
150
+ "steps_per_generation": 1,
151
+ "student_load_in_4bit": false,
152
+ "student_model_name_or_path": "Qwen/Qwen3-1.7B",
153
+ "system_prompt": "You are a careful mathematical reasoner. Solve the problem step by step. End with a concise final answer in the form Final Answer: \\boxed{...}.",
154
+ "target_ema_decay": 0.99,
155
+ "target_estimator": "td_lambda",
156
+ "target_sync_steps": 64,
157
+ "target_update_strategy": "hard",
158
+ "td_lambda": 0.95,
159
+ "teacher_load_in_4bit": true,
160
+ "teacher_model_name_or_path": "Qwen/Qwen3-4B",
161
+ "temperature": 1.0,
162
+ "tf32": null,
163
+ "top_k": -1,
164
+ "top_p": 1.0,
165
+ "torch_compile": false,
166
+ "torch_compile_backend": null,
167
+ "torch_compile_mode": null,
168
+ "torch_empty_cache_steps": null,
169
+ "torchdynamo": null,
170
+ "tpu_metrics_debug": false,
171
+ "tpu_num_cores": null,
172
+ "trackio_space_id": "trackio",
173
+ "trust_remote_code": true,
174
+ "use_cpu": false,
175
+ "use_legacy_prediction_loop": false,
176
+ "use_liger_kernel": false,
177
+ "use_lora": true,
178
+ "use_mps_device": false,
179
+ "use_vllm": true,
180
+ "vllm_cuda_visible_devices": "1",
181
+ "vllm_enable_prefix_caching": true,
182
+ "vllm_enable_sleep_mode": true,
183
+ "vllm_extra_args": null,
184
+ "vllm_fail_if_world_size_gt_1": true,
185
+ "vllm_gpu_memory_utilization": 0.3,
186
+ "vllm_group_port": null,
187
+ "vllm_kv_cache_dtype": "fp8",
188
+ "vllm_max_model_length": 3072,
189
+ "vllm_mode": "colocate",
190
+ "vllm_model_impl": "vllm",
191
+ "vllm_quantization": "bitsandbytes",
192
+ "vllm_server_base_url": null,
193
+ "vllm_server_host": "127.0.0.1",
194
+ "vllm_server_port": 8011,
195
+ "vllm_server_timeout": 300.0,
196
+ "vllm_tensor_parallel_size": 1,
197
+ "wandb_project": "tivd",
198
+ "wandb_run_name": null,
199
+ "warmup_ratio": 0.0,
200
+ "warmup_steps": 0,
201
+ "weight_decay": 0.0
202
+ }