Kevin Zhao
commited on
Commit
•
43e4926
1
Parent(s):
a4e5c72
v1.1
Browse files- README.md +6 -0
- config.json +1 -2
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- 1x-technologies/worldmodel
|
5 |
---
|
6 |
+
|
7 |
+
35M parameter baseline [GENIE](https://arxiv.org/pdf/2402.15391) for `v1.0` and `v1.1` of the [1X World Model Challenge](https://github.com/1x-technologies/1xgpt).
|
8 |
+
|
9 |
+
The default checkpoint corresponds to `v1.1`, but older versions can be loaded using the `revision` argument of `STMaskGIT.from_pretrained()`.
|
config.json
CHANGED
@@ -13,10 +13,9 @@
|
|
13 |
"num_factored_vocabs": 2,
|
14 |
"num_heads": 8,
|
15 |
"num_layers": 32,
|
16 |
-
"num_prompt_frames":
|
17 |
"proj_bias": true,
|
18 |
"qk_norm": false,
|
19 |
"qkv_bias": false,
|
20 |
-
"tie_word_embeddings": false,
|
21 |
"use_mup": true
|
22 |
}
|
|
|
13 |
"num_factored_vocabs": 2,
|
14 |
"num_heads": 8,
|
15 |
"num_layers": 32,
|
16 |
+
"num_prompt_frames": 1,
|
17 |
"proj_bias": true,
|
18 |
"qk_norm": false,
|
19 |
"qkv_bias": false,
|
|
|
20 |
"use_mup": true
|
21 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 140922376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcba7212be80ab9b21a01687e2ede7433cfc8b94ccdaf447ecb2990b73df84b2
|
3 |
size 140922376
|