Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- polyalign
|
| 5 |
+
- hdpo
|
| 6 |
+
- english
|
| 7 |
+
- checkpoint-archive
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PolyAlign Qwen2.5-3B English HDPO
|
| 11 |
+
|
| 12 |
+
The checkpoint is stored as split tar parts under:
|
| 13 |
+
|
| 14 |
+
checkpoint_archive/split/
|
| 15 |
+
|
| 16 |
+
To reconstruct:
|
| 17 |
+
|
| 18 |
+
cat checkpoint_archive/split/qwen3_en_hdpo.tar.part-* > qwen3_en_hdpo.tar
|
| 19 |
+
tar -xf qwen3_en_hdpo.tar
|
| 20 |
+
|
| 21 |
+
This repository is not directly loadable with `from_pretrained()` until the archive is reconstructed and extracted.
|