asdfo123 commited on
Commit
83127d5
·
verified ·
1 Parent(s): 347c7a7

Card: link arXiv:2608.14022, complete citation, fix repo id

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
 
14
  # ForgeWM Training Data
15
 
16
- Pre-encoded latents for training [ForgeWM](https://github.com/asdfo123/ForgeWM).
17
 
18
  This is a **re-packaging** of the [GameFactory](https://github.com/KlingAIResearch/GameFactory)
19
  GF-Minecraft dataset, encoded into Wan2.1 VAE latents and sharded as LMDB for
@@ -23,7 +23,7 @@ from GameFactory — we just made them training-ready.
23
  ## Quick Start
24
 
25
  ```bash
26
- huggingface-cli download asdfo123/ForgeWM-data \
27
  --local-dir ./data/action_lmdb --repo-type dataset
28
  ```
29
 
@@ -47,13 +47,16 @@ flipped to MG2's (`mouse[0] > 0 = look-up`) at encoding time.
47
 
48
  ```bibtex
49
  @misc{li2026forgewm,
50
- title = {ForgeWM: Progressive Causal Training for Few-Step
51
- Action-Conditioned Video World Models},
52
- author = {Xinye Li and Lingshuai Lin and Lei Wang and Liuzhou Zhang and
53
- Jialin Cui and Qingshan Li and Guanchu Wang and Qingbin Liu and
54
- Xi Chen and Jiang Bian and Wai Lam},
55
- year = {2026},
56
- url = {https://github.com/asdfo123/ForgeWM}
 
 
 
57
  }
58
  ```
59
 
 
13
 
14
  # ForgeWM Training Data
15
 
16
+ Pre-encoded latents for training [ForgeWM](https://github.com/asdfo123/ForgeWM) ([arXiv:2608.14022](https://arxiv.org/abs/2608.14022)).
17
 
18
  This is a **re-packaging** of the [GameFactory](https://github.com/KlingAIResearch/GameFactory)
19
  GF-Minecraft dataset, encoded into Wan2.1 VAE latents and sharded as LMDB for
 
23
  ## Quick Start
24
 
25
  ```bash
26
+ huggingface-cli download ForgeWM/ForgeWM-data \
27
  --local-dir ./data/action_lmdb --repo-type dataset
28
  ```
29
 
 
47
 
48
  ```bibtex
49
  @misc{li2026forgewm,
50
+ title = {ForgeWM: Progressive Causal Training for Few-Step
51
+ Action-Conditioned Video World Models},
52
+ author = {Xinye Li and Lingshuai Lin and Lei Wang and Liuzhou Zhang and
53
+ Jialin Cui and Qingshan Li and Guanchu Wang and Qingbin Liu and
54
+ Xi Chen and Jiang Bian and Wai Lam},
55
+ year = {2026},
56
+ eprint = {2608.14022},
57
+ archivePrefix = {arXiv},
58
+ primaryClass = {cs.CV},
59
+ url = {https://arxiv.org/abs/2608.14022}
60
  }
61
  ```
62