Robotics
LeRobot
Safetensors
smolvla
PRFitz commited on
Commit
b075ccc
·
verified ·
1 Parent(s): 991f19c

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  base_model: lerobot/smolvla_base
3
- datasets: PRFitz/lekiwi-dataset-test-middle1
4
  library_name: lerobot
5
  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
 
1
  ---
2
  base_model: lerobot/smolvla_base
3
+ datasets: PRFitz/lekiwi-dataset-test-left
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
config.json CHANGED
@@ -48,7 +48,7 @@
48
  "private": null,
49
  "tags": null,
50
  "license": null,
51
- "pretrained_path": "lerobot/smolvla_base",
52
  "chunk_size": 50,
53
  "n_action_steps": 50,
54
  "normalization_mapping": {
 
48
  "private": null,
49
  "tags": null,
50
  "license": null,
51
+ "pretrained_path": "PRFitz/circle_smolvla",
52
  "chunk_size": 50,
53
  "n_action_steps": 50,
54
  "normalization_mapping": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62b8448f2986b87ab6bedc030b9a1e9f36048735045d02f8d2f2def415685d62
3
  size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:514d538460e8960db77b54eeca0ac6b92f744bd4b8d35751007c996b6e0d0973
3
  size 906712520
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "PRFitz/lekiwi-dataset-test-middle1",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -130,7 +130,7 @@
130
  "private": null,
131
  "tags": null,
132
  "license": null,
133
- "pretrained_path": "lerobot/smolvla_base",
134
  "chunk_size": 50,
135
  "n_action_steps": 50,
136
  "normalization_mapping": {
@@ -177,12 +177,12 @@
177
  "min_period": 0.004,
178
  "max_period": 4.0
179
  },
180
- "output_dir": "outputs/train/circle_smolvla",
181
- "job_name": "smolvla_training_1",
182
  "resume": false,
183
  "seed": 1000,
184
  "num_workers": 4,
185
- "batch_size": 128,
186
  "steps": 20000,
187
  "eval_freq": 20000,
188
  "log_freq": 200,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "PRFitz/lekiwi-dataset-test-left",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
130
  "private": null,
131
  "tags": null,
132
  "license": null,
133
+ "pretrained_path": "PRFitz/circle_smolvla",
134
  "chunk_size": 50,
135
  "n_action_steps": 50,
136
  "normalization_mapping": {
 
177
  "min_period": 0.004,
178
  "max_period": 4.0
179
  },
180
+ "output_dir": "outputs/train/circle_smolvla2",
181
+ "job_name": "smolvla_training_2",
182
  "resume": false,
183
  "seed": 1000,
184
  "num_workers": 4,
185
+ "batch_size": 64,
186
  "steps": 20000,
187
  "eval_freq": 20000,
188
  "log_freq": 200,