manchery commited on
Commit
9ea87ac
·
verified ·
1 Parent(s): caad88f

Upload 5 files

Browse files
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # iVideoGPT (Pre-trained on Open X-Embodiment, 256x256 resolution, action-free)
6
+
7
+ See https://github.com/thuml/iVideoGPT for examples for using this model.
8
+
9
+ ## Citation
10
+
11
+ ```
12
+ @inproceedings{wu2024ivideogpt,
13
+ title={iVideoGPT: Interactive VideoGPTs are Scalable World Models},
14
+ author={Jialong Wu and Shaofeng Yin and Ningya Feng and Xu He and Dong Li and Jianye Hao and Mingsheng Long},
15
+ booktitle={Advances in Neural Information Processing Systems},
16
+ year={2024}
17
+ }
18
+ ```
tokenizer/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "CompressiveVQModel",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "act_fn": "silu",
5
+ "block_out_channels": [
6
+ 128,
7
+ 256,
8
+ 256,
9
+ 512,
10
+ 768
11
+ ],
12
+ "context_length": 2,
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D",
18
+ "DownEncoderBlock2D"
19
+ ],
20
+ "force_upcast": true,
21
+ "in_channels": 3,
22
+ "latent_channels": 64,
23
+ "layers_per_block": 2,
24
+ "lookup_from_codebook": true,
25
+ "max_att_resolution": 32,
26
+ "mid_block_add_attention": false,
27
+ "norm_num_groups": 32,
28
+ "norm_type": "group",
29
+ "num_dyn_embeddings": 8192,
30
+ "num_vq_embeddings": 8192,
31
+ "out_channels": 3,
32
+ "patch_size": 4,
33
+ "resolution": 256,
34
+ "sample_size": 32,
35
+ "scaling_factor": 0.18215,
36
+ "up_block_types": [
37
+ "UpDecoderBlock2D",
38
+ "UpDecoderBlock2D",
39
+ "UpDecoderBlock2D",
40
+ "UpDecoderBlock2D",
41
+ "UpDecoderBlock2D"
42
+ ],
43
+ "vq_embed_dim": null
44
+ }
tokenizer/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e6489654fe40ee9859a5c6d65b42646093d611e09cf74af17efbfb15333c688
3
+ size 1241963544
transformer/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": 50256,
8
+ "eos_token_id": 50256,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "max_length": 1024,
14
+ "max_position_embeddings": 1024,
15
+ "model_type": "llama",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "num_key_value_heads": 12,
19
+ "pretraining_tp": 1,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000.0,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.38.2",
26
+ "use_cache": true,
27
+ "vocab_size": 16386
28
+ }
transformer/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4356285238a819219447d466aad246c3c7dc24a903a2c09ccc292b57a9601f
3
+ size 553749536