EnricoFermi commited on
Commit
66b4faf
·
verified ·
1 Parent(s): cda0c3a

Correct qwen2.5-0.5b-general-forged.alloy.json pass@1 to canonical evalplus convention (v1.0.0)

Browse files
qwen2.5-0.5b-general-forged.alloy.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "qwen2.5-0.5b-general-forged",
3
+ "version": "1.0.0",
4
+ "description": "Forged Qwen2.5-0.5B for general domain via per-layer head pruning + LoRA recovery training. This alloy was retroactively synthesized from forging_results.json on 2026-04-08 \u2014 the forge run itself executed at 2026-03-27T08:22:03-05:00. The published model weights are unchanged; this alloy adds the missing forge-alloy provenance envelope so the artifact participates in the chain-of-custody system.",
5
+ "author": "continuum-ai",
6
+ "tags": [
7
+ "general",
8
+ "forged",
9
+ "experiential-plasticity",
10
+ "forge-alloy",
11
+ "alloy-backfilled"
12
+ ],
13
+ "license": "apache-2.0",
14
+ "source": {
15
+ "baseModel": "Qwen/Qwen2.5-0.5B",
16
+ "architecture": "qwen2"
17
+ },
18
+ "stages": [
19
+ {
20
+ "type": "prune",
21
+ "strategy": "magnitude",
22
+ "level": 0.3,
23
+ "notes": "Legacy strategy name from forging_results.json: 'combined'. Mapped to canonical 'magnitude' for the alloy schema. The actual forge run used the legacy code path; this alloy is a retroactive provenance record, not a re-execution recipe."
24
+ },
25
+ {
26
+ "type": "train",
27
+ "domain": "general",
28
+ "steps": 1000,
29
+ "learningRate": "2e-4",
30
+ "dataset": "wikitext-2"
31
+ }
32
+ ],
33
+ "cycles": 3,
34
+ "results": {
35
+ "completedAt": "2026-03-27T08:22:03-05:00",
36
+ "baselinePerplexity": 2.83,
37
+ "finalPerplexity": 2.92,
38
+ "improvementPct": -3.18,
39
+ "benchmarks": [
40
+ {
41
+ "name": "perplexity",
42
+ "metrics": {
43
+ "baseline": 2.83,
44
+ "final": 2.92,
45
+ "improvement_pct": -3.18,
46
+ "dataset": "wikitext-2"
47
+ }
48
+ }
49
+ ],
50
+ "hardwareVerified": [
51
+ {
52
+ "device": "Phone / Raspberry Pi",
53
+ "format": "Q4_K_M",
54
+ "verified": false
55
+ },
56
+ {
57
+ "device": "MacBook Air 8GB",
58
+ "format": "Q4_K_M",
59
+ "verified": false
60
+ }
61
+ ],
62
+ "samples": [],
63
+ "integrity": {
64
+ "trustLevel": "self-attested",
65
+ "code": {
66
+ "runner": "sentinel-ai/forge_model (legacy pre-\u00a74.1.3.1 path)",
67
+ "version": "2.x",
68
+ "binaryHash": "sha256:legacy-pre-alloy-schema"
69
+ },
70
+ "modelHash": "sha256:3f1fd0b9b5b70d7869fd9a48162641f7652c693cd01d5bc2b1781321e5786c64",
71
+ "fileHashes": [
72
+ {
73
+ "filename": "model.safetensors",
74
+ "sha256": "b0103eceb715ea1bd27bea2cafbd1b201f8a24b5c81d3228c9555220abd4d756",
75
+ "size": 988097824
76
+ }
77
+ ],
78
+ "datasets": [
79
+ {
80
+ "name": "wikitext-2",
81
+ "hash": "sha256:not-pinned-legacy"
82
+ }
83
+ ],
84
+ "attestedAt": "2026-03-27T08:22:03-05:00"
85
+ }
86
+ }
87
+ }