Robotics
LeRobot
Safetensors
smolvla
qualiaadmin commited on
Commit
662f629
·
verified ·
1 Parent(s): 36cbb2e

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
- - robotics
10
  - smolvla
11
  - lerobot
 
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:209cc2669cfcf995baa9caae3592b40c7a82996c125575e72f4eb8854e4834a2
3
  size 906712520
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3eab3e960358290831fe5c23193dd5a94d6ef907b50d443c83b1d58f5864bf
3
  size 906712520
train_config.json CHANGED
@@ -156,12 +156,12 @@
156
  "max_period": 4.0
157
  },
158
  "output_dir": "/tmp/output/run1",
159
- "job_name": "test_training_1760089037",
160
  "resume": false,
161
  "seed": 1000,
162
  "num_workers": 4,
163
  "batch_size": 1,
164
- "steps": 2,
165
  "eval_freq": 20000,
166
  "log_freq": 200,
167
  "save_checkpoint": true,
 
156
  "max_period": 4.0
157
  },
158
  "output_dir": "/tmp/output/run1",
159
+ "job_name": "job_1",
160
  "resume": false,
161
  "seed": 1000,
162
  "num_workers": 4,
163
  "batch_size": 1,
164
+ "steps": 1000,
165
  "eval_freq": 20000,
166
  "log_freq": 200,
167
  "save_checkpoint": true,