File size: 6,613 Bytes
b5cc210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
{
  "status": "ok",
  "started_at": 1777163399.0780032,
  "finished_at": 1777164656.2574434,
  "commands": [
    {
      "args": [
        "python",
        "scripts/bootstrap_data.py"
      ],
      "returncode": 0,
      "elapsed_seconds": 0.504
    },
    {
      "args": [
        "python",
        "scripts/build_training_corpus.py",
        "--profile",
        "massive",
        "--with-local",
        "--with-synthetic",
        "--with-hf"
      ],
      "returncode": 0,
      "elapsed_seconds": 4.013
    },
    {
      "args": [
        "python",
        "scripts/train_sft_trl.py",
        "--model-id",
        "Qwen/Qwen2.5-0.5B-Instruct",
        "--dataset-path",
        "data/processed/training_corpus_sft.json",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-0-5b-instruct",
        "--report-path",
        "outputs/reports/sweeps/qwen-qwen2-5-0-5b-instruct/sft_trl_run.json",
        "--epochs",
        "2",
        "--max-steps",
        "0",
        "--batch-size",
        "2",
        "--max-seq-len",
        "512",
        "--learning-rate",
        "2e-05",
        "--use-unsloth"
      ],
      "returncode": 0,
      "elapsed_seconds": 251.4
    },
    {
      "args": [
        "python",
        "scripts/merge_adapters_safe.py",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-0-5b-instruct/sft_adapter",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-0-5b-instruct/merged"
      ],
      "returncode": 0,
      "elapsed_seconds": 7.16
    },
    {
      "args": [
        "python",
        "scripts/test_inference_postsave.py",
        "--samples",
        "5",
        "--base-model",
        "Qwen/Qwen2.5-0.5B-Instruct",
        "--merged-model",
        "checkpoints/sweeps/qwen-qwen2-5-0-5b-instruct/merged",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-0-5b-instruct/sft_adapter",
        "--output",
        "outputs/reports/sweeps/qwen-qwen2-5-0-5b-instruct/postsave_inference_sft.json"
      ],
      "returncode": 0,
      "elapsed_seconds": 15.213
    },
    {
      "args": [
        "python",
        "scripts/train_sft_trl.py",
        "--model-id",
        "Qwen/Qwen2.5-1.5B-Instruct",
        "--dataset-path",
        "data/processed/training_corpus_sft.json",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-1-5b-instruct",
        "--report-path",
        "outputs/reports/sweeps/qwen-qwen2-5-1-5b-instruct/sft_trl_run.json",
        "--epochs",
        "2",
        "--max-steps",
        "0",
        "--batch-size",
        "1",
        "--max-seq-len",
        "512",
        "--learning-rate",
        "2e-05",
        "--use-unsloth"
      ],
      "returncode": 0,
      "elapsed_seconds": 504.997
    },
    {
      "args": [
        "python",
        "scripts/merge_adapters_safe.py",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-1-5b-instruct/sft_adapter",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-1-5b-instruct/merged"
      ],
      "returncode": 0,
      "elapsed_seconds": 10.634
    },
    {
      "args": [
        "python",
        "scripts/test_inference_postsave.py",
        "--samples",
        "5",
        "--base-model",
        "Qwen/Qwen2.5-1.5B-Instruct",
        "--merged-model",
        "checkpoints/sweeps/qwen-qwen2-5-1-5b-instruct/merged",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-1-5b-instruct/sft_adapter",
        "--output",
        "outputs/reports/sweeps/qwen-qwen2-5-1-5b-instruct/postsave_inference_sft.json"
      ],
      "returncode": 0,
      "elapsed_seconds": 17.029
    },
    {
      "args": [
        "python",
        "scripts/train_sft_trl.py",
        "--model-id",
        "Qwen/Qwen2.5-3B-Instruct",
        "--dataset-path",
        "data/processed/training_corpus_sft.json",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-3b-instruct",
        "--report-path",
        "outputs/reports/sweeps/qwen-qwen2-5-3b-instruct/sft_trl_run.json",
        "--epochs",
        "1",
        "--max-steps",
        "0",
        "--batch-size",
        "1",
        "--max-seq-len",
        "512",
        "--learning-rate",
        "2e-05",
        "--use-unsloth"
      ],
      "returncode": 0,
      "elapsed_seconds": 394.356
    },
    {
      "args": [
        "python",
        "scripts/merge_adapters_safe.py",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-3b-instruct/sft_adapter",
        "--output-dir",
        "checkpoints/sweeps/qwen-qwen2-5-3b-instruct/merged"
      ],
      "returncode": 0,
      "elapsed_seconds": 15.472
    },
    {
      "args": [
        "python",
        "scripts/test_inference_postsave.py",
        "--samples",
        "5",
        "--base-model",
        "Qwen/Qwen2.5-3B-Instruct",
        "--merged-model",
        "checkpoints/sweeps/qwen-qwen2-5-3b-instruct/merged",
        "--adapter-dir",
        "checkpoints/sweeps/qwen-qwen2-5-3b-instruct/sft_adapter",
        "--output",
        "outputs/reports/sweeps/qwen-qwen2-5-3b-instruct/postsave_inference_sft.json"
      ],
      "returncode": 0,
      "elapsed_seconds": 20.373
    },
    {
      "args": [
        "python",
        "scripts/evaluate_baselines.py"
      ],
      "returncode": 0,
      "elapsed_seconds": 4.112
    },
    {
      "args": [
        "python",
        "scripts/evaluate_all.py"
      ],
      "returncode": 0,
      "elapsed_seconds": 3.787
    },
    {
      "args": [
        "python",
        "scripts/evaluate_compare_runs.py",
        "--baseline",
        "outputs/reports/baselines.json",
        "--candidate",
        "outputs/reports/benchmark_report.json",
        "--output",
        "outputs/reports/improvement_report.json"
      ],
      "returncode": 0,
      "elapsed_seconds": 0.033
    },
    {
      "args": [
        "python",
        "scripts/benchmark_inference.py"
      ],
      "returncode": 0,
      "elapsed_seconds": 2.376
    },
    {
      "args": [
        "python",
        "scripts/generate_hf_training_report.py",
        "--mode",
        "sft-baseline"
      ],
      "returncode": 0,
      "elapsed_seconds": 1.791
    }
  ],
  "artifact_repo_id": "TheJackBright/polyguard-openenv-sft-baseline-artifacts",
  "training_mode": "sft-baseline",
  "model_sweep": [
    "Qwen/Qwen2.5-0.5B-Instruct",
    "Qwen/Qwen2.5-1.5B-Instruct",
    "Qwen/Qwen2.5-3B-Instruct"
  ],
  "improved": true,
  "anti_hacking_passed": true,
  "completed_run_ids": [
    "qwen-qwen2-5-0-5b-instruct",
    "qwen-qwen2-5-1-5b-instruct",
    "qwen-qwen2-5-3b-instruct"
  ]
}