Dimios45 commited on
Commit
b896a19
·
verified ·
1 Parent(s): f1f7754

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -6,9 +6,9 @@ license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
- - lerobot
10
  - smolvla
11
  - robotics
 
12
  ---
13
 
14
  # Model Card for smolvla
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
9
  - smolvla
10
  - robotics
11
+ - lerobot
12
  ---
13
 
14
  # Model Card for smolvla
config.json CHANGED
@@ -32,7 +32,7 @@
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
- "pretrained_path": null,
36
  "chunk_size": 50,
37
  "n_action_steps": 50,
38
  "normalization_mapping": {
@@ -62,7 +62,7 @@
62
  ],
63
  "optimizer_eps": 1e-08,
64
  "optimizer_weight_decay": 1e-10,
65
- "optimizer_grad_clip_norm": 10,
66
  "scheduler_warmup_steps": 1000,
67
  "scheduler_decay_steps": 30000,
68
  "scheduler_decay_lr": 2.5e-06,
 
32
  "private": null,
33
  "tags": null,
34
  "license": null,
35
+ "pretrained_path": "outputs/train/smolvla1/checkpoints/last/pretrained_model",
36
  "chunk_size": 50,
37
  "n_action_steps": 50,
38
  "normalization_mapping": {
 
62
  ],
63
  "optimizer_eps": 1e-08,
64
  "optimizer_weight_decay": 1e-10,
65
+ "optimizer_grad_clip_norm": 10.0,
66
  "scheduler_warmup_steps": 1000,
67
  "scheduler_decay_steps": 30000,
68
  "scheduler_decay_lr": 2.5e-06,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb0bea5285ba751e89006e1476d4698995560f83bd38a0357103e4e128b20a3d
3
  size 1197789224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32579685d79e6272fb6e65e4a5f28a70cc4a74fd215448b9972d8d19c7d9373e
3
  size 1197789224
train_config.json CHANGED
@@ -114,7 +114,7 @@
114
  "private": null,
115
  "tags": null,
116
  "license": null,
117
- "pretrained_path": null,
118
  "chunk_size": 50,
119
  "n_action_steps": 50,
120
  "normalization_mapping": {
@@ -144,7 +144,7 @@
144
  ],
145
  "optimizer_eps": 1e-08,
146
  "optimizer_weight_decay": 1e-10,
147
- "optimizer_grad_clip_norm": 10,
148
  "scheduler_warmup_steps": 1000,
149
  "scheduler_decay_steps": 30000,
150
  "scheduler_decay_lr": 2.5e-06,
@@ -163,7 +163,7 @@
163
  },
164
  "output_dir": "outputs/train/smolvla1",
165
  "job_name": "smolvla_santra",
166
- "resume": false,
167
  "seed": 1000,
168
  "num_workers": 4,
169
  "batch_size": 8,
@@ -177,7 +177,7 @@
177
  "type": "adamw",
178
  "lr": 0.0001,
179
  "weight_decay": 1e-10,
180
- "grad_clip_norm": 10,
181
  "betas": [
182
  0.9,
183
  0.95
@@ -205,6 +205,6 @@
205
  "run_id": "ba762whj",
206
  "mode": null
207
  },
208
- "checkpoint_path": null,
209
  "rename_map": {}
210
  }
 
114
  "private": null,
115
  "tags": null,
116
  "license": null,
117
+ "pretrained_path": "outputs/train/smolvla1/checkpoints/last/pretrained_model",
118
  "chunk_size": 50,
119
  "n_action_steps": 50,
120
  "normalization_mapping": {
 
144
  ],
145
  "optimizer_eps": 1e-08,
146
  "optimizer_weight_decay": 1e-10,
147
+ "optimizer_grad_clip_norm": 10.0,
148
  "scheduler_warmup_steps": 1000,
149
  "scheduler_decay_steps": 30000,
150
  "scheduler_decay_lr": 2.5e-06,
 
163
  },
164
  "output_dir": "outputs/train/smolvla1",
165
  "job_name": "smolvla_santra",
166
+ "resume": true,
167
  "seed": 1000,
168
  "num_workers": 4,
169
  "batch_size": 8,
 
177
  "type": "adamw",
178
  "lr": 0.0001,
179
  "weight_decay": 1e-10,
180
+ "grad_clip_norm": 10.0,
181
  "betas": [
182
  0.9,
183
  0.95
 
205
  "run_id": "ba762whj",
206
  "mode": null
207
  },
208
+ "checkpoint_path": "outputs/train/smolvla1/checkpoints/last",
209
  "rename_map": {}
210
  }