Robotics
LeRobot
Safetensors
smolvla
saood65 commited on
Commit
344096e
·
verified ·
1 Parent(s): 096ab57

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +8 -8
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
  - robotics
10
+ - smolvla
11
+ - lerobot
12
  ---
13
 
14
  # Model Card for smolvla
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e12f0775c327456b1337ce6c4ee143d01898331367b7c47791ebb7513414bfd6
3
  size 1197789224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f593a25e5f52ed9bc4a4e3b5db08c18d93387daa2d6d79f98e8d9ec4a104b62
3
  size 1197789224
train_config.json CHANGED
@@ -154,16 +154,16 @@
154
  "min_period": 0.004,
155
  "max_period": 4.0
156
  },
157
- "output_dir": "outputs/train/my_smolvla",
158
- "job_name": "my_smolvla_training",
159
  "resume": false,
160
  "seed": 1000,
161
  "num_workers": 2,
162
- "batch_size": 64,
163
- "steps": 1000,
164
  "eval_freq": 20000,
165
  "log_freq": 200,
166
- "save_checkpoint": true,
167
  "save_freq": 20000,
168
  "use_policy_training_preset": true,
169
  "optimizer": {
@@ -185,8 +185,8 @@
185
  "decay_lr": 2.5e-06
186
  },
187
  "eval": {
188
- "n_episodes": 50,
189
- "batch_size": 50,
190
  "use_async_envs": false
191
  },
192
  "wandb": {
@@ -196,6 +196,6 @@
196
  "entity": null,
197
  "notes": null,
198
  "run_id": null,
199
- "mode": "disabled"
200
  }
201
  }
 
154
  "min_period": 0.004,
155
  "max_period": 4.0
156
  },
157
+ "output_dir": "outputs/train/2025-09-29/14-54-33_smolvla",
158
+ "job_name": "smolvla",
159
  "resume": false,
160
  "seed": 1000,
161
  "num_workers": 2,
162
+ "batch_size": 8,
163
+ "steps": 1,
164
  "eval_freq": 20000,
165
  "log_freq": 200,
166
+ "save_checkpoint": false,
167
  "save_freq": 20000,
168
  "use_policy_training_preset": true,
169
  "optimizer": {
 
185
  "decay_lr": 2.5e-06
186
  },
187
  "eval": {
188
+ "n_episodes": 10,
189
+ "batch_size": 10,
190
  "use_async_envs": false
191
  },
192
  "wandb": {
 
196
  "entity": null,
197
  "notes": null,
198
  "run_id": null,
199
+ "mode": null
200
  }
201
  }