Text-to-Image
Alex11556666 commited on
Commit
b1ff077
·
verified ·
1 Parent(s): edef119

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -103,4 +103,14 @@ To use the DeepGen checkpoints, please merge the sharded model files first. We r
103
  cat DeepGen_CKPT.zip.part-* > DeepGen_CKPT.zip
104
  # Unzip DeepGen checkpoints
105
  unzip DeepGen_CKPT.zip
106
- ```
 
 
 
 
 
 
 
 
 
 
 
103
  cat DeepGen_CKPT.zip.part-* > DeepGen_CKPT.zip
104
  # Unzip DeepGen checkpoints
105
  unzip DeepGen_CKPT.zip
106
+ ```
107
+
108
+ ```text
109
+ checkpoints/
110
+ ├── DeepGen_CKPT
111
+ ├──Pretrain├──iter_200000.pth
112
+ ├── SFT├──iter_400000.pth
113
+ ├──RL├──MR-GDPO_final.pt
114
+
115
+ ```
116
+ if you want only final model state please use `model.pt` directly