You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository intentionally separates two evidence gates.
4
+
5
+
## Hosted CI gate
6
+
7
+
`.github/workflows/ci.yml` runs only `tests/test_ci_release_fixture_contracts.py` against a small static fixture tracked in Git. It validates the immutable category-33 task rule, seven target attributes, source-rule reconstruction count, source-validation disjointness, frozen official-validation metrics, claim boundaries, and fixture SHA-256 integrity.
8
+
9
+
The workflow does **not** download Fashionpedia, load SigLIP2, load LoRA checkpoints, run inference, train, or score validation.
10
+
11
+
## Local evidence-release gate
12
+
13
+
`tests/test_release_evidence_contracts.py` is intentionally local-only because it validates the full local evidence release, including checkpoint presence and source/release SHA-256 contracts. The full bundle remains excluded from Git to avoid committing model artifacts and the local release archive into repository history.
14
+
15
+
A hosted CI pass therefore means the tracked static evidence contract is intact. It is not a substitute for the local full evidence-release contract suite.
"claim_boundary": "Train-only task-definition and data-quality audit. No validation annotations, images, model predictions, training, hyperparameter selection, or final metrics are used."
"claim_boundary": "Train-only development baseline. Uses only the fixed v1b group-disjoint train and dev manifests. Does not load official Fashionpedia validation annotations or images, does not perform hyperparameter sweeps, and is not a final external-confirmation claim."
"claim_boundary": "Train-only frozen-encoder development baseline. Uses only the fixed Fashionpedia v1b group-disjoint train and dev manifests. No LoRA weights are trained, no hyperparameter sweep is performed, and official Fashionpedia validation annotations or images are not loaded."
"claim_boundary": "Train-only controlled development experiment. Both arms use the fixed Fashionpedia v1b group-disjoint train and dev manifests. Official Fashionpedia validation annotations and images are not loaded. Development metrics are not external confirmation results."
0 commit comments