Hugging Face release procedure
Shiftedx Bench and evaluated model cards use immutable, two-revision provenance. Never benchmark or cite a moving main branch.
Publish the benchmark
- Freeze the version, configurations, schemas, CLI help, and changelog.
- Run the complete test suite and
shiftedx-bench validate-release --root .against a clean source tree. - Publish the clean tree to
Shiftedx/shiftedx-benchin one release commit. - Fetch the repository anonymously, record the full commit SHA, and confirm the version and public file list from that immutable revision.
Qualify a model
- Record the model's immutable weight-bearing Hugging Face commit.
- Serve byte-identical weights from that revision using the intended public runtime contract.
- Run the lightweight gate with both
--hf-revisionand--benchmark-revisionset to full immutable commit SHAs. - For Shiftedx Agent Harness claims, run complete paired
baselineandshiftedx-harness-v1treatments under the same model, runtime, sampler, reasoning mode, tools, case order, and budgets. Use at least three complete trials for a promotion claim. - Generate aggregate summaries only after every expected row and manifest exists.
- Export public ledgers and manifests with
export-public-results; retain raw JSONL privately. - Render the standard model-card block from the complete post-publication run. Report baseline model scores separately from harness-assisted deployment results.
Publish the model-card enrichment
- Stage the README plus sanitized aggregate/ledger artifacts in a clean directory.
- Run the public-release scanner on that directory.
- Commit only metadata and sanitized benchmark artifacts; do not modify weight files.
- Verify the rendered card anonymously at the new commit.
- Confirm that all weight LFS hashes still match the recorded weight-bearing revision.
Do not publish access tokens, raw model responses, prompts, transcripts, local paths, request/session identifiers, private host names, or interrupted maximum-window outputs. A watchdog or out-of-memory event is a host operability limit, not an incorrect model answer.