gregor-pr commited on
Commit
3fc0a45
·
verified ·
1 Parent(s): e6b2f9f

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +6 -6
README.md CHANGED
@@ -6,9 +6,9 @@ license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
- - smolvla
10
  - robotics
11
  - lerobot
 
12
  ---
13
 
14
  # Model Card for smolvla
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
9
  - robotics
10
  - lerobot
11
+ - smolvla
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:7707eddd192e00a8a23ccac6fb1138510808f42bd800f8d1f693eee937a545fd
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd32398d0b7fed8640c72269811cffba76724f0671514f4357d4aaca1b4c3b4
3
  size 906713296
train_config.json CHANGED
@@ -153,15 +153,15 @@
153
  "min_period": 0.004,
154
  "max_period": 4.0
155
  },
156
- "output_dir": "outputs/train/my_smolvla",
157
- "job_name": "smolvla_training",
158
  "resume": false,
159
  "seed": 1000,
160
  "num_workers": 4,
161
- "batch_size": 80,
162
- "steps": 10000,
163
  "eval_freq": 20000,
164
- "log_freq": 100,
165
  "save_checkpoint": true,
166
  "save_freq": 20000,
167
  "use_policy_training_preset": true,
@@ -194,7 +194,7 @@
194
  "project": "lerobot",
195
  "entity": null,
196
  "notes": null,
197
- "run_id": "qdx8praf",
198
  "mode": null
199
  }
200
  }
 
153
  "min_period": 0.004,
154
  "max_period": 4.0
155
  },
156
+ "output_dir": "outputs/train/smolvla_bear",
157
+ "job_name": "smolvla_training_90_episodes",
158
  "resume": false,
159
  "seed": 1000,
160
  "num_workers": 4,
161
+ "batch_size": 90,
162
+ "steps": 20000,
163
  "eval_freq": 20000,
164
+ "log_freq": 200,
165
  "save_checkpoint": true,
166
  "save_freq": 20000,
167
  "use_policy_training_preset": true,
 
194
  "project": "lerobot",
195
  "entity": null,
196
  "notes": null,
197
+ "run_id": "crg0nsa6",
198
  "mode": null
199
  }
200
  }