yllkryeziu commited on
Commit
0a96ff4
·
verified ·
1 Parent(s): 3409290

Add step_25

Browse files
Files changed (47) hide show
  1. .gitattributes +18 -0
  2. step_25/config.yaml +394 -0
  3. step_25/policy/optimizer/optim/.metadata +3 -0
  4. step_25/policy/optimizer/optim/__0_0.distcp +3 -0
  5. step_25/policy/optimizer/optim/__10_0.distcp +3 -0
  6. step_25/policy/optimizer/optim/__11_0.distcp +3 -0
  7. step_25/policy/optimizer/optim/__12_0.distcp +3 -0
  8. step_25/policy/optimizer/optim/__13_0.distcp +3 -0
  9. step_25/policy/optimizer/optim/__14_0.distcp +3 -0
  10. step_25/policy/optimizer/optim/__15_0.distcp +3 -0
  11. step_25/policy/optimizer/optim/__1_0.distcp +3 -0
  12. step_25/policy/optimizer/optim/__2_0.distcp +3 -0
  13. step_25/policy/optimizer/optim/__3_0.distcp +3 -0
  14. step_25/policy/optimizer/optim/__4_0.distcp +3 -0
  15. step_25/policy/optimizer/optim/__5_0.distcp +3 -0
  16. step_25/policy/optimizer/optim/__6_0.distcp +3 -0
  17. step_25/policy/optimizer/optim/__7_0.distcp +3 -0
  18. step_25/policy/optimizer/optim/__8_0.distcp +3 -0
  19. step_25/policy/optimizer/optim/__9_0.distcp +3 -0
  20. step_25/policy/tokenizer/added_tokens.json +28 -0
  21. step_25/policy/tokenizer/chat_template.jinja +89 -0
  22. step_25/policy/tokenizer/merges.txt +0 -0
  23. step_25/policy/tokenizer/special_tokens_map.json +31 -0
  24. step_25/policy/tokenizer/tokenizer.json +3 -0
  25. step_25/policy/tokenizer/tokenizer_config.json +239 -0
  26. step_25/policy/tokenizer/vocab.json +0 -0
  27. step_25/policy/weights/model/.hf_metadata/config.json +70 -0
  28. step_25/policy/weights/model/.hf_metadata/fqn_to_file_index_mapping.json +400 -0
  29. step_25/policy/weights/model/.hf_metadata/generation_config.json +13 -0
  30. step_25/policy/weights/model/shard-00001-model-00001-of-00001.safetensors +3 -0
  31. step_25/policy/weights/model/shard-00002-model-00001-of-00001.safetensors +3 -0
  32. step_25/policy/weights/model/shard-00003-model-00001-of-00001.safetensors +3 -0
  33. step_25/policy/weights/model/shard-00004-model-00001-of-00001.safetensors +3 -0
  34. step_25/policy/weights/model/shard-00005-model-00001-of-00001.safetensors +3 -0
  35. step_25/policy/weights/model/shard-00006-model-00001-of-00001.safetensors +3 -0
  36. step_25/policy/weights/model/shard-00007-model-00001-of-00001.safetensors +3 -0
  37. step_25/policy/weights/model/shard-00008-model-00001-of-00001.safetensors +3 -0
  38. step_25/policy/weights/model/shard-00009-model-00001-of-00001.safetensors +3 -0
  39. step_25/policy/weights/model/shard-00010-model-00001-of-00001.safetensors +3 -0
  40. step_25/policy/weights/model/shard-00011-model-00001-of-00001.safetensors +3 -0
  41. step_25/policy/weights/model/shard-00012-model-00001-of-00001.safetensors +3 -0
  42. step_25/policy/weights/model/shard-00013-model-00001-of-00001.safetensors +3 -0
  43. step_25/policy/weights/model/shard-00014-model-00001-of-00001.safetensors +3 -0
  44. step_25/policy/weights/model/shard-00015-model-00001-of-00001.safetensors +3 -0
  45. step_25/policy/weights/model/shard-00016-model-00001-of-00001.safetensors +3 -0
  46. step_25/train_dataloader.pt +3 -0
  47. step_25/training_info.json +1 -0
