shane1027 commited on
Commit
51e3298
·
verified ·
1 Parent(s): 358b8a2

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
9
- - pi05
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for pi05
 
6
  pipeline_tag: robotics
7
  tags:
8
  - lerobot
 
9
  - robotics
10
+ - pi05
11
  ---
12
 
13
  # Model Card for pi05
config.json CHANGED
@@ -40,7 +40,7 @@
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
- "pretrained_path": "lerobot/pi05_base",
44
  "paligemma_variant": "gemma_2b",
45
  "action_expert_variant": "gemma_300m",
46
  "dtype": "bfloat16",
 
40
  "private": null,
41
  "tags": null,
42
  "license": null,
43
+ "pretrained_path": "outputs/train/pi05-grab-nerds-clusters/checkpoints/last/pretrained_model",
44
  "paligemma_variant": "gemma_2b",
45
  "action_expert_variant": "gemma_300m",
46
  "dtype": "bfloat16",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c0e127a88e049a93c6ac4ef5ea7e57064f412aac5ebbc4f2b603a9268b485a4
3
  size 7473096344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6de863ee032a29951e1c3f37a1e6d51004099aac074dd82ce6dd473494d0d0
3
  size 7473096344
train_config.json CHANGED
@@ -108,7 +108,7 @@
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
- "pretrained_path": "lerobot/pi05_base",
112
  "paligemma_variant": "gemma_2b",
113
  "action_expert_variant": "gemma_300m",
114
  "dtype": "bfloat16",
@@ -151,11 +151,11 @@
151
  },
152
  "output_dir": "outputs/train/pi05-grab-nerds-clusters",
153
  "job_name": "pi05-grab-clusters-gh200",
154
- "resume": false,
155
  "seed": 1000,
156
  "num_workers": 32,
157
  "batch_size": 64,
158
- "steps": 10000,
159
  "eval_freq": 20000,
160
  "log_freq": 200,
161
  "save_checkpoint": true,
 
108
  "private": null,
109
  "tags": null,
110
  "license": null,
111
+ "pretrained_path": "outputs/train/pi05-grab-nerds-clusters/checkpoints/last/pretrained_model",
112
  "paligemma_variant": "gemma_2b",
113
  "action_expert_variant": "gemma_300m",
114
  "dtype": "bfloat16",
 
151
  },
152
  "output_dir": "outputs/train/pi05-grab-nerds-clusters",
153
  "job_name": "pi05-grab-clusters-gh200",
154
+ "resume": true,
155
  "seed": 1000,
156
  "num_workers": 32,
157
  "batch_size": 64,
158
+ "steps": 20000,
159
  "eval_freq": 20000,
160
  "log_freq": 200,
161
  "save_checkpoint": true,