reinhardh commited on
Commit
b7dc59c
·
verified ·
1 Parent(s): 0b5b1f9

End of training

Browse files
Files changed (5) hide show
  1. README.md +2 -1
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +231 -0
  5. training_loss.png +0 -0
README.md CHANGED
@@ -4,6 +4,7 @@ license: apache-2.0
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: qwen_s1ablation_diversity_sampling_1k
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # qwen_s1ablation_diversity_sampling_1k
17
 
18
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on an unknown dataset.
19
 
20
  ## Model description
21
 
 
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
7
+ - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: qwen_s1ablation_diversity_sampling_1k
 
16
 
17
  # qwen_s1ablation_diversity_sampling_1k
18
 
19
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the mlfoundations-dev/s1_ablation_diversity_sampling_1k dataset.
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.892857142857143,
3
+ "total_flos": 2.895182914859827e+16,
4
+ "train_loss": 0.625937306218677,
5
+ "train_runtime": 2995.925,
6
+ "train_samples_per_second": 0.888,
7
+ "train_steps_per_second": 0.009
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.892857142857143,
3
+ "total_flos": 2.895182914859827e+16,
4
+ "train_loss": 0.625937306218677,
5
+ "train_runtime": 2995.925,
6
+ "train_samples_per_second": 0.888,
7
+ "train_steps_per_second": 0.009
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.892857142857143,
5
+ "eval_steps": 500,
6
+ "global_step": 27,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.10714285714285714,
13
+ "grad_norm": 6.38134225738387,
14
+ "learning_rate": 3.3333333333333333e-06,
15
+ "loss": 0.8639,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.21428571428571427,
20
+ "grad_norm": 6.427662887763939,
21
+ "learning_rate": 6.666666666666667e-06,
22
+ "loss": 0.8681,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.32142857142857145,
27
+ "grad_norm": 5.789679210219034,
28
+ "learning_rate": 1e-05,
29
+ "loss": 0.8274,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.42857142857142855,
34
+ "grad_norm": 2.715427948155473,
35
+ "learning_rate": 9.957224306869053e-06,
36
+ "loss": 0.7307,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.5357142857142857,
41
+ "grad_norm": 4.590973911185041,
42
+ "learning_rate": 9.829629131445342e-06,
43
+ "loss": 0.7966,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.6428571428571429,
48
+ "grad_norm": 4.432507923465467,
49
+ "learning_rate": 9.619397662556434e-06,
50
+ "loss": 0.7316,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.75,
55
+ "grad_norm": 5.306261563213631,
56
+ "learning_rate": 9.330127018922195e-06,
57
+ "loss": 0.7056,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.8571428571428571,
62
+ "grad_norm": 4.169018233306645,
63
+ "learning_rate": 8.966766701456177e-06,
64
+ "loss": 0.6871,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.9642857142857143,
69
+ "grad_norm": 2.604291092600148,
70
+ "learning_rate": 8.535533905932739e-06,
71
+ "loss": 0.6827,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 1.0714285714285714,
76
+ "grad_norm": 1.6640185227412452,
77
+ "learning_rate": 8.043807145043604e-06,
78
+ "loss": 0.6352,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 1.1785714285714286,
83
+ "grad_norm": 1.8223282776265066,
84
+ "learning_rate": 7.500000000000001e-06,
85
+ "loss": 0.6048,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 1.2857142857142856,
90
+ "grad_norm": 1.7690767247619352,
91
+ "learning_rate": 6.913417161825449e-06,
92
+ "loss": 0.6075,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 1.3928571428571428,
97
+ "grad_norm": 1.2297684666814992,
98
+ "learning_rate": 6.294095225512604e-06,
99
+ "loss": 0.5608,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 1.5,
104
+ "grad_norm": 1.070630517465832,
105
+ "learning_rate": 5.65263096110026e-06,
106
+ "loss": 0.6357,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 1.6071428571428572,
111
+ "grad_norm": 1.007789087281265,
112
+ "learning_rate": 5e-06,
113
+ "loss": 0.5734,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 1.7142857142857144,
118
+ "grad_norm": 0.9958655806019134,
119
+ "learning_rate": 4.347369038899744e-06,
120
+ "loss": 0.5387,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 1.8214285714285714,
125
+ "grad_norm": 0.9382716443564832,
126
+ "learning_rate": 3.705904774487396e-06,
127
+ "loss": 0.5875,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 1.9285714285714286,
132
+ "grad_norm": 0.6927647016669346,
133
+ "learning_rate": 3.0865828381745515e-06,
134
+ "loss": 0.5431,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 2.0357142857142856,
139
+ "grad_norm": 0.7217038911956491,
140
+ "learning_rate": 2.5000000000000015e-06,
141
+ "loss": 0.5459,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 2.142857142857143,
146
+ "grad_norm": 0.6908510203254233,
147
+ "learning_rate": 1.956192854956397e-06,
148
+ "loss": 0.5234,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 2.25,
153
+ "grad_norm": 0.7471539664195086,
154
+ "learning_rate": 1.4644660940672628e-06,
155
+ "loss": 0.5342,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 2.357142857142857,
160
+ "grad_norm": 0.6734174560619429,
161
+ "learning_rate": 1.0332332985438248e-06,
162
+ "loss": 0.5331,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 2.4642857142857144,
167
+ "grad_norm": 0.6359505084389541,
168
+ "learning_rate": 6.698729810778065e-07,
169
+ "loss": 0.5339,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 2.571428571428571,
174
+ "grad_norm": 0.48694859883342007,
175
+ "learning_rate": 3.8060233744356634e-07,
176
+ "loss": 0.4833,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 2.678571428571429,
181
+ "grad_norm": 0.5111742609060286,
182
+ "learning_rate": 1.7037086855465902e-07,
183
+ "loss": 0.5057,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 2.7857142857142856,
188
+ "grad_norm": 0.48315315504784084,
189
+ "learning_rate": 4.2775693130948094e-08,
190
+ "loss": 0.5156,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 2.892857142857143,
195
+ "grad_norm": 0.47858711201269805,
196
+ "learning_rate": 0.0,
197
+ "loss": 0.5448,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 2.892857142857143,
202
+ "step": 27,
203
+ "total_flos": 2.895182914859827e+16,
204
+ "train_loss": 0.625937306218677,
205
+ "train_runtime": 2995.925,
206
+ "train_samples_per_second": 0.888,
207
+ "train_steps_per_second": 0.009
208
+ }
209
+ ],
210
+ "logging_steps": 1,
211
+ "max_steps": 27,
212
+ "num_input_tokens_seen": 0,
213
+ "num_train_epochs": 3,
214
+ "save_steps": 10,
215
+ "stateful_callbacks": {
216
+ "TrainerControl": {
217
+ "args": {
218
+ "should_epoch_stop": false,
219
+ "should_evaluate": false,
220
+ "should_log": false,
221
+ "should_save": true,
222
+ "should_training_stop": true
223
+ },
224
+ "attributes": {}
225
+ }
226
+ },
227
+ "total_flos": 2.895182914859827e+16,
228
+ "train_batch_size": 2,
229
+ "trial_name": null,
230
+ "trial_params": null
231
+ }
training_loss.png ADDED