Expand description
Canonical Q42 v3 model-metadata volume for converted .p64 packages.
Model metadata for a converted .p64, stored as a canonical unified .q42 v3 volume.
GGUF/safetensors remain import-only. A native model package consists of:
.p64— weights plus the compact Q42T tokenizer section;.q42— behavioural metadata and provenance represented as NQuins with an embedded Q42LEX lexicon.
CBOR-LD encode/decode remains available as an interchange projection. It is not
the on-disk .q42 representation.
Structs§
- Model
Helper - Behavioural + provenance metadata for a converted model package.
- Model
Helper Tokenizer
Constants§
- LEGACY_
MODEL_ HELPER_ EXT - Former raw self-describe-CBOR sidecar, accepted read-only during migration.
- MODEL_
HELPER_ CONTEXT - JSON-LD / CBOR-LD context IRI for this document type.
- MODEL_
HELPER_ EXT - Canonical file extension for the model metadata volume.
Functions§
- has_
model_ helper_ magic - Magic sniff for the legacy CBOR-LD interchange projection.
- helper_
path_ for_ p64 {dir}/{stem}.q42for a given.p64path (preserves layout suffixes in the stem).- legacy_
helper_ path_ for_ p64