premove-ai/premove-itn, revision v0.1.0. The release is an
inference-only export of the frozen structured-value 20k production
checkpoint. It contains no optimizer, scheduler, training counters, or
training data.
Published release:
- Repository: Hugging Face
- Python package: PyPI
- GitHub release: v0.1.0
- Immutable tag:
v0.1.0 - Hub commit:
80bda5e2e1fe9542aa628597090242df57c1a157 - Remote model size and SHA-256 verified against the accepted local artifact.
docs/model-card.md. Update that file and review the Hub
change as a documentation-only pull request. Updating the card on main must
not move or replace the immutable v0.1.0 tag.
The organization was renamed from premove-itn to premove-ai after this
release. The immutable v0.1.0/provenance.json therefore retains the original
premove-itn/premove-itn-contextual repository value. The package accepts that
historical value only for this frozen release.
Build the local artifact
Run this from the repository root. The command refuses a checkpoint other than the one named bydata/models/production.json and verifies its frozen digest
before reading it.
model.safetensors is large. Keep the
local folder until the Hub upload and remote verification are complete.
Run the acceptance gate
This compares the old production checkpoint and the inference artifact through the same candidate builder and decoder. It performs no training.1500/1500frozen VoiceAgent predictions identical.- Identical tensor-state digests.
- Zero mismatch records.
eval/voice_agent_itn/results/inference-artifact-v0.1.0/.
Authenticate and publish
Hugging Face requires an authenticated account before upload. Set a write token in the environment or authenticate with the official CLI. Do not commit the token.v0.1.0 tag after this
step. Publish later changes under a new version.
Verify the remote revision
After upload, download the tagged snapshot into a disposable directory and compare its model digest with localprovenance.json:
1500/1500 gate is the release
acceptance evidence. The loader verifies the same digest whenever
PremoveITN.from_pretrained() loads the public release or a local downloaded
snapshot:
Licensing
The project code is MIT licensed. The artifact referencesmicrosoft/deberta-v3-large at the pinned revision and includes the tokenizer
files generated from that revision. Its model card lists the base model under
the MIT license. Keep the attribution in the model card and comply with the
base model’s terms when redistributing the artifact.