Upload folder using huggingface_hub
Browse files- config.json +39 -0
- mp_rank_00_model_states.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"common": {
|
| 3 |
+
"action_dim": 14,
|
| 4 |
+
"state_dim": 14,
|
| 5 |
+
"num_video_frames": 8,
|
| 6 |
+
"video_height": 384,
|
| 7 |
+
"video_width": 320,
|
| 8 |
+
"global_downsample_rate": 3,
|
| 9 |
+
"video_action_freq_ratio": 2
|
| 10 |
+
},
|
| 11 |
+
"action_expert": {
|
| 12 |
+
"hidden_size": 1024,
|
| 13 |
+
"ffn_dim_multiplier": 4,
|
| 14 |
+
"norm_eps": 1e-05
|
| 15 |
+
},
|
| 16 |
+
"und_expert": {
|
| 17 |
+
"hidden_size": 512,
|
| 18 |
+
"ffn_dim_multiplier": 4,
|
| 19 |
+
"norm_eps": 1e-05,
|
| 20 |
+
"vlm": {
|
| 21 |
+
"input_dim": 2048,
|
| 22 |
+
"projector_type": "mlp3x_silu"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
"time_distribution": {
|
| 26 |
+
"timestep_sample_method": "logit_normal",
|
| 27 |
+
"sigmoid_scale": 1.0,
|
| 28 |
+
"min_t": 0.0,
|
| 29 |
+
"max_t": 1.0
|
| 30 |
+
},
|
| 31 |
+
"ema": {
|
| 32 |
+
"enabled": false,
|
| 33 |
+
"update_after_step": 0,
|
| 34 |
+
"inv_gamma": 1.0,
|
| 35 |
+
"power": 0.75,
|
| 36 |
+
"min_value": 0.0,
|
| 37 |
+
"max_value": 0.9999
|
| 38 |
+
}
|
| 39 |
+
}
|
mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9b643f4cf087c543d3741a8ecbd9a158e6f3112c5d0f3e53f19ed16f682779a
|
| 3 |
+
size 16042310159
|