saiteja33 commited on
Commit
e9df37c
·
verified ·
1 Parent(s): caaea92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
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.