lam release
Browse files- lam/model.safetensors +3 -0
- lam/model_config.json +37 -0
lam/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:696ef81e52d82e99634009573bc6fa22ec06b99454a71e72719526764b50326b
|
| 3 |
+
size 954882480
|
lam/model_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "IgorModel",
|
| 3 |
+
"description": "",
|
| 4 |
+
"version": 0,
|
| 5 |
+
"config": {
|
| 6 |
+
"resolution": 224,
|
| 7 |
+
"patch_size": 14,
|
| 8 |
+
"in_channels": 3,
|
| 9 |
+
"d_t": 8,
|
| 10 |
+
"augment_type": "resize_crop",
|
| 11 |
+
"augment_level": "clip",
|
| 12 |
+
"random_crop_scale": [
|
| 13 |
+
0.8,
|
| 14 |
+
1.0
|
| 15 |
+
],
|
| 16 |
+
"random_crop_ratio": [
|
| 17 |
+
0.9,
|
| 18 |
+
1.1
|
| 19 |
+
],
|
| 20 |
+
"mlp_ratio": 4.0,
|
| 21 |
+
"use_xformers": null,
|
| 22 |
+
"encoder_depth": 12,
|
| 23 |
+
"encoder_embed_dim": 768,
|
| 24 |
+
"encoder_n_heads": 12,
|
| 25 |
+
"action_latent_dim": 32,
|
| 26 |
+
"st_use_qk_norm": true,
|
| 27 |
+
"num_learned_tokens": 2,
|
| 28 |
+
"map_heads": 24,
|
| 29 |
+
"decoder_depth": 12,
|
| 30 |
+
"decoder_embed_dim": 768,
|
| 31 |
+
"decoder_n_heads": 12,
|
| 32 |
+
"use_qk_norm": true,
|
| 33 |
+
"n_codes": 32,
|
| 34 |
+
"grid_size": 16,
|
| 35 |
+
"embed_tokens": 256
|
| 36 |
+
}
|
| 37 |
+
}
|