shuohsuan commited on
Commit
a73af9f
·
verified ·
1 Parent(s): 260c515

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +7 -1
  2. model.safetensors +1 -1
  3. train_config.json +10 -3
README.md CHANGED
@@ -7,14 +7,20 @@ datasets:
7
  - shuohsuan/grasp_pos_030_039
8
  - shuohsuan/grasp_pos_040_049
9
  - shuohsuan/grasp_pos_050_059
 
 
 
 
 
 
10
  library_name: lerobot
11
  license: apache-2.0
12
  model_name: smolvla
13
  pipeline_tag: robotics
14
  tags:
15
- - smolvla
16
  - robotics
17
  - lerobot
 
18
  ---
19
 
20
  # Model Card for smolvla
 
7
  - shuohsuan/grasp_pos_030_039
8
  - shuohsuan/grasp_pos_040_049
9
  - shuohsuan/grasp_pos_050_059
10
+ - shuohsuan/grasp_pos_060_069
11
+ - shuohsuan/grasp_pos_070_079
12
+ - shuohsuan/grasp_pos_080_089
13
+ - shuohsuan/grasp_pos_090_099
14
+ - shuohsuan/grasp_pos_100_109
15
+ - shuohsuan/grasp_pos_110_119
16
  library_name: lerobot
17
  license: apache-2.0
18
  model_name: smolvla
19
  pipeline_tag: robotics
20
  tags:
 
21
  - robotics
22
  - lerobot
23
+ - smolvla
24
  ---
25
 
26
  # Model Card for smolvla
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e79e73239e7a396fd9401ad7c62758a5c71ff3fc297722e83a8e9423c1cd2702
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b22a6bd332959e4e6a076bc3997e4404f5bde32174fd3fb4300bec91ca6ccb6
3
  size 906713296
train_config.json CHANGED
@@ -6,8 +6,15 @@
6
  "shuohsuan/grasp_pos_020_029",
7
  "shuohsuan/grasp_pos_030_039",
8
  "shuohsuan/grasp_pos_040_049",
9
- "shuohsuan/grasp_pos_050_059"
 
 
 
 
 
 
10
  ],
 
11
  "root": null,
12
  "episodes": null,
13
  "image_transforms": {
@@ -169,12 +176,12 @@
169
  "max_period": 4.0
170
  },
171
  "output_dir": "/mnt/storage/shuohsuan/train/svla_multi_grasp_pos",
172
- "job_name": "smolvla_grasp_position",
173
  "resume": false,
174
  "seed": 1000,
175
  "num_workers": 4,
176
  "batch_size": 64,
177
- "steps": 200000,
178
  "eval_freq": 20000,
179
  "log_freq": 200,
180
  "save_checkpoint": true,
 
6
  "shuohsuan/grasp_pos_020_029",
7
  "shuohsuan/grasp_pos_030_039",
8
  "shuohsuan/grasp_pos_040_049",
9
+ "shuohsuan/grasp_pos_050_059",
10
+ "shuohsuan/grasp_pos_060_069",
11
+ "shuohsuan/grasp_pos_070_079",
12
+ "shuohsuan/grasp_pos_080_089",
13
+ "shuohsuan/grasp_pos_090_099",
14
+ "shuohsuan/grasp_pos_100_109",
15
+ "shuohsuan/grasp_pos_110_119"
16
  ],
17
+ "repo_idx": 12,
18
  "root": null,
19
  "episodes": null,
20
  "image_transforms": {
 
176
  "max_period": 4.0
177
  },
178
  "output_dir": "/mnt/storage/shuohsuan/train/svla_multi_grasp_pos",
179
+ "job_name": "svla_grasp_pos",
180
  "resume": false,
181
  "seed": 1000,
182
  "num_workers": 4,
183
  "batch_size": 64,
184
+ "steps": 100000,
185
  "eval_freq": 20000,
186
  "log_freq": 200,
187
  "save_checkpoint": true,