metadata
license: apache-2.0
tags:
- polyalign
- hdpo
- chinese
- checkpoint-archive
PolyAlign Llama-3.2-3B Chinese HDPO
This repository stores the PolyAlign Llama-3.2-3B Chinese HDPO checkpoint as an archive.
The checkpoint may be stored in one of these forms:
Single archive:
- checkpoint_archive/llama_zh_hdpo.tar
Split archive:
- checkpoint_archive/split/llama_zh_hdpo.tar.part-*
To restore from a single archive:
tar -xf checkpoint_archive/llama_zh_hdpo.tar
To restore from split parts:
cat checkpoint_archive/split/llama_zh_hdpo.tar.part-* > llama_zh_hdpo.tar
tar -xf llama_zh_hdpo.tar
Important: this repository is an archive-format checkpoint store. It is not directly loadable with from_pretrained() unless the archive is reconstructed/extracted and the model files are placed at repository root.