Robotics
LeRobot
Safetensors
smolvla
Beilinghamburger commited on
Commit
a93f0e3
·
verified ·
1 Parent(s): 2aa669a

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +2 -2
  3. train_config.json +7 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  base_model: lerobot/smolvla_base
3
- datasets: Beilinghamburger/so100_grid_0113
4
  library_name: lerobot
5
  license: apache-2.0
6
  model_name: smolvla
 
1
  ---
2
  base_model: lerobot/smolvla_base
3
+ datasets: Beilinghamburger/so100_grid_jimu
4
  library_name: lerobot
5
  license: apache-2.0
6
  model_name: smolvla
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7c5ba23b1f0c7bf94f2fb0120b005ee9c3b5113eda9adb8dfa9ab4003b47d37
3
- size 1197790016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4290c72fd6c7db61448d8d73fab227a644caac022cbf30d3db36faec4604249
3
+ size 1200814632
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "Beilinghamburger/so100_grid_0113",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -154,13 +154,13 @@
154
  "min_period": 0.004,
155
  "max_period": 4.0
156
  },
157
- "output_dir": "outputs/train/smolvla_so100_grid_0113",
158
- "job_name": "smolvla_so100_grid",
159
  "resume": false,
160
  "seed": 1000,
161
  "num_workers": 4,
162
- "batch_size": 32,
163
- "steps": 40000,
164
  "eval_freq": 10000,
165
  "log_freq": 200,
166
  "save_checkpoint": true,
@@ -192,10 +192,10 @@
192
  "wandb": {
193
  "enable": true,
194
  "disable_artifact": false,
195
- "project": "so100_grid",
196
  "entity": null,
197
  "notes": null,
198
- "run_id": "3nklvehc",
199
  "mode": null
200
  }
201
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "Beilinghamburger/so100_grid_jimu",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
154
  "min_period": 0.004,
155
  "max_period": 4.0
156
  },
157
+ "output_dir": "outputs/train/smolvla_so100_grid_jimu",
158
+ "job_name": "smolvla_so100_jimu",
159
  "resume": false,
160
  "seed": 1000,
161
  "num_workers": 4,
162
+ "batch_size": 16,
163
+ "steps": 80000,
164
  "eval_freq": 10000,
165
  "log_freq": 200,
166
  "save_checkpoint": true,
 
192
  "wandb": {
193
  "enable": true,
194
  "disable_artifact": false,
195
+ "project": "so100_lerobot_jimu",
196
  "entity": null,
197
  "notes": null,
198
+ "run_id": "wy4x38uo",
199
  "mode": null
200
  }
201
  }