--- license: apache-2.0 tags: - polyalign - hdpo - english - checkpoint-archive --- # PolyAlign Qwen2.5-3B English HDPO The checkpoint is stored as split tar parts under: checkpoint_archive/split/ To reconstruct: cat checkpoint_archive/split/qwen3_en_hdpo.tar.part-* > qwen3_en_hdpo.tar tar -xf qwen3_en_hdpo.tar This repository is not directly loadable with `from_pretrained()` until the archive is reconstructed and extracted.