SparkProof v0.1.2 — registry snapshot dedupe for miners
Miner-side accepted-registry snapshot download so novelty checks catch cross-registry duplicates before publish — plus architecture-scoped exact dedupe so the same prompt on Blackwell vs Hopper counts as a fresh row.
generator_version remains 0.3.0 (package release 0.1.2).
Highlights
Registry dedupe prevention ([#25])
sparkproof-download-registry-snapshot— downloadaccepted_registry_snapshot.jsonlfromgittensor-model-hub/sparkproof-miningsparkproof-publish-dataset --mining-repo— one-step download + verify + release-gate novelty checkdocs/MINER_GUIDE.md— full dataset-track workflow
Architecture-scoped exact dedupe ([#26])
- Exact fingerprints keyed as
{gpu_architecture}:{hash} - Same prompt on Blackwell vs Hopper is a fresh row, not a duplicate
- Pairs with SparkDistill #133 and canonical mix republish (174→178 rows)
Miner usage
uv sync --extra publish --frozen
sparkproof-publish-dataset --bundle bundles/my-run --repo-id YOU/dataset \
--release-gate --mining-repoFull changelog: CHANGELOG.md