aaron-ser commited on
Commit
898caef
·
verified ·
1 Parent(s): c0a671d

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +12 -4
  3. model.safetensors +1 -1
  4. train_config.json +68 -8
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  base_model: lerobot/smolvla_base
3
- datasets: aaron-ser/SO101-Dataset
4
  library_name: lerobot
5
  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
 
1
  ---
2
  base_model: lerobot/smolvla_base
3
+ datasets: astro189/record_scene_1
4
  library_name: lerobot
5
  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
config.json CHANGED
@@ -13,12 +13,20 @@
13
  6
14
  ]
15
  },
16
- "observation.images.front": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
- 720,
21
- 1280
 
 
 
 
 
 
 
 
22
  ]
23
  }
24
  },
@@ -30,7 +38,7 @@
30
  ]
31
  }
32
  },
33
- "device": "mps",
34
  "use_amp": false,
35
  "push_to_hub": true,
36
  "repo_id": "aaron-ser/smolvla-model",
 
13
  6
14
  ]
15
  },
16
+ "observation.images.gripper": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.top": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
  ]
31
  }
32
  },
 
38
  ]
39
  }
40
  },
41
+ "device": "cuda",
42
  "use_amp": false,
43
  "push_to_hub": true,
44
  "repo_id": "aaron-ser/smolvla-model",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48452c589475a9ed880a83b815275da6996a29f627bac7ee34b51fb8daa1d7db
3
  size 1197790016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:935a1f43b1d5e0296707d385a99f439fc417008c9f1b410851949291c3b9d5b6
3
  size 1197790016
train_config.json CHANGED
@@ -1,8 +1,60 @@
1
  {
2
  "dataset": {
3
- "repo_id": "aaron-ser/SO101-Dataset",
4
  "root": null,
5
- "episodes": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "image_transforms": {
7
  "enable": false,
8
  "max_num_transforms": 3,
@@ -80,12 +132,20 @@
80
  6
81
  ]
82
  },
83
- "observation.images.front": {
 
 
 
 
 
 
 
 
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
- 720,
88
- 1280
89
  ]
90
  }
91
  },
@@ -97,7 +157,7 @@
97
  ]
98
  }
99
  },
100
- "device": "mps",
101
  "use_amp": false,
102
  "push_to_hub": true,
103
  "repo_id": "aaron-ser/smolvla-model",
@@ -145,7 +205,7 @@
145
  "min_period": 0.004,
146
  "max_period": 4.0
147
  },
148
- "output_dir": "/Users/aaronserpilin/Documents/Storks/storks-so101/my_robot/outputs/train/smolvla_test",
149
  "job_name": "smolvla_test",
150
  "resume": false,
151
  "seed": 1000,
@@ -186,7 +246,7 @@
186
  "project": "lerobot",
187
  "entity": null,
188
  "notes": null,
189
- "run_id": "9t6jp7t3",
190
  "mode": null
191
  }
192
  }
 
1
  {
2
  "dataset": {
3
+ "repo_id": "astro189/record_scene_1",
4
  "root": null,
5
+ "episodes": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41,
48
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50
57
+ ],
58
  "image_transforms": {
59
  "enable": false,
60
  "max_num_transforms": 3,
 
132
  6
133
  ]
134
  },
135
+ "observation.images.gripper": {
136
+ "type": "VISUAL",
137
+ "shape": [
138
+ 3,
139
+ 480,
140
+ 640
141
+ ]
142
+ },
143
+ "observation.images.top": {
144
  "type": "VISUAL",
145
  "shape": [
146
  3,
147
+ 480,
148
+ 640
149
  ]
150
  }
151
  },
 
157
  ]
158
  }
159
  },
160
+ "device": "cuda",
161
  "use_amp": false,
162
  "push_to_hub": true,
163
  "repo_id": "aaron-ser/smolvla-model",
 
205
  "min_period": 0.004,
206
  "max_period": 4.0
207
  },
208
+ "output_dir": "/home/jupyter/storks-so101/my_robot/outputs/outputs/train/smolvla_test",
209
  "job_name": "smolvla_test",
210
  "resume": false,
211
  "seed": 1000,
 
246
  "project": "lerobot",
247
  "entity": null,
248
  "notes": null,
249
+ "run_id": "ghq16lgv",
250
  "mode": null
251
  }
252
  }