adithya9903 commited on
Commit
830a64f
·
verified ·
1 Parent(s): eda4e3f

Upload PolyGuard final evidence and adapters

Browse files
evidence/final_submission_evidence/README.md CHANGED
@@ -15,17 +15,18 @@ HF_TOKEN=<token> ./.venv/bin/hf download adithya9903/polyguard-openenv-final-art
15
 
16
  ## Artifact Availability
17
 
18
- | Model | SFT adapter | GRPO adapter | Reports | Status |
19
- | --- | --- | --- | --- | --- |
20
- | Qwen 0.5B | missing | missing | yes | reports_only_or_partial |
21
- | Qwen 1.5B | missing | missing | yes | reports_only_or_partial |
22
- | Qwen 3B | yes | yes | yes | complete |
23
 
24
  Qwen 0.5B and 1.5B currently have SFT histories/reports and post-save SFT
25
  evidence in this repository, but no downloadable SFT/GRPO adapter directories
26
  were present in the local checkout or authenticated artifact repos at packaging
27
- time. Qwen 3B has both SFT and GRPO adapters plus GRPO history, post-save GRPO
28
- inference, and policy ablation evidence.
 
29
 
30
  ## Frontpage Charts
31
 
 
15
 
16
  ## Artifact Availability
17
 
18
+ | Model | SFT adapter | GRPO adapter | Checkpoints | Reports | Status |
19
+ | --- | --- | --- | --- | --- | --- |
20
+ | Qwen 0.5B | missing | missing | missing | yes | reports_only_or_partial |
21
+ | Qwen 1.5B | missing | missing | missing | yes | reports_only_or_partial |
22
+ | Qwen 3B | yes | yes | yes | yes | complete |
23
 
24
  Qwen 0.5B and 1.5B currently have SFT histories/reports and post-save SFT
25
  evidence in this repository, but no downloadable SFT/GRPO adapter directories
26
  were present in the local checkout or authenticated artifact repos at packaging
27
+ time. Qwen 3B has both SFT and GRPO adapters, checkpoint metadata/intermediate
28
+ checkpoints, GRPO history, post-save GRPO inference, and policy ablation
29
+ evidence.
30
 
31
  ## Frontpage Charts
32
 
