nikriz commited on
Commit
52e5444
·
verified ·
1 Parent(s): 3e7f42a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +21 -0
  2. model.safetensors +3 -0
  3. state.json +1 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_mode": "libero_joint",
3
+ "architectures": [
4
+ "SmolVLMVLA"
5
+ ],
6
+ "depth": 12,
7
+ "dim_time": 32,
8
+ "dtype": "float32",
9
+ "hidden_size": 768,
10
+ "image_size": 384,
11
+ "max_len_seq": 512,
12
+ "mlp_ratio": 4.0,
13
+ "model_type": "smolvlm_vla",
14
+ "num_actions": 10,
15
+ "num_heads": 12,
16
+ "num_views": 3,
17
+ "smolvlm_model_path": "HuggingFaceTB/SmolVLM-500M-Instruct",
18
+ "transformers_version": "5.2.0",
19
+ "use_adaln": false,
20
+ "use_proprio": true
21
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22da7849674603912841854216bd8b38b2a8ea725763aa93690dca8df2d2a521
3
+ size 2374926764
state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"global_step": 200000}