Update README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,12 @@ Training checkpoints for [ForgeWM](https://github.com/asdfo123/ForgeWM).
|
|
| 16 |
| File | Stage | Description |
|
| 17 |
|------|-------|-------------|
|
| 18 |
| `stage0/model.pt` | Stage 0 | Bidirectional SFT (domain adaptation, 4000 steps) |
|
|
|
|
|
|
|
| 19 |
| `stage3/model.pt` | Stage 3 | DMD final model (4-step real-time inference) |
|
| 20 |
|
|
|
|
|
|
|
| 21 |
## Usage
|
| 22 |
|
| 23 |
```bash
|
|
@@ -29,5 +33,18 @@ python inference.py --checkpoint_path ckpts/stage3/model.pt --image_path demo_im
|
|
| 29 |
```
|
| 30 |
|
| 31 |
## 🚧 Coming Soon
|
| 32 |
-
-
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
| File | Stage | Description |
|
| 17 |
|------|-------|-------------|
|
| 18 |
| `stage0/model.pt` | Stage 0 | Bidirectional SFT (domain adaptation, 4000 steps) |
|
| 19 |
+
| `stage1/model.pt` | Stage 1 | Teacher-Forcing Causal AR (10000 steps) |
|
| 20 |
+
| `stage2/model.pt` | Stage 2 | Consistency Distillation (6000 steps) |
|
| 21 |
| `stage3/model.pt` | Stage 3 | DMD final model (4-step real-time inference) |
|
| 22 |
|
| 23 |
+
|
| 24 |
+
|
| 25 |
## Usage
|
| 26 |
|
| 27 |
```bash
|
|
|
|
| 33 |
```
|
| 34 |
|
| 35 |
## 🚧 Coming Soon
|
| 36 |
+
- More intermediate checkpoints
|
| 37 |
+
|
| 38 |
+
## Citation
|
| 39 |
+
|
| 40 |
+
```bibtex
|
| 41 |
+
@misc{forgewm2026,
|
| 42 |
+
title={ForgeWM: A Reproducible Training Recipe for Action-Controllable World Models},
|
| 43 |
+
author=ForgeWM Team,
|
| 44 |
+
year={2026},
|
| 45 |
+
url={https://github.com/asdfo123/ForgeWM}
|
| 46 |
+
}
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
## Contact
|
| 50 |
+
[Xinye Li](https://asdfo123.github.io) leeasdfo123@gmail.com
|