YuankaiLuo commited on
Commit
f1056ef
·
verified ·
1 Parent(s): 58ae87d

Upload ckpt-150000 weights

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": 24,
7
+ "dim_time": 32,
8
+ "dtype": "float32",
9
+ "hidden_size": 1024,
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": 16,
16
+ "num_views": 3,
17
+ "smolvlm_model_path": "HuggingFaceTB/SmolVLM-500M-Instruct",
18
+ "transformers_version": "4.57.6",
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:9d3b1767773da86906d771b1eca2c2911087371bf8b3890a7336b6773270f6be
3
+ size 3245529028
state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"global_step": 150000}