Training in progress, step 100
Browse files- chat_template.jinja +5 -0
- config.json +60 -0
- model-00001-of-00007.safetensors +3 -0
- model-00002-of-00007.safetensors +3 -0
- model-00003-of-00007.safetensors +3 -0
- model-00004-of-00007.safetensors +3 -0
- model-00005-of-00007.safetensors +3 -0
- model-00006-of-00007.safetensors +3 -0
- model-00007-of-00007.safetensors +3 -0
- model.safetensors.index.json +0 -0
- special_tokens_map.json +17 -0
- tokenizer.json +0 -0
- tokenizer_config.json +163 -0
- training.log +237 -0
- training_args.bin +3 -0
chat_template.jinja
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{{ 'User: ' + message['content'] + '
|
2 |
+
|
3 |
+
' }}{% elif message['role'] == 'assistant' %}{{ 'Assistant: ' + message['content'] + eos_token }}{% elif message['role'] == 'system' %}{{ message['content'] + '
|
4 |
+
|
5 |
+
' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}
|
config.json
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"DeepseekV2ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": false,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct--configuration_deepseek.DeepseekV2Config",
|
9 |
+
"AutoModel": "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct--modeling_deepseek.DeepseekV2Model",
|
10 |
+
"AutoModelForCausalLM": "deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct--modeling_deepseek.DeepseekV2ForCausalLM"
|
11 |
+
},
|
12 |
+
"aux_loss_alpha": 0.001,
|
13 |
+
"bos_token_id": 100000,
|
14 |
+
"eos_token_id": 100001,
|
15 |
+
"ep_size": 1,
|
16 |
+
"first_k_dense_replace": 1,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_size": 2048,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 10944,
|
21 |
+
"kv_lora_rank": 512,
|
22 |
+
"max_position_embeddings": 163840,
|
23 |
+
"model_type": "deepseek_v2",
|
24 |
+
"moe_intermediate_size": 1408,
|
25 |
+
"moe_layer_freq": 1,
|
26 |
+
"n_group": 1,
|
27 |
+
"n_routed_experts": 64,
|
28 |
+
"n_shared_experts": 2,
|
29 |
+
"norm_topk_prob": false,
|
30 |
+
"num_attention_heads": 16,
|
31 |
+
"num_experts_per_tok": 6,
|
32 |
+
"num_hidden_layers": 27,
|
33 |
+
"num_key_value_heads": 16,
|
34 |
+
"pretraining_tp": 1,
|
35 |
+
"q_lora_rank": null,
|
36 |
+
"qk_nope_head_dim": 128,
|
37 |
+
"qk_rope_head_dim": 64,
|
38 |
+
"rms_norm_eps": 1e-06,
|
39 |
+
"rope_scaling": {
|
40 |
+
"beta_fast": 32,
|
41 |
+
"beta_slow": 1,
|
42 |
+
"factor": 40,
|
43 |
+
"mscale": 0.707,
|
44 |
+
"mscale_all_dim": 0.707,
|
45 |
+
"original_max_position_embeddings": 4096,
|
46 |
+
"type": "yarn"
|
47 |
+
},
|
48 |
+
"rope_theta": 10000,
|
49 |
+
"routed_scaling_factor": 1.0,
|
50 |
+
"scoring_func": "softmax",
|
51 |
+
"seq_aux": true,
|
52 |
+
"tie_word_embeddings": false,
|
53 |
+
"topk_group": 1,
|
54 |
+
"topk_method": "greedy",
|
55 |
+
"torch_dtype": "bfloat16",
|
56 |
+
"transformers_version": "4.52.0.dev0",
|
57 |
+
"use_cache": true,
|
58 |
+
"v_head_dim": 128,
|
59 |
+
"vocab_size": 102400
|
60 |
+
}
|
model-00001-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fba9675bcc0c35ea012de1d9ec510704b6814e8d3619e564900c786d1931d8d
|
3 |
+
size 4994763632
|
model-00002-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e6db0b388e9a9c51225178db541f3268be7ed1b58255bcb26a08cd011a0a564
|
3 |
+
size 4995044944
|
model-00003-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a718f1d8b3214ae4b353e482f5b832a478605b4e958391a1b12b1d633c741840
|
3 |
+
size 4996085000
|
model-00004-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc347a3a6eb7bb632b4742f33e4f069de4460fdce0281c34882d59b971fcdd2a
|
3 |
+
size 4996085224
|
model-00005-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128e7f51df5817287868ff1ad4efd409c0aee697a3c94e3dd7450c38ae4b9d8d
|
3 |
+
size 4996085224
|
model-00006-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f2e298cefaf785794a145561a483d9c8741d642b48a5e95cc7116503ac675e6
|
3 |
+
size 4995045792
|
model-00007-of-00007.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e547806cf6f2031f66fb0c798185d1d2d8c5253fa77e7e106d8f24da77c76b22
|
3 |
+
size 1440515736
|
model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|begin▁of▁sentence|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|end▁of▁sentence|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|end▁of▁sentence|>"
|
17 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"100000": {
|
7 |
+
"content": "<|begin▁of▁sentence|>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"100001": {
|
15 |
+
"content": "<|end▁of▁sentence|>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"100002": {
|
23 |
+
"content": "<|fim▁hole|>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": false
|
29 |
+
},
|
30 |
+
"100003": {
|
31 |
+
"content": "<|fim▁begin|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"100004": {
|
39 |
+
"content": "<|fim▁end|>",
|
40 |
+
"lstrip": false,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": false,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
},
|
46 |
+
"100005": {
|
47 |
+
"content": "<|completion|>",
|
48 |
+
"lstrip": false,
|
49 |
+
"normalized": true,
|
50 |
+
"rstrip": false,
|
51 |
+
"single_word": false,
|
52 |
+
"special": false
|
53 |
+
},
|
54 |
+
"100006": {
|
55 |
+
"content": "<|User|>",
|
56 |
+
"lstrip": false,
|
57 |
+
"normalized": true,
|
58 |
+
"rstrip": false,
|
59 |
+
"single_word": false,
|
60 |
+
"special": false
|
61 |
+
},
|
62 |
+
"100007": {
|
63 |
+
"content": "<|Assistant|>",
|
64 |
+
"lstrip": false,
|
65 |
+
"normalized": true,
|
66 |
+
"rstrip": false,
|
67 |
+
"single_word": false,
|
68 |
+
"special": false
|
69 |
+
},
|
70 |
+
"100008": {
|
71 |
+
"content": "<|EOT|>",
|
72 |
+
"lstrip": false,
|
73 |
+
"normalized": true,
|
74 |
+
"rstrip": false,
|
75 |
+
"single_word": false,
|
76 |
+
"special": true
|
77 |
+
},
|
78 |
+
"100009": {
|
79 |
+
"content": "<|tool▁calls▁begin|>",
|
80 |
+
"lstrip": false,
|
81 |
+
"normalized": true,
|
82 |
+
"rstrip": false,
|
83 |
+
"single_word": false,
|
84 |
+
"special": false
|
85 |
+
},
|
86 |
+
"100010": {
|
87 |
+
"content": "<|tool▁calls▁end|>",
|
88 |
+
"lstrip": false,
|
89 |
+
"normalized": true,
|
90 |
+
"rstrip": false,
|
91 |
+
"single_word": false,
|
92 |
+
"special": false
|
93 |
+
},
|
94 |
+
"100011": {
|
95 |
+
"content": "<|tool▁call▁begin|>",
|
96 |
+
"lstrip": false,
|
97 |
+
"normalized": true,
|
98 |
+
"rstrip": false,
|
99 |
+
"single_word": false,
|
100 |
+
"special": false
|
101 |
+
},
|
102 |
+
"100012": {
|
103 |
+
"content": "<|tool▁call▁end|>",
|
104 |
+
"lstrip": false,
|
105 |
+
"normalized": true,
|
106 |
+
"rstrip": false,
|
107 |
+
"single_word": false,
|
108 |
+
"special": false
|
109 |
+
},
|
110 |
+
"100013": {
|
111 |
+
"content": "<|tool▁outputs▁begin|>",
|
112 |
+
"lstrip": false,
|
113 |
+
"normalized": true,
|
114 |
+
"rstrip": false,
|
115 |
+
"single_word": false,
|
116 |
+
"special": false
|
117 |
+
},
|
118 |
+
"100014": {
|
119 |
+
"content": "<|tool▁outputs▁end|>",
|
120 |
+
"lstrip": false,
|
121 |
+
"normalized": true,
|
122 |
+
"rstrip": false,
|
123 |
+
"single_word": false,
|
124 |
+
"special": false
|
125 |
+
},
|
126 |
+
"100015": {
|
127 |
+
"content": "<|tool▁output▁begin|>",
|
128 |
+
"lstrip": false,
|
129 |
+
"normalized": true,
|
130 |
+
"rstrip": false,
|
131 |
+
"single_word": false,
|
132 |
+
"special": false
|
133 |
+
},
|
134 |
+
"100016": {
|
135 |
+
"content": "<|tool▁output▁end|>",
|
136 |
+
"lstrip": false,
|
137 |
+
"normalized": true,
|
138 |
+
"rstrip": false,
|
139 |
+
"single_word": false,
|
140 |
+
"special": false
|
141 |
+
},
|
142 |
+
"100017": {
|
143 |
+
"content": "<|tool▁sep|>",
|
144 |
+
"lstrip": false,
|
145 |
+
"normalized": true,
|
146 |
+
"rstrip": false,
|
147 |
+
"single_word": false,
|
148 |
+
"special": false
|
149 |
+
}
|
150 |
+
},
|
151 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
152 |
+
"clean_up_tokenization_spaces": false,
|
153 |
+
"eos_token": "<|end▁of▁sentence|>",
|
154 |
+
"extra_special_tokens": {},
|
155 |
+
"fast_tokenizer": true,
|
156 |
+
"legacy": true,
|
157 |
+
"model_max_length": 16384,
|
158 |
+
"pad_token": "<|end▁of▁sentence|>",
|
159 |
+
"sp_model_kwargs": {},
|
160 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
161 |
+
"unk_token": null,
|
162 |
+
"use_default_system_prompt": false
|
163 |
+
}
|
training.log
ADDED
@@ -0,0 +1,237 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2025-07-09 03:01:25 - INFO - __main__ - Model parameters ModelConfig(model_name_or_path='deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct', model_revision='main', torch_dtype='bfloat16', trust_remote_code=True, attn_implementation='flash_attention_2', use_peft=False, lora_r=16, lora_alpha=32, lora_dropout=0.05, lora_target_modules=None, lora_modules_to_save=None, lora_task_type='CAUSAL_LM', use_rslora=False, use_dora=False, load_in_8bit=False, load_in_4bit=False, bnb_4bit_quant_type='nf4', use_bnb_nested_quant=False)
|
2 |
+
2025-07-09 03:01:25 - INFO - __main__ - Script parameters ScriptArguments(dataset_name='lmms-lab/Math10K', dataset_config=None, dataset_train_split='train', dataset_test_split='test', gradient_checkpointing_use_reentrant=False, ignore_bias_buffers=False)
|
3 |
+
2025-07-09 03:01:25 - INFO - __main__ - Training parameters EfficientDistillationConfig(
|
4 |
+
_n_gpu=1,
|
5 |
+
accelerator_config={'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None, 'use_configured_state': False},
|
6 |
+
adafactor=False,
|
7 |
+
adam_beta1=0.9,
|
8 |
+
adam_beta2=0.999,
|
9 |
+
adam_epsilon=1e-08,
|
10 |
+
alpha=0.5,
|
11 |
+
auto_find_batch_size=False,
|
12 |
+
average_tokens_across_devices=False,
|
13 |
+
batch_eval_metrics=False,
|
14 |
+
benchmarks=[],
|
15 |
+
bf16=True,
|
16 |
+
bf16_full_eval=False,
|
17 |
+
callbacks=[],
|
18 |
+
ce_loss_scale=1.0,
|
19 |
+
chars_per_token=<CHARS_PER_TOKEN>,
|
20 |
+
chat_template=None,
|
21 |
+
completion_only_loss=None,
|
22 |
+
data_seed=None,
|
23 |
+
dataloader_drop_last=False,
|
24 |
+
dataloader_num_workers=0,
|
25 |
+
dataloader_persistent_workers=False,
|
26 |
+
dataloader_pin_memory=True,
|
27 |
+
dataloader_prefetch_factor=None,
|
28 |
+
dataset_batch_size=None,
|
29 |
+
dataset_kwargs=None,
|
30 |
+
dataset_num_proc=None,
|
31 |
+
dataset_text_field=text,
|
32 |
+
ddp_backend=None,
|
33 |
+
ddp_broadcast_buffers=None,
|
34 |
+
ddp_bucket_cap_mb=None,
|
35 |
+
ddp_find_unused_parameters=None,
|
36 |
+
ddp_timeout=1800000000,
|
37 |
+
debug=[],
|
38 |
+
deepspeed=None,
|
39 |
+
disable_dropout=True,
|
40 |
+
disable_tqdm=False,
|
41 |
+
do_eval=True,
|
42 |
+
do_predict=False,
|
43 |
+
do_train=False,
|
44 |
+
eos_token=<EOS_TOKEN>,
|
45 |
+
eval_accumulation_steps=None,
|
46 |
+
eval_delay=0,
|
47 |
+
eval_do_concat_batches=True,
|
48 |
+
eval_on_start=False,
|
49 |
+
eval_packing=None,
|
50 |
+
eval_steps=None,
|
51 |
+
eval_strategy=IntervalStrategy.NO,
|
52 |
+
eval_use_gather_object=False,
|
53 |
+
expert_num=6,
|
54 |
+
fp16=False,
|
55 |
+
fp16_backend=auto,
|
56 |
+
fp16_full_eval=False,
|
57 |
+
fp16_opt_level=O1,
|
58 |
+
fsdp=[],
|
59 |
+
fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False},
|
60 |
+
fsdp_min_num_params=0,
|
61 |
+
fsdp_transformer_layer_cls_to_wrap=None,
|
62 |
+
full_determinism=False,
|
63 |
+
gradient_accumulation_steps=1,
|
64 |
+
gradient_checkpointing=False,
|
65 |
+
gradient_checkpointing_kwargs={'use_reentrant': False},
|
66 |
+
greater_is_better=None,
|
67 |
+
group_by_length=False,
|
68 |
+
half_precision_backend=auto,
|
69 |
+
hub_always_push=False,
|
70 |
+
hub_model_id=Deepseek-Coder-V2-Lite-13B-Instruct-Math10K-diff-info-Distill-forward-kl,
|
71 |
+
hub_model_revision=main,
|
72 |
+
hub_private_repo=None,
|
73 |
+
hub_strategy=HubStrategy.EVERY_SAVE,
|
74 |
+
hub_token=<HUB_TOKEN>,
|
75 |
+
ignore_data_skip=False,
|
76 |
+
include_for_metrics=[],
|
77 |
+
include_inputs_for_metrics=False,
|
78 |
+
include_num_input_tokens_seen=False,
|
79 |
+
include_tokens_per_second=False,
|
80 |
+
jit_mode_eval=False,
|
81 |
+
kl_loss_scale=1.0,
|
82 |
+
label_names=None,
|
83 |
+
label_smoothing_factor=0.0,
|
84 |
+
learning_rate=1e-05,
|
85 |
+
length_column_name=length,
|
86 |
+
lmbda=0.0,
|
87 |
+
load_best_model_at_end=False,
|
88 |
+
local_rank=0,
|
89 |
+
log_level=info,
|
90 |
+
log_level_replica=warning,
|
91 |
+
log_on_each_node=True,
|
92 |
+
logging_dir=data/DeepSeek-Coder-V2-Lite-Instruct/distill/math10K/diff_info_distill_forward_kl/runs/Jul09_03-01-23_haozeh-dev-pod-5,
|
93 |
+
logging_first_step=False,
|
94 |
+
logging_nan_inf_filter=True,
|
95 |
+
logging_steps=1,
|
96 |
+
logging_strategy=IntervalStrategy.STEPS,
|
97 |
+
loss_type=token_specific,
|
98 |
+
lr_scheduler_kwargs={'min_lr_rate': 0.1},
|
99 |
+
lr_scheduler_type=SchedulerType.COSINE_WITH_MIN_LR,
|
100 |
+
max_grad_norm=1.0,
|
101 |
+
max_length=8192,
|
102 |
+
max_new_tokens=1024,
|
103 |
+
max_seq_length=None,
|
104 |
+
max_steps=-1,
|
105 |
+
metric_for_best_model=None,
|
106 |
+
model_init_kwargs=None,
|
107 |
+
mp_parameters=,
|
108 |
+
neftune_noise_alpha=None,
|
109 |
+
no_cuda=False,
|
110 |
+
num_of_sequences=None,
|
111 |
+
num_train_epochs=3,
|
112 |
+
optim=OptimizerNames.ADAMW_TORCH,
|
113 |
+
optim_args=None,
|
114 |
+
optim_target_modules=None,
|
115 |
+
output_dir=data/DeepSeek-Coder-V2-Lite-Instruct/distill/math10K/diff_info_distill_forward_kl,
|
116 |
+
overwrite_hub_revision=False,
|
117 |
+
overwrite_output_dir=True,
|
118 |
+
packing=False,
|
119 |
+
pad_to_multiple_of=None,
|
120 |
+
pad_token=<PAD_TOKEN>,
|
121 |
+
padding_free=False,
|
122 |
+
past_index=-1,
|
123 |
+
per_device_eval_batch_size=16,
|
124 |
+
per_device_train_batch_size=4,
|
125 |
+
prediction_loss_only=False,
|
126 |
+
push_to_hub=True,
|
127 |
+
push_to_hub_model_id=None,
|
128 |
+
push_to_hub_organization=None,
|
129 |
+
push_to_hub_revision=False,
|
130 |
+
push_to_hub_token=<PUSH_TO_HUB_TOKEN>,
|
131 |
+
ray_scope=last,
|
132 |
+
reduction=sum,
|
133 |
+
remove_unused_columns=True,
|
134 |
+
report_to=['wandb'],
|
135 |
+
restore_callback_states_from_checkpoint=False,
|
136 |
+
resume_from_checkpoint=None,
|
137 |
+
run_name=data/DeepSeek-Coder-V2-Lite-Instruct/distill/math10K/diff_info_distill_forward_kl,
|
138 |
+
save_on_each_node=False,
|
139 |
+
save_only_model=False,
|
140 |
+
save_safetensors=True,
|
141 |
+
save_steps=100,
|
142 |
+
save_strategy=SaveStrategy.STEPS,
|
143 |
+
save_total_limit=1,
|
144 |
+
seed=1234,
|
145 |
+
skip_memory_metrics=True,
|
146 |
+
system_prompt=None,
|
147 |
+
teacher_model_init_kwargs=None,
|
148 |
+
teacher_model_name_or_path=None,
|
149 |
+
temperature=0.9,
|
150 |
+
tf32=None,
|
151 |
+
torch_compile=False,
|
152 |
+
torch_compile_backend=None,
|
153 |
+
torch_compile_mode=None,
|
154 |
+
torch_empty_cache_steps=None,
|
155 |
+
torchdynamo=None,
|
156 |
+
tpu_metrics_debug=False,
|
157 |
+
tpu_num_cores=None,
|
158 |
+
use_cpu=False,
|
159 |
+
use_ipex=False,
|
160 |
+
use_legacy_prediction_loop=False,
|
161 |
+
use_liger=False,
|
162 |
+
use_liger_kernel=False,
|
163 |
+
use_mps_device=False,
|
164 |
+
wandb_entity=None,
|
165 |
+
wandb_project=None,
|
166 |
+
warmup_ratio=0.1,
|
167 |
+
warmup_steps=0,
|
168 |
+
weight_decay=0.0,
|
169 |
+
)
|
170 |
+
2025-07-09 03:01:45 - INFO - __main__ - *** Initializing model kwargs ***
|
171 |
+
2025-07-09 03:01:45 - INFO - __main__ - Model memory before loading model:Memory allocated: 0.0
|
172 |
+
Memory reserved: 0.0
|
173 |
+
2025-07-09 03:04:01 - INFO - __main__ - Model memory after loading model:Memory allocated: 4836.39697265625
|
174 |
+
Memory reserved: 7322.0
|
175 |
+
2025-07-09 03:04:02 - INFO - __main__ - MoE layers replaced with Dense MLP layers
|
176 |
+
2025-07-09 03:04:02 - INFO - __main__ - Model memory after replacing MoE with dense:Memory allocated: 4836.39697265625
|
177 |
+
Memory reserved: 6442.0
|
178 |
+
2025-07-09 03:04:02 - INFO - __main__ - Initializing EfficientDistillationTrainer...
|
179 |
+
2025-07-09 03:04:39 - INFO - __main__ - Model memory after trainer initialization:Memory allocated: 9670.91943359375
|
180 |
+
Memory reserved: 12800.0
|
181 |
+
2025-07-09 03:04:39 - INFO - __main__ - *** Starting training ***
|
182 |
+
2025-07-09 03:04:39 - INFO - __main__ - Model architecture: DeepseekV2ForCausalLM(
|
183 |
+
(model): DeepseekV2Model(
|
184 |
+
(embed_tokens): Embedding(102400, 2048)
|
185 |
+
(layers): ModuleList(
|
186 |
+
(0): DeepseekV2DecoderLayer(
|
187 |
+
(self_attn): DeepseekV2FlashAttention2(
|
188 |
+
(q_proj): Linear(in_features=2048, out_features=3072, bias=False)
|
189 |
+
(kv_a_proj_with_mqa): Linear(in_features=2048, out_features=576, bias=False)
|
190 |
+
(kv_a_layernorm): DeepseekV2RMSNorm()
|
191 |
+
(kv_b_proj): Linear(in_features=512, out_features=4096, bias=False)
|
192 |
+
(o_proj): Linear(in_features=2048, out_features=2048, bias=False)
|
193 |
+
(rotary_emb): DeepseekV2YarnRotaryEmbedding()
|
194 |
+
)
|
195 |
+
(mlp): DeepseekV2MLP(
|
196 |
+
(gate_proj): Linear(in_features=2048, out_features=10944, bias=False)
|
197 |
+
(up_proj): Linear(in_features=2048, out_features=10944, bias=False)
|
198 |
+
(down_proj): Linear(in_features=10944, out_features=2048, bias=False)
|
199 |
+
(act_fn): SiLU()
|
200 |
+
)
|
201 |
+
(input_layernorm): DeepseekV2RMSNorm()
|
202 |
+
(post_attention_layernorm): DeepseekV2RMSNorm()
|
203 |
+
)
|
204 |
+
(1-26): 26 x DeepseekV2DecoderLayer(
|
205 |
+
(self_attn): DeepseekV2FlashAttention2(
|
206 |
+
(q_proj): Linear(in_features=2048, out_features=3072, bias=False)
|
207 |
+
(kv_a_proj_with_mqa): Linear(in_features=2048, out_features=576, bias=False)
|
208 |
+
(kv_a_layernorm): DeepseekV2RMSNorm()
|
209 |
+
(kv_b_proj): Linear(in_features=512, out_features=4096, bias=False)
|
210 |
+
(o_proj): Linear(in_features=2048, out_features=2048, bias=False)
|
211 |
+
(rotary_emb): DeepseekV2YarnRotaryEmbedding()
|
212 |
+
)
|
213 |
+
(mlp): DeepseekV2MoE(
|
214 |
+
(experts): ModuleList(
|
215 |
+
(0-63): 64 x DeepseekV2MLP(
|
216 |
+
(gate_proj): Linear(in_features=2048, out_features=1408, bias=False)
|
217 |
+
(up_proj): Linear(in_features=2048, out_features=1408, bias=False)
|
218 |
+
(down_proj): Linear(in_features=1408, out_features=2048, bias=False)
|
219 |
+
(act_fn): SiLU()
|
220 |
+
)
|
221 |
+
)
|
222 |
+
(gate): MoEGate()
|
223 |
+
(shared_experts): DeepseekV2MLP(
|
224 |
+
(gate_proj): Linear(in_features=2048, out_features=2816, bias=False)
|
225 |
+
(up_proj): Linear(in_features=2048, out_features=2816, bias=False)
|
226 |
+
(down_proj): Linear(in_features=2816, out_features=2048, bias=False)
|
227 |
+
(act_fn): SiLU()
|
228 |
+
)
|
229 |
+
)
|
230 |
+
(input_layernorm): DeepseekV2RMSNorm()
|
231 |
+
(post_attention_layernorm): DeepseekV2RMSNorm()
|
232 |
+
)
|
233 |
+
)
|
234 |
+
(norm): DeepseekV2RMSNorm()
|
235 |
+
)
|
236 |
+
(lm_head): Linear(in_features=2048, out_features=102400, bias=False)
|
237 |
+
)
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7beec55429baa830a72c6204bd1cea559334d57ed93db967447cc8c2798d73f8
|
3 |
+
size 8120
|