evidence/final_submission_evidence/manifest.json CHANGED
@@ -8,6 +8,11 @@
8
  "qwen-qwen2-5-0-5b-instruct": {
9
  "label": "Qwen 0.5B",
10
  "model_id": "Qwen/Qwen2.5-0.5B-Instruct",
 
 
 
 
 
11
  "sft_adapter": {
12
  "exists": false,
13
  "file_count": 0,
@@ -37,6 +42,11 @@
37
  "qwen-qwen2-5-1-5b-instruct": {
38
  "label": "Qwen 1.5B",
39
  "model_id": "Qwen/Qwen2.5-1.5B-Instruct",
 
 
 
 
 
40
  "sft_adapter": {
41
  "exists": false,
42
  "file_count": 0,
@@ -66,6 +76,11 @@
66
  "qwen-qwen2-5-3b-instruct": {
67
  "label": "Qwen 3B",
68
  "model_id": "Qwen/Qwen2.5-3B-Instruct",
 
 
 
 
 
69
  "sft_adapter": {
70
  "exists": true,
71
  "file_count": 11,
@@ -229,7 +244,7 @@
229
  "download_command": "HF_TOKEN=<token> ./.venv/bin/hf download adithya9903/polyguard-openenv-final-artifacts --repo-type space --local-dir ./hf_final_artifacts",
230
  "notes": [
231
  "Packaging-only run; no retraining is performed.",
232
- "Qwen 3B has SFT and GRPO adapter directories in this artifact Space.",
233
  "Qwen 0.5B and 1.5B adapter directories were not present locally or in the checked artifact repos; reports remain included."
234
  ]
235
  }
 
8
  "qwen-qwen2-5-0-5b-instruct": {
9
  "label": "Qwen 0.5B",
10
  "model_id": "Qwen/Qwen2.5-0.5B-Instruct",
11
+ "checkpoint_tree": {
12
+ "exists": false,
13
+ "file_count": 0,
14
+ "bytes": 0
15
+ },
16
  "sft_adapter": {
17
  "exists": false,
18
  "file_count": 0,
 
42
  "qwen-qwen2-5-1-5b-instruct": {
43
  "label": "Qwen 1.5B",
44
  "model_id": "Qwen/Qwen2.5-1.5B-Instruct",
45
+ "checkpoint_tree": {
46
+ "exists": false,
47
+ "file_count": 0,
48
+ "bytes": 0
49
+ },
50
  "sft_adapter": {
51
  "exists": false,
52
  "file_count": 0,
 
76
  "qwen-qwen2-5-3b-instruct": {
77
  "label": "Qwen 3B",
78
  "model_id": "Qwen/Qwen2.5-3B-Instruct",
79
+ "checkpoint_tree": {
80
+ "exists": true,
81
+ "file_count": 125,
82
+ "bytes": 433208536
83
+ },
84
  "sft_adapter": {
85
  "exists": true,
86
  "file_count": 11,
 
244
  "download_command": "HF_TOKEN=<token> ./.venv/bin/hf download adithya9903/polyguard-openenv-final-artifacts --repo-type space --local-dir ./hf_final_artifacts",
245
  "notes": [
246
  "Packaging-only run; no retraining is performed.",
247
+ "Qwen 3B has SFT and GRPO adapter directories plus checkpoint metadata/intermediate checkpoints in this artifact Space.",
248
  "Qwen 0.5B and 1.5B adapter directories were not present locally or in the checked artifact repos; reports remain included."
249
  ]
250
  }
index.html CHANGED
@@ -17,14 +17,15 @@
17
  <h1>PolyGuard Final Artifacts</h1>
18
  <p>This Space stores the final evidence bundle and available trained adapters. It does not retrain models.</p>
19
  <table>
20
- <thead><tr><th>Model</th><th>SFT adapter</th><th>GRPO adapter</th><th>Reports</th><th>Status</th></tr></thead>
21
- <tbody><tr><td>Qwen 0.5B</td><td>missing</td><td>missing</td><td>available</td><td>reports_only_or_partial</td></tr>
22
- <tr><td>Qwen 1.5B</td><td>missing</td><td>missing</td><td>available</td><td>reports_only_or_partial</td></tr>
23
- <tr><td>Qwen 3B</td><td>available</td><td>available</td><td>available</td><td>complete</td></tr></tbody>
24
  </table>
25
  <div class="grid">
26
  <div class="panel"><strong>Evidence</strong><br /><code>evidence/final_submission_evidence/</code></div>
27
  <div class="panel"><strong>Adapters</strong><br /><code>artifacts/qwen-qwen2-5-3b-instruct/</code></div>
 
28
  <div class="panel"><strong>Reports</strong><br /><code>reports/</code></div>
29
  <div class="panel"><strong>Manifest</strong><br /><code>manifest.json</code></div>
30
  </div>
 
17
  <h1>PolyGuard Final Artifacts</h1>
18
  <p>This Space stores the final evidence bundle and available trained adapters. It does not retrain models.</p>
19
  <table>
20
+ <thead><tr><th>Model</th><th>SFT adapter</th><th>GRPO adapter</th><th>Checkpoints</th><th>Reports</th><th>Status</th></tr></thead>
21
+ <tbody><tr><td>Qwen 0.5B</td><td>missing</td><td>missing</td><td>missing</td><td>available</td><td>reports_only_or_partial</td></tr>
22
+ <tr><td>Qwen 1.5B</td><td>missing</td><td>missing</td><td>missing</td><td>available</td><td>reports_only_or_partial</td></tr>
23
+ <tr><td>Qwen 3B</td><td>available</td><td>available</td><td>available</td><td>available</td><td>complete</td></tr></tbody>
24
  </table>
25
  <div class="grid">
26
  <div class="panel"><strong>Evidence</strong><br /><code>evidence/final_submission_evidence/</code></div>
27
  <div class="panel"><strong>Adapters</strong><br /><code>artifacts/qwen-qwen2-5-3b-instruct/</code></div>
28
+ <div class="panel"><strong>Checkpoints</strong><br /><code>checkpoints/qwen-qwen2-5-3b-instruct/</code></div>
29
  <div class="panel"><strong>Reports</strong><br /><code>reports/</code></div>
30
  <div class="panel"><strong>Manifest</strong><br /><code>manifest.json</code></div>
31
  </div>
manifest.json CHANGED
@@ -8,6 +8,11 @@
8
  "qwen-qwen2-5-0-5b-instruct": {
9
  "label": "Qwen 0.5B",
10
  "model_id": "Qwen/Qwen2.5-0.5B-Instruct",
 
 
 
 
 
11
  "sft_adapter": {
12
  "exists": false,
13
  "file_count": 0,
@@ -37,6 +42,11 @@
37
  "qwen-qwen2-5-1-5b-instruct": {
38
  "label": "Qwen 1.5B",
39
  "model_id": "Qwen/Qwen2.5-1.5B-Instruct",
 
 
 
 
 
40
  "sft_adapter": {
41
  "exists": false,
42
  "file_count": 0,
@@ -66,6 +76,11 @@
66
  "qwen-qwen2-5-3b-instruct": {
67
  "label": "Qwen 3B",
68
  "model_id": "Qwen/Qwen2.5-3B-Instruct",
 
 
 
 
 
69
  "sft_adapter": {
70
  "exists": true,
71
  "file_count": 11,
@@ -229,7 +244,7 @@
229
  "download_command": "HF_TOKEN=<token> ./.venv/bin/hf download adithya9903/polyguard-openenv-final-artifacts --repo-type space --local-dir ./hf_final_artifacts",
230
  "notes": [
231
  "Packaging-only run; no retraining is performed.",
232
- "Qwen 3B has SFT and GRPO adapter directories in this artifact Space.",
233
  "Qwen 0.5B and 1.5B adapter directories were not present locally or in the checked artifact repos; reports remain included."
234
  ]
235
  }
 
8
  "qwen-qwen2-5-0-5b-instruct": {
9
  "label": "Qwen 0.5B",
10
  "model_id": "Qwen/Qwen2.5-0.5B-Instruct",
11
+ "checkpoint_tree": {
12
+ "exists": false,
13
+ "file_count": 0,
14
+ "bytes": 0
15
+ },
16
  "sft_adapter": {
17
  "exists": false,
18
  "file_count": 0,
 
42
  "qwen-qwen2-5-1-5b-instruct": {
43
  "label": "Qwen 1.5B",
44
  "model_id": "Qwen/Qwen2.5-1.5B-Instruct",
45
+ "checkpoint_tree": {
46
+ "exists": false,
47
+ "file_count": 0,
48
+ "bytes": 0
49
+ },
50
  "sft_adapter": {
51
  "exists": false,
52
  "file_count": 0,
 
76
  "qwen-qwen2-5-3b-instruct": {
77
  "label": "Qwen 3B",
78
  "model_id": "Qwen/Qwen2.5-3B-Instruct",
79
+ "checkpoint_tree": {
80
+ "exists": true,
81
+ "file_count": 125,
82
+ "bytes": 433208536
83
+ },
84
  "sft_adapter": {
85
  "exists": true,
86
  "file_count": 11,
 
244
  "download_command": "HF_TOKEN=<token> ./.venv/bin/hf download adithya9903/polyguard-openenv-final-artifacts --repo-type space --local-dir ./hf_final_artifacts",
245
  "notes": [
246
  "Packaging-only run; no retraining is performed.",
247
+ "Qwen 3B has SFT and GRPO adapter directories plus checkpoint metadata/intermediate checkpoints in this artifact Space.",
248
  "Qwen 0.5B and 1.5B adapter directories were not present locally or in the checked artifact repos; reports remain included."
249
  ]
250
  }