mbalabanski commited on
Commit
96778e5
·
verified ·
1 Parent(s): 847b5d4

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. model.safetensors +1 -1
  3. train_config.json +4 -4
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  base_model: lerobot/smolvla_base
3
- datasets: mbalabanski/record-test
4
  library_name: lerobot
5
  license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
- - robotics
10
- - lerobot
11
  - smolvla
 
 
12
  ---
13
 
14
  # Model Card for smolvla
 
1
  ---
2
  base_model: lerobot/smolvla_base
3
+ datasets: 48_episodes
4
  library_name: lerobot
5
  license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
 
9
  - smolvla
10
+ - lerobot
11
+ - robotics
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:d158a8b1c77c5867fb7f92d42733847aacdb911518e2a9fd1a63c627efc03ae5
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cd0545b7c251bb0472d516710559810de12ceabb6bf093d54329356f365a41
3
  size 906713296
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "mbalabanski/record-test",
4
- "root": null,
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -181,12 +181,12 @@
181
  "use_async_envs": false
182
  },
183
  "wandb": {
184
- "enable": true,
185
  "disable_artifact": false,
186
  "project": "lerobot",
187
  "entity": null,
188
  "notes": null,
189
- "run_id": "7c1lm2gm",
190
  "mode": null
191
  }
192
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "48_episodes",
4
+ "root": ".data/training/48_episodes",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
181
  "use_async_envs": false
182
  },
183
  "wandb": {
184
+ "enable": false,
185
  "disable_artifact": false,
186
  "project": "lerobot",
187
  "entity": null,
188
  "notes": null,
189
+ "run_id": null,
190
  "mode": null
191
  }
192
  }