manchery commited on
Commit
0076304
·
verified ·
1 Parent(s): af30ce4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -19
README.md CHANGED
@@ -1,20 +1,27 @@
1
- ---
2
- license: mit
3
- ---
4
-
5
- # iVideoGPT (Pre-trained on Open X-Embodiment, 64x64 resolution, action-free, medium size)
6
-
7
- Pre-trained model introduced in the paper [iVideoGPT: Interactive VideoGPTs are Scalable World Models](https://arxiv.org/abs/2405.15223).
8
-
9
- See https://github.com/thuml/iVideoGPT for examples for using this model.
10
-
11
- ## Citation
12
-
13
- ```
14
- @inproceedings{wu2024ivideogpt,
15
- title={iVideoGPT: Interactive VideoGPTs are Scalable World Models},
16
- author={Jialong Wu and Shaofeng Yin and Ningya Feng and Xu He and Dong Li and Jianye Hao and Mingsheng Long},
17
- booktitle={Advances in Neural Information Processing Systems},
18
- year={2024}
19
- }
 
 
 
 
 
 
 
20
  ```
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - world-model
5
+ - open-x-embodiment
6
+ - robotic-manipulation
7
+ - video-generation
8
+ - video-prediction
9
+ - gpt
10
+ ---
11
+
12
+ # iVideoGPT (Pre-trained on Open X-Embodiment, 64x64 resolution, action-free, medium size)
13
+
14
+ Pre-trained model introduced in the paper [iVideoGPT: Interactive VideoGPTs are Scalable World Models](https://arxiv.org/abs/2405.15223).
15
+
16
+ See https://github.com/thuml/iVideoGPT for examples for using this model.
17
+
18
+ ## Citation
19
+
20
+ ```
21
+ @inproceedings{wu2024ivideogpt,
22
+ title={iVideoGPT: Interactive VideoGPTs are Scalable World Models},
23
+ author={Jialong Wu and Shaofeng Yin and Ningya Feng and Xu He and Dong Li and Jianye Hao and Mingsheng Long},
24
+ booktitle={Advances in Neural Information Processing Systems},
25
+ year={2024}
26
+ }
27
  ```