easonjcc commited on
Commit
bd5fa3d
·
verified ·
1 Parent(s): 5db0350

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 +2 -2
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:5b06d5fddb5670d0ba0f9daab5faff627d90d913e9618cf90da1c2da98a1147f
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef3a3d9a122e01805f2a180f14a1e731484d431319fae0500b0410ca95dc25fa
3
  size 906713296
train_config.json CHANGED
@@ -163,11 +163,11 @@
163
  },
164
  "output_dir": "outputs/train/my_blackobj_smolvla",
165
  "job_name": "my_blackobj_smolvla_training",
166
- "resume": false,
167
  "seed": 1000,
168
  "num_workers": 0,
169
  "batch_size": 64,
170
- "steps": 20000,
171
  "eval_freq": 20000,
172
  "log_freq": 200,
173
  "save_checkpoint": true,
 
163
  },
164
  "output_dir": "outputs/train/my_blackobj_smolvla",
165
  "job_name": "my_blackobj_smolvla_training",
166
+ "resume": true,
167
  "seed": 1000,
168
  "num_workers": 0,
169
  "batch_size": 64,
170
+ "steps": 30000,
171
  "eval_freq": 20000,
172
  "log_freq": 200,
173
  "save_checkpoint": true,