ZongzeLi commited on
Commit
0ceb2f1
·
verified ·
1 Parent(s): a9c6ebd

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,6 +1,14 @@
1
  # ZongzeLi/ckpts
2
 
3
- This repository is initialized by a script.
4
 
5
- - Root contains standard files so the model page is not empty.
6
- - You can edit this README.md in the web UI or via CLI.
 
 
 
 
 
 
 
 
 
1
  # ZongzeLi/ckpts
2
 
3
+ This repository hosts grouped model checkpoints uploaded by an automated script.
4
 
5
+ Directory layout:
6
+ - For `xiao/rewardflow`: only `global_step_100/` directories are uploaded.
7
+ - For `xuan/ckpts`: for each checkpoint, the maximum `global_step_*/` directory is uploaded.
8
+
9
+ Paths are preserved relative to their sources, e.g.:
10
+ `verl_agent_alfworld/rewardflow_qwen2.5_7b_decay_True_seed_0_v5_gamma0.95/global_step_100/...`
11
+
12
+ Notes:
13
+ - Some auxiliary files (logs, visualizations, caches) may be excluded by ignore patterns.
14
+ - Uploads may be performed in parallel and per-file to improve progress visibility.