Gavin1411 commited on
Commit
34edde6
·
verified ·
1 Parent(s): 569f7b2

Upload policy weights, train config and readme

Browse files
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
8
- - pi05
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for pi05
 
5
  model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
+ - pi05
11
  ---
12
 
13
  # Model Card for pi05
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "base_model_class": "PI05Policy",
7
  "parent_library": "lerobot.policies.pi05.modeling_pi05"
8
  },
9
- "base_model_name_or_path": "/data/taojiachen/Continuous_VLA/exp/sequential/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
10
  "bias": "none",
11
  "corda_config": null,
12
  "ensure_weight_tying": false,
 
6
  "base_model_class": "PI05Policy",
7
  "parent_library": "lerobot.policies.pi05.modeling_pi05"
8
  },
9
+ "base_model_name_or_path": "/data/taojiachen/Continuous_VLA/exp/er/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
10
  "bias": "none",
11
  "corda_config": null,
12
  "ensure_weight_tying": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4dcf6dc8f5e2b714c37c6b12d67f43fa864f37dd170438de6568047a0c288b9
3
  size 12547808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1f994cbf612f5fd1494193c0d0632f344ca5115c6431ae3f0e8b6e9c5b73212
3
  size 12547808
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "/data/taojiachen/Continuous_VLA/exp/sequential/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
45
  "paligemma_variant": "gemma_2b",
46
  "action_expert_variant": "gemma_300m",
47
  "dtype": "bfloat16",
 
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
+ "pretrained_path": "/data/taojiachen/Continuous_VLA/exp/er/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
45
  "paligemma_variant": "gemma_2b",
46
  "action_expert_variant": "gemma_300m",
47
  "dtype": "bfloat16",
train_config.json CHANGED
@@ -4,22 +4,28 @@
4
  "root": null,
5
  "episodes": [
6
  31,
 
7
  71,
8
  111,
9
  151,
10
  191,
11
  231,
12
  271,
 
13
  311,
 
14
  351,
15
  391,
16
  431,
17
  471,
18
  511,
19
  551,
 
20
  591,
 
21
  631,
22
  671,
 
23
  711,
24
  751,
25
  791,
@@ -43,6 +49,7 @@
43
  1511,
44
  1551,
45
  1591,
 
46
  1631,
47
  1671
48
  ],
@@ -166,7 +173,7 @@
166
  "private": null,
167
  "tags": null,
168
  "license": null,
169
- "pretrained_path": "/data/taojiachen/Continuous_VLA/exp/sequential/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
170
  "paligemma_variant": "gemma_2b",
171
  "action_expert_variant": "gemma_300m",
172
  "dtype": "bfloat16",
@@ -210,7 +217,7 @@
210
  "scheduler_decay_steps": 30000,
211
  "scheduler_decay_lr": 2.5e-06
212
  },
213
- "output_dir": "/data/taojiachen/Continuous_VLA/exp/sequential/spatial/seed42/task31/train",
214
  "job_name": "pi05",
215
  "resume": false,
216
  "seed": 42,
 
4
  "root": null,
5
  "episodes": [
6
  31,
7
+ 70,
8
  71,
9
  111,
10
  151,
11
  191,
12
  231,
13
  271,
14
+ 310,
15
  311,
16
+ 350,
17
  351,
18
  391,
19
  431,
20
  471,
21
  511,
22
  551,
23
+ 590,
24
  591,
25
+ 630,
26
  631,
27
  671,
28
+ 710,
29
  711,
30
  751,
31
  791,
 
49
  1511,
50
  1551,
51
  1591,
52
+ 1630,
53
  1631,
54
  1671
55
  ],
 
173
  "private": null,
174
  "tags": null,
175
  "license": null,
176
+ "pretrained_path": "/data/taojiachen/Continuous_VLA/exp/er/spatial/seed42/task30/train/checkpoints/last/pretrained_model",
177
  "paligemma_variant": "gemma_2b",
178
  "action_expert_variant": "gemma_300m",
179
  "dtype": "bfloat16",
 
217
  "scheduler_decay_steps": 30000,
218
  "scheduler_decay_lr": 2.5e-06
219
  },
220
+ "output_dir": "/data/taojiachen/Continuous_VLA/exp/er/spatial/seed42/task31/train",
221
  "job_name": "pi05",
222
  "resume": false,
223
  "seed": 42,