mddoai commited on
Commit
2e5b8a0
·
verified ·
1 Parent(s): 0c10fcd

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. train_config.json +4 -4
README.md CHANGED
@@ -6,9 +6,9 @@ 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
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
 
9
  - smolvla
10
+ - lerobot
11
+ - robotics
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:c9800d8490926216b7e6fbd15871cbc4598088f816f50d2217fce14be0ce4b5c
3
  size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d08556126fa3af0626ed65c26f17b916f18445cfeeb1130443cb52f0080cb0
3
  size 906712520
train_config.json CHANGED
@@ -181,14 +181,14 @@
181
  "compile_model": false,
182
  "compile_mode": "max-autotune"
183
  },
184
- "output_dir": "/home/michal/lerobot/outputs/train/smolvla_sorting_20k",
185
- "job_name": "smolvla_sorting_20k",
186
  "resume": false,
187
  "seed": 1000,
188
  "cudnn_deterministic": false,
189
  "num_workers": 12,
190
- "batch_size": 32,
191
- "steps": 20000,
192
  "eval_freq": 20000,
193
  "log_freq": 200,
194
  "tolerance_s": 0.0001,
 
181
  "compile_model": false,
182
  "compile_mode": "max-autotune"
183
  },
184
+ "output_dir": "/home/michal/lerobot/outputs/train/smolvla_sorting_50k",
185
+ "job_name": "smolvla_sorting_50k",
186
  "resume": false,
187
  "seed": 1000,
188
  "cudnn_deterministic": false,
189
  "num_workers": 12,
190
+ "batch_size": 64,
191
+ "steps": 50000,
192
  "eval_freq": 20000,
193
  "log_freq": 200,
194
  "tolerance_s": 0.0001,