Add task category and project page link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,20 +1,23 @@
1
-
2
  ---
3
  license: apache-2.0
4
- tags:
5
- - world-model
6
- - minecraft
7
- - video-diffusion
8
- - action-conditioned
9
- pretty_name: ForgeWM Training Data
10
  size_categories:
11
- - 10K<n<100K
 
 
 
 
 
 
 
 
12
  ---
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
20
  direct use by ForgeWM training scripts. The underlying gameplay videos are
@@ -75,5 +78,4 @@ Please also cite **GameFactory** (the underlying data):
75
 
76
  Apache 2.0 for this repackaging. The underlying GF-Minecraft data follows
77
  [GameFactory's license](https://github.com/KlingAIResearch/GameFactory) —
78
- please consult their terms before redistribution.
79
- ```
 
 
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  size_categories:
4
+ - 10K<n<100K
5
+ pretty_name: ForgeWM Training Data
6
+ tags:
7
+ - world-model
8
+ - minecraft
9
+ - video-diffusion
10
+ - action-conditioned
11
+ task_categories:
12
+ - image-to-video
13
  ---
14
 
15
  # ForgeWM Training Data
16
 
17
  Pre-encoded latents for training [ForgeWM](https://github.com/asdfo123/ForgeWM) ([arXiv:2608.14022](https://arxiv.org/abs/2608.14022)).
18
 
19
+ Project Page: [https://asdfo123.github.io/ForgeWM/](https://asdfo123.github.io/ForgeWM/)
20
+
21
  This is a **re-packaging** of the [GameFactory](https://github.com/KlingAIResearch/GameFactory)
22
  GF-Minecraft dataset, encoded into Wan2.1 VAE latents and sharded as LMDB for
23
  direct use by ForgeWM training scripts. The underlying gameplay videos are
 
78
 
79
  Apache 2.0 for this repackaging. The underlying GF-Minecraft data follows
80
  [GameFactory's license](https://github.com/KlingAIResearch/GameFactory) —
81
+ please consult their terms before redistribution.