Robotics
LeRobot
Safetensors
smolvla
Inishds commited on
Commit
388c682
·
verified ·
1 Parent(s): 0e4f8d9

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
@@ -6,9 +6,9 @@ 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
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
9
  - smolvla
10
  - robotics
11
+ - lerobot
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:422675c729693c7eb7c5df33a330a0ef98c1cf3de71a39019cca052bd7005f61
3
  size 919242040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a643ba0706f978079a7f01cd2bb809d7ba1d47c2b9d77886a29cafd5b7da3500
3
  size 919242040
train_config.json CHANGED
@@ -164,13 +164,13 @@
164
  "min_period": 0.004,
165
  "max_period": 4.0
166
  },
167
- "output_dir": "outputs/train/my_smolvla4",
168
  "job_name": "my_smolvla_training",
169
  "resume": false,
170
  "seed": 1000,
171
  "num_workers": 4,
172
  "batch_size": 64,
173
- "steps": 2,
174
  "eval_freq": 2,
175
  "log_freq": 200,
176
  "save_checkpoint": true,
 
164
  "min_period": 0.004,
165
  "max_period": 4.0
166
  },
167
+ "output_dir": "outputs/train/my_smolvla5",
168
  "job_name": "my_smolvla_training",
169
  "resume": false,
170
  "seed": 1000,
171
  "num_workers": 4,
172
  "batch_size": 64,
173
+ "steps": 20000,
174
  "eval_freq": 2,
175
  "log_freq": 200,
176
  "save_checkpoint": true,