nikriz commited on
Commit
b68c90c
·
verified ·
1 Parent(s): 533aa26

Upload folder using huggingface_hub

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