nikriz commited on
Commit
8646ea8
·
verified ·
1 Parent(s): 256bed2

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +35 -0
  2. model.safetensors +3 -0
  3. state.json +1 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_mode": "libero_joint",
3
+ "alignment_action_token_layer": 3,
4
+ "alignment_controllable_source": "action_tokens",
5
+ "alignment_loss_weight": 1.0,
6
+ "alignment_loss_weight_gamma": 1.0,
7
+ "alignment_loss_weight_scheduler": "constant",
8
+ "alignment_objective": "align",
9
+ "alignment_pooling": "concat",
10
+ "alignment_projector_dim": 768,
11
+ "alignment_target_mode": "controllable",
12
+ "architectures": [
13
+ "SmolVLMVLA"
14
+ ],
15
+ "depth": 12,
16
+ "dim_time": 32,
17
+ "dtype": "float32",
18
+ "hidden_size": 768,
19
+ "image_size": 384,
20
+ "lam_frame_interval": 5,
21
+ "lam_latent_dim": 512,
22
+ "max_len_seq": 512,
23
+ "mlp_ratio": 4.0,
24
+ "model_type": "smolvlm_vla",
25
+ "num_actions": 10,
26
+ "num_heads": 12,
27
+ "num_views": 3,
28
+ "precomputed_lam_controllable_key": "lam_latent_actions_controllable",
29
+ "precomputed_lam_uncontrollable_key": "lam_latent_actions_uncontrollable",
30
+ "smolvlm_model_path": "HuggingFaceTB/SmolVLM-500M-Instruct",
31
+ "transformers_version": "5.2.0",
32
+ "use_adaln": false,
33
+ "use_jit_x_prediction_v_loss": false,
34
+ "use_proprio": true
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947f6978a2e95e1afd817bca37d794380a691a4fe195474066173c49b8bdf528
3
+ size 1666776204
state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"global_step": 200000}