.gitattributes CHANGED
@@ -33,3 +33,21 @@ 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
+ step_25/policy/optimizer/optim/.metadata filter=lfs diff=lfs merge=lfs -text
37
+ step_25/policy/optimizer/optim/__0_0.distcp filter=lfs diff=lfs merge=lfs -text
38
+ step_25/policy/optimizer/optim/__10_0.distcp filter=lfs diff=lfs merge=lfs -text
39
+ step_25/policy/optimizer/optim/__11_0.distcp filter=lfs diff=lfs merge=lfs -text
40
+ step_25/policy/optimizer/optim/__12_0.distcp filter=lfs diff=lfs merge=lfs -text
41
+ step_25/policy/optimizer/optim/__13_0.distcp filter=lfs diff=lfs merge=lfs -text
42
+ step_25/policy/optimizer/optim/__14_0.distcp filter=lfs diff=lfs merge=lfs -text
43
+ step_25/policy/optimizer/optim/__15_0.distcp filter=lfs diff=lfs merge=lfs -text
44
+ step_25/policy/optimizer/optim/__1_0.distcp filter=lfs diff=lfs merge=lfs -text
45
+ step_25/policy/optimizer/optim/__2_0.distcp filter=lfs diff=lfs merge=lfs -text
46
+ step_25/policy/optimizer/optim/__3_0.distcp filter=lfs diff=lfs merge=lfs -text
47
+ step_25/policy/optimizer/optim/__4_0.distcp filter=lfs diff=lfs merge=lfs -text
48
+ step_25/policy/optimizer/optim/__5_0.distcp filter=lfs diff=lfs merge=lfs -text
49
+ step_25/policy/optimizer/optim/__6_0.distcp filter=lfs diff=lfs merge=lfs -text
50
+ step_25/policy/optimizer/optim/__7_0.distcp filter=lfs diff=lfs merge=lfs -text
51
+ step_25/policy/optimizer/optim/__8_0.distcp filter=lfs diff=lfs merge=lfs -text
52
+ step_25/policy/optimizer/optim/__9_0.distcp filter=lfs diff=lfs merge=lfs -text
53
+ step_25/policy/tokenizer/tokenizer.json filter=lfs diff=lfs merge=lfs -text
step_25/config.yaml ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ checkpointing:
2
+ checkpoint_dir: /p/scratch/scifi/kryeziu1/opsd/checkpoints/distill-be-concise-4b-self
3
+ checkpoint_must_save_by: null
4
+ enabled: true
5
+ higher_is_better: true
6
+ keep_top_k: 3
7
+ metric_name: val:accuracy
8
+ model_save_format: safetensors
9
+ save_consolidated: false
10
+ save_period: 25
11
+ cluster:
12
+ gpus_per_node: 4
13
+ num_nodes: 4
14
+ data:
15
+ default:
16
+ env_name: math
17
+ prompt_file: examples/prompts/student-concise.txt
18
+ system_prompt_file: null
19
+ teacher_prompt_file: examples/prompts/teacher-concise.txt
20
+ max_input_seq_length: 17408
21
+ shuffle: true
22
+ train:
23
+ - dataset_name: OpenThoughtsMath
24
+ env_name: math
25
+ prompt_file: examples/prompts/student-concise.txt
26
+ system_prompt_file: null
27
+ teacher_prompt_file: examples/prompts/teacher-concise.txt
28
+ validation:
29
+ - dataset_name: math500
30
+ env_name: math
31
+ prompt_file: examples/prompts/cot.txt
32
+ repeat: 4
33
+ system_prompt_file: null
34
+ teacher_prompt_file: null
35
+ - dataset_name: AIME2024
36
+ env_name: math
37
+ prompt_file: examples/prompts/cot.txt
38
+ repeat: 4
39
+ system_prompt_file: null
40
+ teacher_prompt_file: null
41
+ - dataset_name: AIME2025
42
+ env_name: math
43
+ prompt_file: examples/prompts/cot.txt
44
+ repeat: 4
45
+ system_prompt_file: null
46
+ teacher_prompt_file: null
47
+ - dataset_name: AIME2026
48
+ env_name: math
49
+ prompt_file: examples/prompts/cot.txt
50
+ repeat: 4
51
+ system_prompt_file: null
52
+ teacher_prompt_file: null
53
+ distillation:
54
+ max_num_epochs: 1
55
+ max_num_steps: 1000
56
+ max_rollout_turns: 1
57
+ max_val_samples: 2560
58
+ num_generations_per_prompt: 1
59
+ num_prompts_per_step: 64
60
+ seed: 42
61
+ teacher_student_prefix_fraction: 0.0
62
+ topk_logits_k: 512
63
+ val_at_end: false
64
+ val_at_start: true
65
+ val_batch_size: 512
66
+ val_max_new_tokens: 32768
67
+ val_max_total_sequence_length: 33280
68
+ val_period: 25
69
+ val_steps:
70
+ - 10
71
+ val_temperature: 0.6
72
+ env:
73
+ math:
74
+ num_workers: 8
75
+ logger:
76
+ gpu_monitoring:
77
+ collection_interval: 10
78
+ flush_interval: 10
79
+ log_dir: logs/distill-be-concise-4b-self/exp_002
80
+ mlflow_enabled: false
81
+ monitor_gpus: true
82
+ num_val_samples_to_print: 5
83
+ swanlab:
84
+ name: distillation-be-concise-OpenThoughtsMath-Qwen/Qwen3-4B-to-Qwen/Qwen3-4B-reverse-topk512
85
+ project: nemo-distillation
86
+ swanlab_enabled: false
87
+ tensorboard_enabled: false
88
+ wandb:
89
+ name: distill-be-concise-4b-self
90
+ project: nemo-distillation
91
+ wandb_enabled: true
92
+ loss_fn:
93
+ kl_type: reverse
94
+ mixed_kl_weight: 0.5
95
+ zero_outside_topk: false
96
+ policy:
97
+ dtensor_cfg:
98
+ _v2: true
99
+ activation_checkpointing: true
100
+ context_parallel_size: 2
101
+ cpu_offload: true
102
+ custom_parallel_plan: null
103
+ enabled: true
104
+ sequence_parallel: false
105
+ tensor_parallel_size: 4
106
+ dynamic_batching:
107
+ enabled: true
108
+ logprob_mb_tokens: 32768
109
+ sequence_length_round: 64
110
+ train_mb_tokens: 32768
111
+ generation:
112
+ _pad_token_id: 151643
113
+ backend: vllm
114
+ colocated:
115
+ enabled: true
116
+ resources:
117
+ gpus_per_node: null
118
+ num_nodes: null
119
+ max_new_tokens: 16384
120
+ model_name: Qwen/Qwen3-4B
121
+ stop_strings: null
122
+ stop_token_ids:
123
+ - 151645
124
+ temperature: 1.0
125
+ top_k: null
126
+ top_p: 1.0
127
+ vllm_cfg:
128
+ async_engine: false
129
+ distributed_executor_backend: null
130
+ enforce_eager: false
131
+ expert_parallel_size: 1
132
+ gpu_memory_utilization: 0.6
133
+ hf_overrides: {}
134
+ kv_cache_dtype: auto
135
+ load_format: dummy
136
+ max_model_len: 33280
137
+ num_first_layers_in_bf16: 0
138
+ num_last_layers_in_bf16: 0
139
+ pipeline_parallel_size: 1
140
+ precision: bfloat16
141
+ skip_tokenizer_init: true
142
+ tensor_parallel_size: 4
143
+ use_deep_gemm: false
144
+ generation_batch_size: 64
145
+ logprob_batch_size: 2
146
+ logprob_chunk_size: null
147
+ make_sequence_length_divisible_by: 16
148
+ max_grad_norm: 1.0
149
+ max_total_sequence_length: 17408
150
+ megatron_cfg:
151
+ activation_checkpointing: false
152
+ apply_rope_fusion: true
153
+ bias_activation_fusion: true
154
+ context_parallel_size: 2
155
+ converter_type: Qwen3ForCausalLM
156
+ defer_fp32_logits: false
157
+ distributed_data_parallel_config:
158
+ data_parallel_sharding_strategy: optim_grads_params
159
+ grad_reduce_in_fp32: false
160
+ overlap_grad_reduce: true
161
+ overlap_param_gather: true
162
+ use_custom_fsdp: false
163
+ empty_unused_memory_level: 0
164
+ enabled: false
165
+ expert_model_parallel_size: 1
166
+ expert_tensor_parallel_size: 1
167
+ fp8_cfg:
168
+ enabled: false
169
+ fp8: e4m3
170
+ fp8_param: false
171
+ fp8_recipe: blockwise
172
+ freeze_moe_router: true
173
+ moe_enable_deepep: false
174
+ moe_per_layer_logging: false
175
+ moe_permute_fusion: false
176
+ moe_router_bias_update_rate: 0.0
177
+ moe_router_dtype: fp64
178
+ moe_router_load_balancing_type: none
179
+ moe_shared_expert_overlap: false
180
+ moe_token_dispatcher_type: alltoall
181
+ num_layers_in_first_pipeline_stage: null
182
+ num_layers_in_last_pipeline_stage: null
183
+ optimizer:
184
+ adam_beta1: 0.9
185
+ adam_beta2: 0.999
186
+ adam_eps: 1.0e-08
187
+ bf16: true
188
+ clip_grad: 1.0
189
+ fp16: false
190
+ lr: 2.00001e-05
191
+ min_lr: 2.0e-05
192
+ optimizer: adam
193
+ optimizer_cpu_offload: false
194
+ optimizer_offload_fraction: 0.0
195
+ params_dtype: float32
196
+ sgd_momentum: 0.9
197
+ use_distributed_optimizer: true
198
+ use_precision_aware_optimizer: true
199
+ weight_decay: 0.01
200
+ pipeline_dtype: bfloat16
201
+ pipeline_model_parallel_size: 2
202
+ scheduler:
203
+ end_weight_decay: 0.01
204
+ lr_decay_iters: 1000
205
+ lr_decay_style: constant
206
+ lr_warmup_init: 2.0e-06
207
+ lr_warmup_iters: 10
208
+ start_weight_decay: 0.01
209
+ weight_decay_incr_style: constant
210
+ sequence_parallel: false
211
+ tensor_model_parallel_size: 2
212
+ model_name: Qwen/Qwen3-4B
213
+ offload_optimizer_for_logprob: true
214
+ optimizer:
215
+ kwargs:
216
+ betas:
217
+ - 0.9
218
+ - 0.999
219
+ eps: 1.0e-08
220
+ foreach: false
221
+ fused: false
222
+ lr: 5.0e-06
223
+ weight_decay: 0.01
224
+ name: torch.optim.AdamW
225
+ precision: bfloat16
226
+ scheduler:
227
+ - kwargs:
228
+ end_factor: 1.0
229
+ start_factor: 0.1
230
+ total_iters: 10
231
+ name: torch.optim.lr_scheduler.LinearLR
232
+ - kwargs:
233
+ factor: 1.0
234
+ total_iters: 10000000000
235
+ name: torch.optim.lr_scheduler.ConstantLR
236
+ - milestones:
237
+ - 10
238
+ sequence_packing:
239
+ algorithm: modified_first_fit_decreasing
240
+ enabled: false
241
+ logprob_mb_tokens: 34816
242
+ sequence_length_round: 64
243
+ train_mb_tokens: 34816
244
+ tokenizer:
245
+ chat_template_kwargs: null
246
+ name: Qwen/Qwen3-4B
247
+ train_global_batch_size: 64
248
+ train_micro_batch_size: 2
249
+ teacher:
250
+ dtensor_cfg:
251
+ _v2: true
252
+ activation_checkpointing: true
253
+ context_parallel_size: 1
254
+ cpu_offload: true
255
+ custom_parallel_plan: null
256
+ enabled: true
257
+ sequence_parallel: false
258
+ tensor_parallel_size: 4
259
+ dynamic_batching:
260
+ enabled: true
261
+ logprob_mb_tokens: 32768
262
+ sequence_length_round: 64
263
+ generation:
264
+ backend: vllm
265
+ colocated:
266
+ enabled: true
267
+ resources:
268
+ gpus_per_node: null
269
+ num_nodes: null
270
+ max_new_tokens: 16384
271
+ stop_strings: null
272
+ stop_token_ids: null
273
+ temperature: 1.0
274
+ top_k: null
275
+ top_p: 1.0
276
+ vllm_cfg:
277
+ async_engine: false
278
+ distributed_executor_backend: null
279
+ enforce_eager: false
280
+ expert_parallel_size: 1
281
+ gpu_memory_utilization: 0.6
282
+ kv_cache_dtype: auto
283
+ max_model_len: 33280
284
+ num_first_layers_in_bf16: 0
285
+ num_last_layers_in_bf16: 0
286
+ pipeline_parallel_size: 1
287
+ precision: bfloat16
288
+ tensor_parallel_size: 4
289
+ use_deep_gemm: false
290
+ generation_batch_size: 64
291
+ logprob_batch_size: 2
292
+ logprob_chunk_size: null
293
+ make_sequence_length_divisible_by: 8
294
+ max_grad_norm: 1.0
295
+ max_total_sequence_length: 17408
296
+ megatron_cfg:
297
+ activation_checkpointing: false
298
+ apply_rope_fusion: true
299
+ bias_activation_fusion: true
300
+ context_parallel_size: 2
301
+ converter_type: Qwen3ForCausalLM
302
+ defer_fp32_logits: false
303
+ distributed_data_parallel_config:
304
+ data_parallel_sharding_strategy: optim_grads_params
305
+ grad_reduce_in_fp32: false
306
+ overlap_grad_reduce: true
307
+ overlap_param_gather: true
308
+ use_custom_fsdp: false
309
+ empty_unused_memory_level: 0
310
+ enabled: false
311
+ expert_model_parallel_size: 1
312
+ expert_tensor_parallel_size: 1
313
+ fp8_cfg:
314
+ enabled: false
315
+ fp8: e4m3
316
+ fp8_param: false
317
+ fp8_recipe: blockwise
318
+ freeze_moe_router: true
319
+ moe_enable_deepep: false
320
+ moe_per_layer_logging: false
321
+ moe_permute_fusion: false
322
+ moe_router_bias_update_rate: 0.0
323
+ moe_router_dtype: fp64
324
+ moe_router_load_balancing_type: none
325
+ moe_shared_expert_overlap: false
326
+ moe_token_dispatcher_type: alltoall
327
+ num_layers_in_first_pipeline_stage: null
328
+ num_layers_in_last_pipeline_stage: null
329
+ optimizer:
330
+ adam_beta1: 0.9
331
+ adam_beta2: 0.999
332
+ adam_eps: 1.0e-08
333
+ bf16: true
334
+ clip_grad: 1.0
335
+ fp16: false
336
+ lr: 2.00001e-05
337
+ min_lr: 2.0e-05
338
+ optimizer: adam
339
+ optimizer_cpu_offload: false
340
+ optimizer_offload_fraction: 0.0
341
+ params_dtype: float32
342
+ sgd_momentum: 0.9
343
+ use_distributed_optimizer: true
344
+ use_precision_aware_optimizer: true
345
+ weight_decay: 0.01
346
+ pipeline_dtype: bfloat16
347
+ pipeline_model_parallel_size: 2
348
+ scheduler:
349
+ end_weight_decay: 0.01
350
+ lr_decay_iters: 1000
351
+ lr_decay_style: constant
352
+ lr_warmup_init: 2.0e-06
353
+ lr_warmup_iters: 10
354
+ start_weight_decay: 0.01
355
+ weight_decay_incr_style: constant
356
+ sequence_parallel: false
357
+ tensor_model_parallel_size: 2
358
+ model_name: Qwen/Qwen3-4B
359
+ offload_optimizer_for_logprob: true
360
+ optimizer:
361
+ kwargs:
362
+ betas:
363
+ - 0.9
364
+ - 0.999
365
+ eps: 1.0e-08
366
+ foreach: false
367
+ fused: false
368
+ lr: 5.0e-06
369
+ weight_decay: 0.01
370
+ name: torch.optim.AdamW
371
+ precision: bfloat16
372
+ scheduler:
373
+ - kwargs:
374
+ end_factor: 1.0
375
+ start_factor: 0.1
376
+ total_iters: 10
377
+ name: torch.optim.lr_scheduler.LinearLR
378
+ - kwargs:
379
+ factor: 1.0
380
+ total_iters: 10000000000
381
+ name: torch.optim.lr_scheduler.ConstantLR
382
+ - milestones:
383
+ - 10
384
+ sequence_packing:
385
+ algorithm: modified_first_fit_decreasing
386
+ enabled: false
387
+ logprob_mb_tokens: 34816
388
+ sequence_length_round: 64
389
+ train_mb_tokens: 34816
390
+ tokenizer:
391
+ chat_template_kwargs: null
392
+ name: Qwen/Qwen3-4B
393
+ train_global_batch_size: 64
394
+ train_micro_batch_size: 2
step_25/policy/optimizer/optim/.metadata ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a646a64ca221a38d19777e0804a4800d94973aeef3554940be8a0635ec8a510c
3
+ size 3744919
step_25/policy/optimizer/optim/__0_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33b463be65569076cce859dcab0f8f63f05c5bc8e1ca79f312bf77bb9e9936cd
3
+ size 2011935539
step_25/policy/optimizer/optim/__10_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b16e6f59fbf653269cb5fbec5ecb2e09ab1e22cf4d9d421c95bf448cbf8dc349
3
+ size 2012773695
step_25/policy/optimizer/optim/__11_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1121359cf60e4a99010af3d3930ba8be5792d207cd5f42f4c7fb9ccc4c12bac5
3
+ size 2012776378
step_25/policy/optimizer/optim/__12_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae20123662ef473cf450ec1a965be302f0c8ed7c28917666ab807e8828619152
3
+ size 2012489142
step_25/policy/optimizer/optim/__13_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:018e3e7f59dc79d1075e33f09340af98f1b1c5af7f119fda9641f906a79ec3e4
3
+ size 2012766875
step_25/policy/optimizer/optim/__14_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7b420b7bf1ce13a2648088904d8ad2ca30bfd33ff4c6715e360361cf4d5532e
3
+ size 2012777162
step_25/policy/optimizer/optim/__15_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2eea58542b731f573dc4ccf1da3fa6da96d16c3fb59eec29a762a3479eada8
3
+ size 2012779845
step_25/policy/optimizer/optim/__1_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23b106800dd3529a9c8e30242f3dea10275a891bcf771439324ea15736d4e44f
3
+ size 2012213272
step_25/policy/optimizer/optim/__2_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b41e447b536f76cc376d27febe8c92888706f92c3d6eb883a9d788095ea54eb6
3
+ size 2012220092
step_25/policy/optimizer/optim/__3_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19dc60d16d2a537e66ff46cf1a2c258026db5f279adbb92f1939083831c666d
3
+ size 2012222775
step_25/policy/optimizer/optim/__4_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d965cadf3fec0d6a8c88a488ed411e70b7ae7748a6409aa4bc5b4058ab263c58
3
+ size 2012489142
step_25/policy/optimizer/optim/__5_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c07160cf266c39fe03d2b458b0709b4e82e33f87a9e412e7bbf01f23e34b16
3
+ size 2012766875
step_25/policy/optimizer/optim/__6_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfe2ff63199b567a38d1341784e6a396029c0122b3b0a2e0b8e9de846e4f363
3
+ size 2012773695
step_25/policy/optimizer/optim/__7_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af680ddbe668421eeb668e6b4f10f77fe6345276a9613b4b43c375d236980ec1
3
+ size 2012776378
step_25/policy/optimizer/optim/__8_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b7336d3f6c07ec8b338da0b78f925503edf653a4d077f8d078a804d0d2c26c
3
+ size 2012489142
step_25/policy/optimizer/optim/__9_0.distcp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45beb5cb9e23ed77356fb5e9049f929ea2c2960697b8c586da59bcc067c3f827
3
+ size 2012766875
step_25/policy/tokenizer/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
+ }
step_25/policy/tokenizer/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 %}
step_25/policy/tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
step_25/policy/tokenizer/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
+ }
step_25/policy/tokenizer/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
step_25/policy/tokenizer/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
+ }
step_25/policy/tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
step_25/policy/weights/model/.hf_metadata/config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "dtype": "float32",
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2560,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 9728,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
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
+ ],
53
+ "max_position_embeddings": 40960,
54
+ "max_window_layers": 36,
55
+ "model_type": "qwen3",
56
+ "nemo_version": "0.2.0",
57
+ "num_attention_heads": 32,
58
+ "num_hidden_layers": 36,
59
+ "num_key_value_heads": 8,
60
+ "pad_token_id": 151643,
61
+ "rms_norm_eps": 1e-06,
62
+ "rope_scaling": null,
63
+ "rope_theta": 1000000,
64
+ "sliding_window": null,
65
+ "tie_word_embeddings": true,
66
+ "transformers_version": "4.57.1",
67
+ "use_cache": false,
68
+ "use_sliding_window": false,
69
+ "vocab_size": 151936
70
+ }
step_25/policy/weights/model/.hf_metadata/fqn_to_file_index_mapping.json ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model.embed_tokens.weight": 1,
3
+ "model.layers.0.input_layernorm.weight": 1,
4
+ "model.layers.0.mlp.down_proj.weight": 1,
5
+ "model.layers.0.mlp.gate_proj.weight": 1,
6
+ "model.layers.0.mlp.up_proj.weight": 1,
7
+ "model.layers.0.post_attention_layernorm.weight": 1,
8
+ "model.layers.0.self_attn.k_norm.weight": 1,
9
+ "model.layers.0.self_attn.k_proj.weight": 1,
10
+ "model.layers.0.self_attn.o_proj.weight": 1,
11
+ "model.layers.0.self_attn.q_norm.weight": 1,
12
+ "model.layers.0.self_attn.q_proj.weight": 1,
13
+ "model.layers.0.self_attn.v_proj.weight": 1,
14
+ "model.layers.1.input_layernorm.weight": 1,
15
+ "model.layers.1.mlp.down_proj.weight": 1,
16
+ "model.layers.1.mlp.gate_proj.weight": 1,
17
+ "model.layers.1.mlp.up_proj.weight": 1,
18
+ "model.layers.1.post_attention_layernorm.weight": 1,
19
+ "model.layers.1.self_attn.k_norm.weight": 1,
20
+ "model.layers.1.self_attn.k_proj.weight": 1,
21
+ "model.layers.1.self_attn.o_proj.weight": 1,
22
+ "model.layers.1.self_attn.q_norm.weight": 1,
23
+ "model.layers.1.self_attn.q_proj.weight": 1,
24
+ "model.layers.1.self_attn.v_proj.weight": 1,
25
+ "model.layers.10.input_layernorm.weight": 1,
26
+ "model.layers.10.mlp.down_proj.weight": 1,
27
+ "model.layers.10.mlp.gate_proj.weight": 1,
28
+ "model.layers.10.mlp.up_proj.weight": 1,
29
+ "model.layers.10.post_attention_layernorm.weight": 1,
30
+ "model.layers.10.self_attn.k_norm.weight": 1,
31
+ "model.layers.10.self_attn.k_proj.weight": 1,
32
+ "model.layers.10.self_attn.o_proj.weight": 1,
33
+ "model.layers.10.self_attn.q_norm.weight": 1,
34
+ "model.layers.10.self_attn.q_proj.weight": 1,
35
+ "model.layers.10.self_attn.v_proj.weight": 1,
36
+ "model.layers.11.input_layernorm.weight": 1,
37
+ "model.layers.11.mlp.down_proj.weight": 1,
38
+ "model.layers.11.mlp.gate_proj.weight": 1,
39
+ "model.layers.11.mlp.up_proj.weight": 1,
40
+ "model.layers.11.post_attention_layernorm.weight": 1,
41
+ "model.layers.11.self_attn.k_norm.weight": 1,
42
+ "model.layers.11.self_attn.k_proj.weight": 1,
43
+ "model.layers.11.self_attn.o_proj.weight": 1,
44
+ "model.layers.11.self_attn.q_norm.weight": 1,
45
+ "model.layers.11.self_attn.q_proj.weight": 1,
46
+ "model.layers.11.self_attn.v_proj.weight": 1,
47
+ "model.layers.12.input_layernorm.weight": 1,
48
+ "model.layers.12.mlp.down_proj.weight": 1,
49
+ "model.layers.12.mlp.gate_proj.weight": 1,
50
+ "model.layers.12.mlp.up_proj.weight": 1,
51
+ "model.layers.12.post_attention_layernorm.weight": 1,
52
+ "model.layers.12.self_attn.k_norm.weight": 1,
53
+ "model.layers.12.self_attn.k_proj.weight": 1,
54
+ "model.layers.12.self_attn.o_proj.weight": 1,
55
+ "model.layers.12.self_attn.q_norm.weight": 1,
56
+ "model.layers.12.self_attn.q_proj.weight": 1,
57
+ "model.layers.12.self_attn.v_proj.weight": 1,
58
+ "model.layers.13.input_layernorm.weight": 1,
59
+ "model.layers.13.mlp.down_proj.weight": 1,
60
+ "model.layers.13.mlp.gate_proj.weight": 1,
61
+ "model.layers.13.mlp.up_proj.weight": 1,
62
+ "model.layers.13.post_attention_layernorm.weight": 1,
63
+ "model.layers.13.self_attn.k_norm.weight": 1,
64
+ "model.layers.13.self_attn.k_proj.weight": 1,
65
+ "model.layers.13.self_attn.o_proj.weight": 1,
66
+ "model.layers.13.self_attn.q_norm.weight": 1,
67
+ "model.layers.13.self_attn.q_proj.weight": 1,
68
+ "model.layers.13.self_attn.v_proj.weight": 1,
69
+ "model.layers.14.input_layernorm.weight": 1,
70
+ "model.layers.14.mlp.down_proj.weight": 1,
71
+ "model.layers.14.mlp.gate_proj.weight": 1,
72
+ "model.layers.14.mlp.up_proj.weight": 1,
73
+ "model.layers.14.post_attention_layernorm.weight": 1,
74
+ "model.layers.14.self_attn.k_norm.weight": 1,
75
+ "model.layers.14.self_attn.k_proj.weight": 1,
76
+ "model.layers.14.self_attn.o_proj.weight": 1,
77
+ "model.layers.14.self_attn.q_norm.weight": 1,
78
+ "model.layers.14.self_attn.q_proj.weight": 1,
79
+ "model.layers.14.self_attn.v_proj.weight": 1,
80
+ "model.layers.15.input_layernorm.weight": 1,
81
+ "model.layers.15.mlp.down_proj.weight": 1,
82
+ "model.layers.15.mlp.gate_proj.weight": 1,
83
+ "model.layers.15.mlp.up_proj.weight": 1,
84
+ "model.layers.15.post_attention_layernorm.weight": 1,
85
+ "model.layers.15.self_attn.k_norm.weight": 1,
86
+ "model.layers.15.self_attn.k_proj.weight": 1,
87
+ "model.layers.15.self_attn.o_proj.weight": 1,
88
+ "model.layers.15.self_attn.q_norm.weight": 1,
89
+ "model.layers.15.self_attn.q_proj.weight": 1,
90
+ "model.layers.15.self_attn.v_proj.weight": 1,
91
+ "model.layers.16.input_layernorm.weight": 1,
92
+ "model.layers.16.mlp.down_proj.weight": 1,
93
+ "model.layers.16.mlp.gate_proj.weight": 1,
94
+ "model.layers.16.mlp.up_proj.weight": 1,
95
+ "model.layers.16.post_attention_layernorm.weight": 1,
96
+ "model.layers.16.self_attn.k_norm.weight": 1,
97
+ "model.layers.16.self_attn.k_proj.weight": 1,
98
+ "model.layers.16.self_attn.o_proj.weight": 1,
99
+ "model.layers.16.self_attn.q_norm.weight": 1,
100
+ "model.layers.16.self_attn.q_proj.weight": 1,
101
+ "model.layers.16.self_attn.v_proj.weight": 1,
102
+ "model.layers.17.input_layernorm.weight": 1,
103
+ "model.layers.17.mlp.down_proj.weight": 1,
104
+ "model.layers.17.mlp.gate_proj.weight": 1,
105
+ "model.layers.17.mlp.up_proj.weight": 1,
106
+ "model.layers.17.post_attention_layernorm.weight": 1,
107
+ "model.layers.17.self_attn.k_norm.weight": 1,
108
+ "model.layers.17.self_attn.k_proj.weight": 1,
109
+ "model.layers.17.self_attn.o_proj.weight": 1,
110
+ "model.layers.17.self_attn.q_norm.weight": 1,
111
+ "model.layers.17.self_attn.q_proj.weight": 1,
112
+ "model.layers.17.self_attn.v_proj.weight": 1,
113
+ "model.layers.18.input_layernorm.weight": 1,
114
+ "model.layers.18.mlp.down_proj.weight": 1,
115
+ "model.layers.18.mlp.gate_proj.weight": 1,
116
+ "model.layers.18.mlp.up_proj.weight": 1,
117
+ "model.layers.18.post_attention_layernorm.weight": 1,
118
+ "model.layers.18.self_attn.k_norm.weight": 1,
119
+ "model.layers.18.self_attn.k_proj.weight": 1,
120
+ "model.layers.18.self_attn.o_proj.weight": 1,
121
+ "model.layers.18.self_attn.q_norm.weight": 1,
122
+ "model.layers.18.self_attn.q_proj.weight": 1,
123
+ "model.layers.18.self_attn.v_proj.weight": 1,
124
+ "model.layers.19.input_layernorm.weight": 1,
125
+ "model.layers.19.mlp.down_proj.weight": 1,
126
+ "model.layers.19.mlp.gate_proj.weight": 1,
127
+ "model.layers.19.mlp.up_proj.weight": 1,
128
+ "model.layers.19.post_attention_layernorm.weight": 1,
129
+ "model.layers.19.self_attn.k_norm.weight": 1,
130
+ "model.layers.19.self_attn.k_proj.weight": 1,
131
+ "model.layers.19.self_attn.o_proj.weight": 1,
132
+ "model.layers.19.self_attn.q_norm.weight": 1,
133
+ "model.layers.19.self_attn.q_proj.weight": 1,
134
+ "model.layers.19.self_attn.v_proj.weight": 1,
135
+ "model.layers.2.input_layernorm.weight": 1,
136
+ "model.layers.2.mlp.down_proj.weight": 1,
137
+ "model.layers.2.mlp.gate_proj.weight": 1,
138
+ "model.layers.2.mlp.up_proj.weight": 1,
139
+ "model.layers.2.post_attention_layernorm.weight": 1,
140
+ "model.layers.2.self_attn.k_norm.weight": 1,
141
+ "model.layers.2.self_attn.k_proj.weight": 1,
142
+ "model.layers.2.self_attn.o_proj.weight": 1,
143
+ "model.layers.2.self_attn.q_norm.weight": 1,
144
+ "model.layers.2.self_attn.q_proj.weight": 1,
145
+ "model.layers.2.self_attn.v_proj.weight": 1,
146
+ "model.layers.20.input_layernorm.weight": 1,
147
+ "model.layers.20.mlp.down_proj.weight": 1,
148
+ "model.layers.20.mlp.gate_proj.weight": 1,
149
+ "model.layers.20.mlp.up_proj.weight": 1,
150
+ "model.layers.20.post_attention_layernorm.weight": 1,
151
+ "model.layers.20.self_attn.k_norm.weight": 1,
152
+ "model.layers.20.self_attn.k_proj.weight": 1,
153
+ "model.layers.20.self_attn.o_proj.weight": 1,
154
+ "model.layers.20.self_attn.q_norm.weight": 1,
155
+ "model.layers.20.self_attn.q_proj.weight": 1,
156
+ "model.layers.20.self_attn.v_proj.weight": 1,
157
+ "model.layers.21.input_layernorm.weight": 1,
158
+ "model.layers.21.mlp.down_proj.weight": 1,
159
+ "model.layers.21.mlp.gate_proj.weight": 1,
160
+ "model.layers.21.mlp.up_proj.weight": 1,
161
+ "model.layers.21.post_attention_layernorm.weight": 1,
162
+ "model.layers.21.self_attn.k_norm.weight": 1,
163
+ "model.layers.21.self_attn.k_proj.weight": 1,
164
+ "model.layers.21.self_attn.o_proj.weight": 1,
165
+ "model.layers.21.self_attn.q_norm.weight": 1,
166
+ "model.layers.21.self_attn.q_proj.weight": 1,
167
+ "model.layers.21.self_attn.v_proj.weight": 1,
168
+ "model.layers.22.input_layernorm.weight": 1,
169
+ "model.layers.22.mlp.down_proj.weight": 1,
170
+ "model.layers.22.mlp.gate_proj.weight": 1,
171
+ "model.layers.22.mlp.up_proj.weight": 1,
172
+ "model.layers.22.post_attention_layernorm.weight": 1,
173
+ "model.layers.22.self_attn.k_norm.weight": 1,
174
+ "model.layers.22.self_attn.k_proj.weight": 1,
175
+ "model.layers.22.self_attn.o_proj.weight": 1,
176
+ "model.layers.22.self_attn.q_norm.weight": 1,
177
+ "model.layers.22.self_attn.q_proj.weight": 1,
178
+ "model.layers.22.self_attn.v_proj.weight": 1,
179
+ "model.layers.23.input_layernorm.weight": 1,
180
+ "model.layers.23.mlp.down_proj.weight": 1,
181
+ "model.layers.23.mlp.gate_proj.weight": 1,
182
+ "model.layers.23.mlp.up_proj.weight": 1,
183
+ "model.layers.23.post_attention_layernorm.weight": 1,
184
+ "model.layers.23.self_attn.k_norm.weight": 1,
185
+ "model.layers.23.self_attn.k_proj.weight": 1,
186
+ "model.layers.23.self_attn.o_proj.weight": 1,
187
+ "model.layers.23.self_attn.q_norm.weight": 1,
188
+ "model.layers.23.self_attn.q_proj.weight": 1,
189
+ "model.layers.23.self_attn.v_proj.weight": 1,
190
+ "model.layers.24.input_layernorm.weight": 1,
191
+ "model.layers.24.mlp.down_proj.weight": 1,
192
+ "model.layers.24.mlp.gate_proj.weight": 1,
193
+ "model.layers.24.mlp.up_proj.weight": 1,
194
+ "model.layers.24.post_attention_layernorm.weight": 1,
195
+ "model.layers.24.self_attn.k_norm.weight": 1,
196
+ "model.layers.24.self_attn.k_proj.weight": 1,
197
+ "model.layers.24.self_attn.o_proj.weight": 1,
198
+ "model.layers.24.self_attn.q_norm.weight": 1,
199
+ "model.layers.24.self_attn.q_proj.weight": 1,
200
+ "model.layers.24.self_attn.v_proj.weight": 1,
201
+ "model.layers.25.input_layernorm.weight": 1,
202
+ "model.layers.25.mlp.down_proj.weight": 1,
203
+ "model.layers.25.mlp.gate_proj.weight": 1,
204
+ "model.layers.25.mlp.up_proj.weight": 1,
205
+ "model.layers.25.post_attention_layernorm.weight": 1,
206
+ "model.layers.25.self_attn.k_norm.weight": 1,
207
+ "model.layers.25.self_attn.k_proj.weight": 1,
208
+ "model.layers.25.self_attn.o_proj.weight": 1,
209
+ "model.layers.25.self_attn.q_norm.weight": 1,
210
+ "model.layers.25.self_attn.q_proj.weight": 1,
211
+ "model.layers.25.self_attn.v_proj.weight": 1,
212
+ "model.layers.26.input_layernorm.weight": 1,
213
+ "model.layers.26.mlp.down_proj.weight": 1,
214
+ "model.layers.26.mlp.gate_proj.weight": 1,
215
+ "model.layers.26.mlp.up_proj.weight": 1,
216
+ "model.layers.26.post_attention_layernorm.weight": 1,
217
+ "model.layers.26.self_attn.k_norm.weight": 1,
218
+ "model.layers.26.self_attn.k_proj.weight": 1,
219
+ "model.layers.26.self_attn.o_proj.weight": 1,
220
+ "model.layers.26.self_attn.q_norm.weight": 1,
221
+ "model.layers.26.self_attn.q_proj.weight": 1,
222
+ "model.layers.26.self_attn.v_proj.weight": 1,
223
+ "model.layers.27.input_layernorm.weight": 1,
224
+ "model.layers.27.mlp.down_proj.weight": 1,
225
+ "model.layers.27.mlp.gate_proj.weight": 1,
226
+ "model.layers.27.mlp.up_proj.weight": 1,
227
+ "model.layers.27.post_attention_layernorm.weight": 1,
228
+ "model.layers.27.self_attn.k_norm.weight": 1,
229
+ "model.layers.27.self_attn.k_proj.weight": 1,
230
+ "model.layers.27.self_attn.o_proj.weight": 1,
231
+ "model.layers.27.self_attn.q_norm.weight": 1,
232
+ "model.layers.27.self_attn.q_proj.weight": 1,
233
+ "model.layers.27.self_attn.v_proj.weight": 1,
234
+ "model.layers.28.input_layernorm.weight": 1,
235
+ "model.layers.28.mlp.down_proj.weight": 1,
236
+ "model.layers.28.mlp.gate_proj.weight": 1,
237
+ "model.layers.28.mlp.up_proj.weight": 1,
238
+ "model.layers.28.post_attention_layernorm.weight": 1,
239
+ "model.layers.28.self_attn.k_norm.weight": 1,
240
+ "model.layers.28.self_attn.k_proj.weight": 1,
241
+ "model.layers.28.self_attn.o_proj.weight": 1,
242
+ "model.layers.28.self_attn.q_norm.weight": 1,
243
+ "model.layers.28.self_attn.q_proj.weight": 1,
244
+ "model.layers.28.self_attn.v_proj.weight": 1,
245
+ "model.layers.29.input_layernorm.weight": 1,
246
+ "model.layers.29.mlp.down_proj.weight": 1,
247
+ "model.layers.29.mlp.gate_proj.weight": 1,
248
+ "model.layers.29.mlp.up_proj.weight": 1,
249
+ "model.layers.29.post_attention_layernorm.weight": 1,
250
+ "model.layers.29.self_attn.k_norm.weight": 1,
251
+ "model.layers.29.self_attn.k_proj.weight": 1,
252
+ "model.layers.29.self_attn.o_proj.weight": 1,
253
+ "model.layers.29.self_attn.q_norm.weight": 1,
254
+ "model.layers.29.self_attn.q_proj.weight": 1,
255
+ "model.layers.29.self_attn.v_proj.weight": 1,
256
+ "model.layers.3.input_layernorm.weight": 1,
257
+ "model.layers.3.mlp.down_proj.weight": 1,
258
+ "model.layers.3.mlp.gate_proj.weight": 1,
259
+ "model.layers.3.mlp.up_proj.weight": 1,
260
+ "model.layers.3.post_attention_layernorm.weight": 1,
261
+ "model.layers.3.self_attn.k_norm.weight": 1,
262
+ "model.layers.3.self_attn.k_proj.weight": 1,
263
+ "model.layers.3.self_attn.o_proj.weight": 1,
264
+ "model.layers.3.self_attn.q_norm.weight": 1,
265
+ "model.layers.3.self_attn.q_proj.weight": 1,
266
+ "model.layers.3.self_attn.v_proj.weight": 1,
267
+ "model.layers.30.input_layernorm.weight": 1,
268
+ "model.layers.30.mlp.down_proj.weight": 1,
269
+ "model.layers.30.mlp.gate_proj.weight": 1,
270
+ "model.layers.30.mlp.up_proj.weight": 1,
271
+ "model.layers.30.post_attention_layernorm.weight": 1,
272
+ "model.layers.30.self_attn.k_norm.weight": 1,
273
+ "model.layers.30.self_attn.k_proj.weight": 1,
274
+ "model.layers.30.self_attn.o_proj.weight": 1,
275
+ "model.layers.30.self_attn.q_norm.weight": 1,
276
+ "model.layers.30.self_attn.q_proj.weight": 1,
277
+ "model.layers.30.self_attn.v_proj.weight": 1,
278
+ "model.layers.31.input_layernorm.weight": 1,
279
+ "model.layers.31.mlp.down_proj.weight": 1,
280
+ "model.layers.31.mlp.gate_proj.weight": 1,
281
+ "model.layers.31.mlp.up_proj.weight": 1,
282
+ "model.layers.31.post_attention_layernorm.weight": 1,
283
+ "model.layers.31.self_attn.k_norm.weight": 1,
284
+ "model.layers.31.self_attn.k_proj.weight": 1,
285
+ "model.layers.31.self_attn.o_proj.weight": 1,
286
+ "model.layers.31.self_attn.q_norm.weight": 1,
287
+ "model.layers.31.self_attn.q_proj.weight": 1,
288
+ "model.layers.31.self_attn.v_proj.weight": 1,
289
+ "model.layers.32.input_layernorm.weight": 1,
290
+ "model.layers.32.mlp.down_proj.weight": 1,
291
+ "model.layers.32.mlp.gate_proj.weight": 1,
292
+ "model.layers.32.mlp.up_proj.weight": 1,
293
+ "model.layers.32.post_attention_layernorm.weight": 1,
294
+ "model.layers.32.self_attn.k_norm.weight": 1,
295
+ "model.layers.32.self_attn.k_proj.weight": 1,
296
+ "model.layers.32.self_attn.o_proj.weight": 1,
297
+ "model.layers.32.self_attn.q_norm.weight": 1,
298
+ "model.layers.32.self_attn.q_proj.weight": 1,
299
+ "model.layers.32.self_attn.v_proj.weight": 1,
300
+ "model.layers.33.input_layernorm.weight": 1,
301
+ "model.layers.33.mlp.down_proj.weight": 1,
302
+ "model.layers.33.mlp.gate_proj.weight": 1,
303
+ "model.layers.33.mlp.up_proj.weight": 1,
304
+ "model.layers.33.post_attention_layernorm.weight": 1,
305
+ "model.layers.33.self_attn.k_norm.weight": 1,
306
+ "model.layers.33.self_attn.k_proj.weight": 1,
307
+ "model.layers.33.self_attn.o_proj.weight": 1,
308
+ "model.layers.33.self_attn.q_norm.weight": 1,
309
+ "model.layers.33.self_attn.q_proj.weight": 1,
310
+ "model.layers.33.self_attn.v_proj.weight": 1,
311
+ "model.layers.34.input_layernorm.weight": 1,
312
+ "model.layers.34.mlp.down_proj.weight": 1,
313
+ "model.layers.34.mlp.gate_proj.weight": 1,
314
+ "model.layers.34.mlp.up_proj.weight": 1,
315
+ "model.layers.34.post_attention_layernorm.weight": 1,
316
+ "model.layers.34.self_attn.k_norm.weight": 1,
317
+ "model.layers.34.self_attn.k_proj.weight": 1,
318
+ "model.layers.34.self_attn.o_proj.weight": 1,
319
+ "model.layers.34.self_attn.q_norm.weight": 1,
320
+ "model.layers.34.self_attn.q_proj.weight": 1,
321
+ "model.layers.34.self_attn.v_proj.weight": 1,
322
+ "model.layers.35.input_layernorm.weight": 1,
323
+ "model.layers.35.mlp.down_proj.weight": 1,
324
+ "model.layers.35.mlp.gate_proj.weight": 1,
325
+ "model.layers.35.mlp.up_proj.weight": 1,
326
+ "model.layers.35.post_attention_layernorm.weight": 1,
327
+ "model.layers.35.self_attn.k_norm.weight": 1,
328
+ "model.layers.35.self_attn.k_proj.weight": 1,
329
+ "model.layers.35.self_attn.o_proj.weight": 1,
330
+ "model.layers.35.self_attn.q_norm.weight": 1,
331
+ "model.layers.35.self_attn.q_proj.weight": 1,
332
+ "model.layers.35.self_attn.v_proj.weight": 1,
333
+ "model.layers.4.input_layernorm.weight": 1,
334
+ "model.layers.4.mlp.down_proj.weight": 1,
335
+ "model.layers.4.mlp.gate_proj.weight": 1,
336
+ "model.layers.4.mlp.up_proj.weight": 1,
337
+ "model.layers.4.post_attention_layernorm.weight": 1,
338
+ "model.layers.4.self_attn.k_norm.weight": 1,
339
+ "model.layers.4.self_attn.k_proj.weight": 1,
340
+ "model.layers.4.self_attn.o_proj.weight": 1,
341
+ "model.layers.4.self_attn.q_norm.weight": 1,
342
+ "model.layers.4.self_attn.q_proj.weight": 1,
343
+ "model.layers.4.self_attn.v_proj.weight": 1,
344
+ "model.layers.5.input_layernorm.weight": 1,
345
+ "model.layers.5.mlp.down_proj.weight": 1,
346
+ "model.layers.5.mlp.gate_proj.weight": 1,
347
+ "model.layers.5.mlp.up_proj.weight": 1,
348
+ "model.layers.5.post_attention_layernorm.weight": 1,
349
+ "model.layers.5.self_attn.k_norm.weight": 1,
350
+ "model.layers.5.self_attn.k_proj.weight": 1,
351
+ "model.layers.5.self_attn.o_proj.weight": 1,
352
+ "model.layers.5.self_attn.q_norm.weight": 1,
353
+ "model.layers.5.self_attn.q_proj.weight": 1,
354
+ "model.layers.5.self_attn.v_proj.weight": 1,
355
+ "model.layers.6.input_layernorm.weight": 1,
356
+ "model.layers.6.mlp.down_proj.weight": 1,
357
+ "model.layers.6.mlp.gate_proj.weight": 1,
358
+ "model.layers.6.mlp.up_proj.weight": 1,
359
+ "model.layers.6.post_attention_layernorm.weight": 1,
360
+ "model.layers.6.self_attn.k_norm.weight": 1,
361
+ "model.layers.6.self_attn.k_proj.weight": 1,
362
+ "model.layers.6.self_attn.o_proj.weight": 1,
363
+ "model.layers.6.self_attn.q_norm.weight": 1,
364
+ "model.layers.6.self_attn.q_proj.weight": 1,
365
+ "model.layers.6.self_attn.v_proj.weight": 1,
366
+ "model.layers.7.input_layernorm.weight": 1,
367
+ "model.layers.7.mlp.down_proj.weight": 1,
368
+ "model.layers.7.mlp.gate_proj.weight": 1,
369
+ "model.layers.7.mlp.up_proj.weight": 1,
370
+ "model.layers.7.post_attention_layernorm.weight": 1,
371
+ "model.layers.7.self_attn.k_norm.weight": 1,
372
+ "model.layers.7.self_attn.k_proj.weight": 1,
373
+ "model.layers.7.self_attn.o_proj.weight": 1,
374
+ "model.layers.7.self_attn.q_norm.weight": 1,
375
+ "model.layers.7.self_attn.q_proj.weight": 1,
376
+ "model.layers.7.self_attn.v_proj.weight": 1,
377
+ "model.layers.8.input_layernorm.weight": 1,
378
+ "model.layers.8.mlp.down_proj.weight": 1,
379
+ "model.layers.8.mlp.gate_proj.weight": 1,
380
+ "model.layers.8.mlp.up_proj.weight": 1,
381
+ "model.layers.8.post_attention_layernorm.weight": 1,
382
+ "model.layers.8.self_attn.k_norm.weight": 1,
383
+ "model.layers.8.self_attn.k_proj.weight": 1,
384
+ "model.layers.8.self_attn.o_proj.weight": 1,
385
+ "model.layers.8.self_attn.q_norm.weight": 1,
386
+ "model.layers.8.self_attn.q_proj.weight": 1,
387
+ "model.layers.8.self_attn.v_proj.weight": 1,
388
+ "model.layers.9.input_layernorm.weight": 1,
389
+ "model.layers.9.mlp.down_proj.weight": 1,
390
+ "model.layers.9.mlp.gate_proj.weight": 1,
391
+ "model.layers.9.mlp.up_proj.weight": 1,
392
+ "model.layers.9.post_attention_layernorm.weight": 1,
393
+ "model.layers.9.self_attn.k_norm.weight": 1,
394
+ "model.layers.9.self_attn.k_proj.weight": 1,
395
+ "model.layers.9.self_attn.o_proj.weight": 1,
396
+ "model.layers.9.self_attn.q_norm.weight": 1,
397
+ "model.layers.9.self_attn.q_proj.weight": 1,
398
+ "model.layers.9.self_attn.v_proj.weight": 1,
399
+ "model.norm.weight": 1
400
+ }
step_25/policy/weights/model/.hf_metadata/generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.57.1"
13
+ }
step_25/policy/weights/model/shard-00001-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bec0989ea98347e9c07fbb7998bce4063f551677d9e3727b7df17a45f24ecfd
3
+ size 1005614616
step_25/policy/weights/model/shard-00002-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d1820299e43d8abd174f56bfa957e1ed5d7fffb306bcf13eb3a9b91179f979
3
+ size 1005688880
step_25/policy/weights/model/shard-00003-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e81a5247973d1ed30b217052715322e519e52b712f318042d032608dbfb7f1a
3
+ size 1005688880
step_25/policy/weights/model/shard-00004-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ece813503c1a3c7324f146359f91b32859f2c8ec30efa7e43878a1f8e2db3c
3
+ size 1005690656
step_25/policy/weights/model/shard-00005-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44d0cc55d9252954998174b66b8410e9e0b2220f3872fde259de9056e59fef5
3
+ size 1005615048
step_25/policy/weights/model/shard-00006-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8fc3c216ff514760c1fa7997b984dff76cd4912b93533cf92b6715daa92af86
3
+ size 1005689096
step_25/policy/weights/model/shard-00007-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb5c91a3f22435766b27b5a3368aa28b21fc9778dcaf625a062181b96934688
3
+ size 1005689096
step_25/policy/weights/model/shard-00008-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82dd165c315bb9fdc5cbba16155e4461b59c6ccd3dd48395cadc886a7f25d2f4
3
+ size 1005690872
step_25/policy/weights/model/shard-00009-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3143156c0fd22967047a57d8a8e0888c4c7861932196c3956c2d7a78ae1732d
3
+ size 1005615264
step_25/policy/weights/model/shard-00010-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7474c0fd7e7e867c65caa2b9cb66b94f1416a327450f67a4e7e55bead0c40b8
3
+ size 1005689192
step_25/policy/weights/model/shard-00011-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b4253d69924deb43245102e20ce8e9bd1aae9ced651247656cf299801d3597c
3
+ size 1005689192
step_25/policy/weights/model/shard-00012-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:129ad8b62698ea3a9440f3a735b465f6f07641f457a3ad1539fd9e80fc731068
3
+ size 1005690968
step_25/policy/weights/model/shard-00013-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0d05074935fc3f2fb66e761cd4788902bf8cc30700209e83a524e3d756cc77
3
+ size 1005615264
step_25/policy/weights/model/shard-00014-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4fd1dcb4a7b48bb2a9e2deee2ff81ed6397eefec86a54011f7973d74be73f5
3
+ size 1005689192
step_25/policy/weights/model/shard-00015-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc28d8afa39f57e085e90df9d4e789856d56f1519a1df78af6a24ebf4955f28
3
+ size 1005689192
step_25/policy/weights/model/shard-00016-model-00001-of-00001.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce684938e09ec124c7e3ba161f3c8919367d8710e24be91cc09c2b9c0bbe9f8d
3
+ size 1005690968
step_25/train_dataloader.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69621e83bf24b13c2104e8c10f910b66a8705894bcddb770b99c0b016807fe6a
3
+ size 7016
step_25/training_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"current_epoch": 0, "current_step": 25, "total_steps": 25, "val_reward": 0.9182203389830509, "consumed_samples": 1600, "total_valid_tokens": 10104027.0, "val:accuracy": 0.9182203389830509}