maolandaw/HeartMuLa-RL-oss-3B-20260123
06
HeartMuLa-RL-oss-3B-20260123 (Burn Format)
This repository contains Burn-format weights for the upstream model:
The published artifacts are packaged as Burn Pack (.bpk) archives. The repository also includes Rust tooling to regenerate the raw export manifest and Burn pack from the upstream checkpoint.
Repository Contents
Published model assets at the repository root:
heartmula.bpktokenizer.jsongen_config.jsonconfig.jsonLICENSE
Conversion and packaging sources included in the repository:
convert.sh: one-step export-and-pack script that writesheartmula.bpkat the repository rootsrc/bin/export_heartmula_raw.rs: exports the upstream safetensors checkpoint into.npytensors plus a manifest filesrc/main.rs: packs exported tensors into Burn Pack archivesCargo.toml,Cargo.lock: Rust dependencies for the packer
Rebuilding the Artifacts
Prerequisites
- A Rust toolchain capable of building the packer in this repository
- Local copies of the upstream checkpoints and support files arranged like this:
CKPT_ROOT/
├── HeartMuLa-RL-oss-3B-20260123/
├── tokenizer.json
└── gen_config.jsonThis conversion repo ships the Apache-2.0 LICENSE directly and copies it into the output artifact directory during conversion.
One-Step Conversion
./convert.sh CKPT_ROOTThis regenerates heartmula.bpk at the repository root and removes the temporary artifact directory when finished.
