Robotics
LeRobot
Safetensors
smolvla
robertalan commited on
Commit
f24c706
·
verified ·
1 Parent(s): 4329441

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +12 -1
  3. model.safetensors +2 -2
  4. train_config.json +12 -1
README.md CHANGED
@@ -6,9 +6,9 @@ license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
- - smolvla
10
- - robotics
11
  - lerobot
 
 
12
  ---
13
 
14
  # Model Card for smolvla
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
 
9
  - lerobot
10
+ - robotics
11
+ - smolvla
12
  ---
13
 
14
  # Model Card for smolvla
config.json CHANGED
@@ -85,5 +85,16 @@
85
  "self_attn_every_n_layers": 2,
86
  "expert_width_multiplier": 0.75,
87
  "min_period": 0.004,
88
- "max_period": 4.0
 
 
 
 
 
 
 
 
 
 
 
89
  }
 
85
  "self_attn_every_n_layers": 2,
86
  "expert_width_multiplier": 0.75,
87
  "min_period": 0.004,
88
+ "max_period": 4.0,
89
+ "fusion_features_path": "new/fusion_featuresV4",
90
+ "use_visual_fusion": true,
91
+ "visual_feature_dim": 768,
92
+ "text_embedding_dim": 960,
93
+ "fusion_num_heads": 8,
94
+ "use_spatial_features": true,
95
+ "spatial_feature_map_size": [
96
+ 7,
97
+ 7
98
+ ],
99
+ "attention_pool_output_dim": null
100
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ed3702fa8e1eba4f3b7e0a7ab54b5de83be1eb8192a1d6c8f2e8272ce7c3217
3
- size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af1273cdc24e332f474013dd0735acc7dc948ec7452d3e6ce3c765206da0753
3
+ size 929666168
train_config.json CHANGED
@@ -217,7 +217,18 @@
217
  "self_attn_every_n_layers": 2,
218
  "expert_width_multiplier": 0.75,
219
  "min_period": 0.004,
220
- "max_period": 4.0
 
 
 
 
 
 
 
 
 
 
 
221
  },
222
  "output_dir": "checkpoint/libero/libero_goal64",
223
  "job_name": "libero_smolvla",
 
217
  "self_attn_every_n_layers": 2,
218
  "expert_width_multiplier": 0.75,
219
  "min_period": 0.004,
220
+ "max_period": 4.0,
221
+ "fusion_features_path": "new/fusion_featuresV4",
222
+ "use_visual_fusion": true,
223
+ "visual_feature_dim": 768,
224
+ "text_embedding_dim": 960,
225
+ "fusion_num_heads": 8,
226
+ "use_spatial_features": true,
227
+ "spatial_feature_map_size": [
228
+ 7,
229
+ 7
230
+ ],
231
+ "attention_pool_output_dim": null
232
  },
233
  "output_dir": "checkpoint/libero/libero_goal64",
234
  "job_name": "libero_smolvla",