Robotics
LeRobot
Safetensors
smolvla
qualiaadmin commited on
Commit
25f7d0c
·
verified ·
1 Parent(s): 6ffd02c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +6 -5
  3. model.safetensors +2 -2
  4. train_config.json +11 -9
README.md CHANGED
@@ -7,8 +7,8 @@ model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
  - lerobot
10
- - robotics
11
  - smolvla
 
12
  ---
13
 
14
  # Model Card for smolvla
 
7
  pipeline_tag: robotics
8
  tags:
9
  - lerobot
 
10
  - smolvla
11
+ - robotics
12
  ---
13
 
14
  # Model Card for smolvla
config.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "type": "smolvla",
3
  "n_obs_steps": 1,
4
- "normalization_mapping": {
5
- "VISUAL": "IDENTITY",
6
- "STATE": "MEAN_STD",
7
- "ACTION": "MEAN_STD"
8
- },
9
  "input_features": {
10
  "observation.state": {
11
  "type": "STATE",
@@ -45,8 +40,14 @@
45
  "private": null,
46
  "tags": null,
47
  "license": null,
 
48
  "chunk_size": 50,
49
  "n_action_steps": 50,
 
 
 
 
 
50
  "max_state_dim": 32,
51
  "max_action_dim": 32,
52
  "resize_imgs_with_padding": [
 
1
  {
2
  "type": "smolvla",
3
  "n_obs_steps": 1,
 
 
 
 
 
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": "./lerobot_smolvla_base_migrated",
44
  "chunk_size": 50,
45
  "n_action_steps": 50,
46
+ "normalization_mapping": {
47
+ "VISUAL": "IDENTITY",
48
+ "STATE": "MEAN_STD",
49
+ "ACTION": "MEAN_STD"
50
+ },
51
  "max_state_dim": 32,
52
  "max_action_dim": 32,
53
  "resize_imgs_with_padding": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d48a11923de85db8c1229d113e7f9b4100c79fff31a424f692924dc97a194f09
3
- size 906713352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75689cd77ae2f08f9e8e7dfbcb972492fcfc1950e4191232941b91604dc8e5b5
3
+ size 906712520
train_config.json CHANGED
@@ -62,17 +62,13 @@
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
- "video_backend": "torchcodec"
 
66
  },
67
  "env": null,
68
  "policy": {
69
  "type": "smolvla",
70
  "n_obs_steps": 1,
71
- "normalization_mapping": {
72
- "VISUAL": "IDENTITY",
73
- "STATE": "MEAN_STD",
74
- "ACTION": "MEAN_STD"
75
- },
76
  "input_features": {
77
  "observation.state": {
78
  "type": "STATE",
@@ -112,8 +108,14 @@
112
  "private": null,
113
  "tags": null,
114
  "license": null,
 
115
  "chunk_size": 50,
116
  "n_action_steps": 50,
 
 
 
 
 
117
  "max_state_dim": 32,
118
  "max_action_dim": 32,
119
  "resize_imgs_with_padding": [
@@ -153,13 +155,13 @@
153
  "min_period": 0.004,
154
  "max_period": 4.0
155
  },
156
- "output_dir": "/output/run1",
157
- "job_name": "job_1",
158
  "resume": false,
159
  "seed": 1000,
160
  "num_workers": 4,
161
  "batch_size": 1,
162
- "steps": 1,
163
  "eval_freq": 20000,
164
  "log_freq": 200,
165
  "save_checkpoint": true,
 
62
  },
63
  "revision": null,
64
  "use_imagenet_stats": true,
65
+ "video_backend": "torchcodec",
66
+ "streaming": false
67
  },
68
  "env": null,
69
  "policy": {
70
  "type": "smolvla",
71
  "n_obs_steps": 1,
 
 
 
 
 
72
  "input_features": {
73
  "observation.state": {
74
  "type": "STATE",
 
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": "./lerobot_smolvla_base_migrated",
112
  "chunk_size": 50,
113
  "n_action_steps": 50,
114
+ "normalization_mapping": {
115
+ "VISUAL": "IDENTITY",
116
+ "STATE": "MEAN_STD",
117
+ "ACTION": "MEAN_STD"
118
+ },
119
  "max_state_dim": 32,
120
  "max_action_dim": 32,
121
  "resize_imgs_with_padding": [
 
155
  "min_period": 0.004,
156
  "max_period": 4.0
157
  },
158
+ "output_dir": "/tmp/output/run1",
159
+ "job_name": "test_training_1759939177",
160
  "resume": false,
161
  "seed": 1000,
162
  "num_workers": 4,
163
  "batch_size": 1,
164
+ "steps": 5,
165
  "eval_freq": 20000,
166
  "log_freq": 200,
167
  "save_checkpoint": true,