pepijn223 HF Staff commited on
Commit
63d287b
·
verified ·
1 Parent(s): 2e6c198

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. config.json +29 -4
  2. model.safetensors +2 -2
  3. train_config.json +6 -6
config.json CHANGED
@@ -28,6 +28,30 @@
28
  "shape": [
29
  8
30
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
  },
33
  "output_features": {
@@ -47,7 +71,7 @@
47
  "license": null,
48
  "paligemma_variant": "gemma_2b",
49
  "action_expert_variant": "gemma_300m",
50
- "dtype": "float32",
51
  "chunk_size": 50,
52
  "n_action_steps": 50,
53
  "action_dim": 32,
@@ -62,11 +86,12 @@
62
  224
63
  ],
64
  "image_keys": [
65
- "observation.images.image",
66
- "observation.images.image2"
 
67
  ],
68
  "gradient_checkpointing": false,
69
- "compile_model": false,
70
  "compile_mode": "max-autotune",
71
  "optimizer_lr": 2.5e-05,
72
  "optimizer_betas": [
 
28
  "shape": [
29
  8
30
  ]
31
+ },
32
+ "observation.images.base_0_rgb": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 224,
37
+ 224
38
+ ]
39
+ },
40
+ "observation.images.left_wrist_0_rgb": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 224,
45
+ 224
46
+ ]
47
+ },
48
+ "observation.images.right_wrist_0_rgb": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 224,
53
+ 224
54
+ ]
55
  }
56
  },
57
  "output_features": {
 
71
  "license": null,
72
  "paligemma_variant": "gemma_2b",
73
  "action_expert_variant": "gemma_300m",
74
+ "dtype": "bfloat16",
75
  "chunk_size": 50,
76
  "n_action_steps": 50,
77
  "action_dim": 32,
 
86
  224
87
  ],
88
  "image_keys": [
89
+ "observation.images.base_0_rgb",
90
+ "observation.images.left_wrist_0_rgb",
91
+ "observation.images.right_wrist_0_rgb"
92
  ],
93
  "gradient_checkpointing": false,
94
+ "compile_model": true,
95
  "compile_mode": "max-autotune",
96
  "optimizer_lr": 2.5e-05,
97
  "optimizer_betas": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:463f6ce0a4a1644b9bc8c459b857db372be0ec6ffabcdb81c9834d30b46cbac5
3
- size 14005624104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b78433b33b7d9f9da964852e5b88987f43a0ee52552cbb6ab83aeeabd8c27e75
3
+ size 7011549448
train_config.json CHANGED
@@ -138,7 +138,7 @@
138
  "license": null,
139
  "paligemma_variant": "gemma_2b",
140
  "action_expert_variant": "gemma_300m",
141
- "dtype": "float32",
142
  "chunk_size": 50,
143
  "n_action_steps": 50,
144
  "action_dim": 32,
@@ -158,7 +158,7 @@
158
  "observation.images.right_wrist_0_rgb"
159
  ],
160
  "gradient_checkpointing": false,
161
- "compile_model": false,
162
  "compile_mode": "max-autotune",
163
  "optimizer_lr": 2.5e-05,
164
  "optimizer_betas": [
@@ -173,13 +173,13 @@
173
  "scheduler_decay_lr": 2.5e-06,
174
  "tokenizer_max_length": 48
175
  },
176
- "output_dir": "/fsx/pepijn/outputs/train/pi0_openpi",
177
  "job_name": "pi0_openpi",
178
  "resume": false,
179
  "seed": 1000,
180
  "num_workers": 4,
181
- "batch_size": 8,
182
- "steps": 100000,
183
  "eval_freq": 20000,
184
  "log_freq": 200,
185
  "save_checkpoint": true,
@@ -214,7 +214,7 @@
214
  "project": "lerobot",
215
  "entity": null,
216
  "notes": null,
217
- "run_id": "6go2g18k",
218
  "mode": null
219
  }
220
  }
 
138
  "license": null,
139
  "paligemma_variant": "gemma_2b",
140
  "action_expert_variant": "gemma_300m",
141
+ "dtype": "bfloat16",
142
  "chunk_size": 50,
143
  "n_action_steps": 50,
144
  "action_dim": 32,
 
158
  "observation.images.right_wrist_0_rgb"
159
  ],
160
  "gradient_checkpointing": false,
161
+ "compile_model": true,
162
  "compile_mode": "max-autotune",
163
  "optimizer_lr": 2.5e-05,
164
  "optimizer_betas": [
 
173
  "scheduler_decay_lr": 2.5e-06,
174
  "tokenizer_max_length": 48
175
  },
176
+ "output_dir": "/fsx/pepijn/train/openpi0_b4",
177
  "job_name": "pi0_openpi",
178
  "resume": false,
179
  "seed": 1000,
180
  "num_workers": 4,
181
+ "batch_size": 4,
182
+ "steps": 20000,
183
  "eval_freq": 20000,
184
  "log_freq": 200,
185
  "save_checkpoint": true,
 
214
  "project": "lerobot",
215
  "entity": null,
216
  "notes": null,
217
+ "run_id": "ye6i38b8",
218
  "mode": null
219
  }
220
  }