usr256864 commited on
Commit
d928607
·
verified ·
1 Parent(s): b417ad5

Initial model upload

Browse files
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "pretrained_path": null,
36
  "paligemma_variant": "gemma_2b",
37
  "action_expert_variant": "gemma_300m",
38
- "dtype": "float32",
39
  "chunk_size": 50,
40
  "n_action_steps": 50,
41
  "max_state_dim": 32,
@@ -57,7 +57,7 @@
57
  "STATE": "MEAN_STD",
58
  "ACTION": "MEAN_STD"
59
  },
60
- "gradient_checkpointing": false,
61
  "compile_model": false,
62
  "compile_mode": "max-autotune",
63
  "optimizer_lr": 2.5e-05,
 
35
  "pretrained_path": null,
36
  "paligemma_variant": "gemma_2b",
37
  "action_expert_variant": "gemma_300m",
38
+ "dtype": "bfloat16",
39
  "chunk_size": 50,
40
  "n_action_steps": 50,
41
  "max_state_dim": 32,
 
57
  "STATE": "MEAN_STD",
58
  "ACTION": "MEAN_STD"
59
  },
60
+ "gradient_checkpointing": true,
61
  "compile_model": false,
62
  "compile_mode": "max-autotune",
63
  "optimizer_lr": 2.5e-05,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:220ed4edfbaad285f056ecc5becb21e2522a91d2911f322fa9de43648c1d168b
3
- size 14005623256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c44c15268282487f85d19869e2b39cf8be7c78a8b8e34f6399a5f545f41dcb4
3
+ size 7011548640
policy_postprocessor_step_0_unnormalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eb191c579eeeccd6fe9ddc5da07838d3aa3fa3a9d535542fd8f75dddc87280d
3
  size 8528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c937ac28296b94e2a585ba8931aedc3fdb90e879f31fd263482485434ceb3c33
3
  size 8528
policy_preprocessor_step_5_normalizer_processor.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eb191c579eeeccd6fe9ddc5da07838d3aa3fa3a9d535542fd8f75dddc87280d
3
  size 8528
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c937ac28296b94e2a585ba8931aedc3fdb90e879f31fd263482485434ceb3c33
3
  size 8528
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
  "repo_id": "rh5_sample_dataset",
4
- "root": "../datasets/rh5_sample_dataset/",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -117,7 +117,7 @@
117
  "pretrained_path": null,
118
  "paligemma_variant": "gemma_2b",
119
  "action_expert_variant": "gemma_300m",
120
- "dtype": "float32",
121
  "chunk_size": 50,
122
  "n_action_steps": 50,
123
  "max_state_dim": 32,
@@ -139,7 +139,7 @@
139
  "STATE": "MEAN_STD",
140
  "ACTION": "MEAN_STD"
141
  },
142
- "gradient_checkpointing": false,
143
  "compile_model": false,
144
  "compile_mode": "max-autotune",
145
  "optimizer_lr": 2.5e-05,
@@ -155,17 +155,17 @@
155
  "scheduler_decay_lr": 2.5e-06,
156
  "tokenizer_max_length": 48
157
  },
158
- "output_dir": "outputs/train/2025-11-11/01-06-49_pi0",
159
- "job_name": "pi0",
160
  "resume": false,
161
  "seed": 1000,
162
  "num_workers": 4,
163
- "batch_size": 1,
164
- "steps": 100000,
165
  "eval_freq": 20000,
166
- "log_freq": 100,
167
  "save_checkpoint": true,
168
- "save_freq": 10000,
169
  "use_policy_training_preset": true,
170
  "optimizer": {
171
  "type": "adamw",
@@ -196,7 +196,7 @@
196
  "project": "lerobot",
197
  "entity": null,
198
  "notes": null,
199
- "run_id": "ng36roi7",
200
  "mode": null
201
  },
202
  "checkpoint_path": null,
 
1
  {
2
  "dataset": {
3
  "repo_id": "rh5_sample_dataset",
4
+ "root": "../datasets/RH5_dataset/",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
117
  "pretrained_path": null,
118
  "paligemma_variant": "gemma_2b",
119
  "action_expert_variant": "gemma_300m",
120
+ "dtype": "bfloat16",
121
  "chunk_size": 50,
122
  "n_action_steps": 50,
123
  "max_state_dim": 32,
 
139
  "STATE": "MEAN_STD",
140
  "ACTION": "MEAN_STD"
141
  },
142
+ "gradient_checkpointing": true,
143
  "compile_model": false,
144
  "compile_mode": "max-autotune",
145
  "optimizer_lr": 2.5e-05,
 
155
  "scheduler_decay_lr": 2.5e-06,
156
  "tokenizer_max_length": 48
157
  },
158
+ "output_dir": "outputs/train/2025-11-14/01-13-16_pi0_training",
159
+ "job_name": "pi0_training",
160
  "resume": false,
161
  "seed": 1000,
162
  "num_workers": 4,
163
+ "batch_size": 32,
164
+ "steps": 200000,
165
  "eval_freq": 20000,
166
+ "log_freq": 200,
167
  "save_checkpoint": true,
168
+ "save_freq": 20000,
169
  "use_policy_training_preset": true,
170
  "optimizer": {
171
  "type": "adamw",
 
196
  "project": "lerobot",
197
  "entity": null,
198
  "notes": null,
199
+ "run_id": "k9pdbqh0",
200
  "mode": null
201
  },
202
  "checkpoint_path": null,