Update README.md
Browse files
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
|