Robotics
LeRobot
Safetensors
smolvla
anikitakis commited on
Commit
c32477c
·
verified ·
1 Parent(s): cac9f7f

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 +4 -4
README.md CHANGED
@@ -7,8 +7,8 @@ model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
  - lerobot
10
- - smolvla
11
  - robotics
 
12
  ---
13
 
14
  # Model Card for smolvla
 
7
  pipeline_tag: robotics
8
  tags:
9
  - lerobot
 
10
  - robotics
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:5c7cbec4151eea7b6727ac7eb1c4507713715f221458bd66235f7a4d67aac54a
3
  size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:700900f0b9917e11ef026296ffe644b3df52195c9df10e287073af75414996ba
3
  size 906712520
train_config.json CHANGED
@@ -197,19 +197,19 @@
197
  "compile_model": false,
198
  "compile_mode": "max-autotune"
199
  },
200
- "output_dir": "outputs/train/smolvla_task_a_resume",
201
  "job_name": "smolvla_task_a_resume",
202
  "resume": false,
203
  "seed": 1000,
204
  "cudnn_deterministic": false,
205
  "num_workers": 4,
206
- "batch_size": 24,
207
  "steps": 5000,
208
  "eval_freq": 20000,
209
- "log_freq": 50,
210
  "tolerance_s": 0.0001,
211
  "save_checkpoint": true,
212
- "save_freq": 200,
213
  "use_policy_training_preset": true,
214
  "optimizer": {
215
  "type": "adamw",
 
197
  "compile_model": false,
198
  "compile_mode": "max-autotune"
199
  },
200
+ "output_dir": "outputs/train/smolvla_task_a_resume2",
201
  "job_name": "smolvla_task_a_resume",
202
  "resume": false,
203
  "seed": 1000,
204
  "cudnn_deterministic": false,
205
  "num_workers": 4,
206
+ "batch_size": 32,
207
  "steps": 5000,
208
  "eval_freq": 20000,
209
+ "log_freq": 100,
210
  "tolerance_s": 0.0001,
211
  "save_checkpoint": true,
212
+ "save_freq": 1000,
213
  "use_policy_training_preset": true,
214
  "optimizer": {
215
  "type": "adamw",