Views
No views yet
Qwen/Qwen3-8B@b968826d9c46dd6066d109eabc6255188de91218z-lab/Qwen3-8B-DFlash-b16@9b41424b7109f9c5413454f481b09a82b85333f41dflash_legacy.py
2registry/
3schema/
4experiments/
5 generalist/mixed-800k/
6 joint-mos/d0-init/
7 joint-mos/generalist-init/
8 mlp-only-mos/d0-init/
9 mlp-only-mos/generalist-init/
10provenance/original-code/<sha256>/auto_map.AutoModel selects the repository
root module:dflash_legacy.DFlashDraftModel for code SHA-256
08625e679c8a2f55a919db108dbec6591fbeb9bd4c012ee387757cd578b2ef8a.registry/checksums.sha256 and the artifact
manifest. The exact original checkpoint-local code is retained once under
provenance/. Later specialist, attention-only, and integrated-router batches
must pass their own manifests and verification gates before they are added.1from transformers import AutoModel
2
3model = AutoModel.from_pretrained(
4 "ryan-0608/MoS-DFlash-Qwen3-8B-Training-Archive",
5 subfolder="<manifest load_subfolder>",
6 revision="<verified commit or tag>",
7 trust_remote_code=True,
8)bitwise-exact is used only after an actual parity test with
accumulation_steps=1.stateful-non-bitwise means fp32 masters, AdamW moments, and scheduler can be
restored, but the original accumulation geometry prevents a bitwise claim.training_state.pt files are not published. Only the reviewed,
path-scrubbed derivative is eligible..pt files are pickle-based. Load only from a pinned, verified
release.LICENSE
and THIRD_PARTY_NOTICES.md. Qwen3 is an Apache-2.0 runtime dependency and its
weights are not included.