nielsr HF Staff commited on
Commit
908712e
·
verified ·
1 Parent(s): d42d8bd

Add metadata and link to paper

Browse files

This PR adds relevant metadata to the model card, including:
- **Pipeline Tag:** `image-to-video` to categorize the model on the Hub.
- **License:** `mit` as specified in the repository.
- **Paper Link:** Links the repository to the ArXiv paper 2602.02393.
- **Base Model:** References `Wan-AI/Wan2.1-T2V-1.3B` which provides the VAE and text encoder components used by this model.

The Markdown content remains unchanged to preserve existing information and formatting.

Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  <h1 align="center">Infinite-World</h1>
2
 
3
  <h3 align="center">Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory</h3>
@@ -132,7 +142,7 @@ If you find this work useful, please consider citing:
132
  ```bibtex
133
  @article{wu2026infiniteworld,
134
  title={Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory},
135
- author={Wu, Ruiqi and He, Xuanhua and Cheng, Meng and Yang, Tianyu and Zhang, Yong and Kang, Zhuoliang and Cai, Xunliang and Wei, Xiaoming and Guo, Chunle and Li, Chongyi and Cheng, Ming-Ming},
136
  journal={arXiv preprint arXiv:2602.02393},
137
  year={2026}
138
  }
@@ -141,4 +151,4 @@ If you find this work useful, please consider citing:
141
 
142
  ## License
143
 
144
- This project is released under the [MIT License](LICENSE).
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: image-to-video
4
+ base_model: Wan-AI/Wan2.1-T2V-1.3B
5
+ arxiv: 2602.02393
6
+ tags:
7
+ - world-model
8
+ - interactive-world-model
9
+ ---
10
+
11
  <h1 align="center">Infinite-World</h1>
12
 
13
  <h3 align="center">Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory</h3>
 
142
  ```bibtex
143
  @article{wu2026infiniteworld,
144
  title={Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory},
145
+ author={Wu, Ruiqi and He, Xuanhua e.a.},
146
  journal={arXiv preprint arXiv:2602.02393},
147
  year={2026}
148
  }
 
151
 
152
  ## License
153
 
154
+ This project is released under the [MIT License](LICENSE).