EVIDENCE KERNEL · READ-ONLY SNAPSHOT
Don’t read the claims.
Re-hash the evidence.
A provenance-first console over the SZL Forge snapshot: run manifest, deterministic evaluation receipts, formula registry, governed source ledger, and curriculum. Your browser fetches the packaged artifacts, recomputes their SHA-256 against the manifest declarations, and re-verifies each receipt’s canonical hash — live, on every load.
Evidence boundary. Two published fine-tunes, one GGUF derivative, and one learned kernel contain weight bytes. Eleven additional Hub entries are software kernels, recipes, or cards—not trained models. Signed receipts prove declared-key integrity; they do not establish independent quality, safety, or authorship.
01 · MODEL / KERNEL PORTFOLIO
What is weighted, what is software, and what is still bounded
02 · INTEGRITY — RECOMPUTED HERE
Manifest-to-Space byte checks
run_manifest.json receipt hash (SHA-256 over canonical JSON minus receipt_sha256)eval_receipt.json receipt hash, same rule| Declared input | Packaged here as | State | Expected SHA-256 | Recomputed in this browser |
|---|
A matching hash proves byte identity only. Inputs marked NOT PACKAGED live on the owner’s training host and are intentionally not shipped (e.g. training data) — their absence is stated, not hidden.
03 · EVALUATION
Deterministic fixture checks — scoped, not a benchmark
loading…
| Case | Category | Result | Response SHA-256 |
|---|
04 · FORMULA REGISTRY
Search the packaged formula index
Statuses are declarations from the packaged registry. This page does not execute Lean and never elevates a formula to proven.
05 · SOURCE LEDGER
Default-deny scientific source governance
06 · CURRICULUM
Governed curriculum blueprint — not a training claim
07 · RAW EVIDENCE
Verify from outside this page
# every artifact this page rendered, hash it yourself: for f in run_manifest.json eval_receipt.json training_summary.json thesis_formula_index.json science_source_ledger.json curriculum.json; do curl -sL https://huggingface.co/spaces/SZLHOLDINGS/szl-forge-lab/resolve/main/$f | sha256sum done