Gavin1411 commited on
Commit
6c1d062
·
verified ·
1 Parent(s): c7ff445

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
- - robotics
9
- - lerobot
10
  - pi05
 
 
11
  ---
12
 
13
  # Model Card for pi05
 
5
  model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - pi05
9
+ - lerobot
10
+ - robotics
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/er/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/sequential/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:0e43064f61aaa65aa23013f153ac3f6b5941483dffe39ffb53cdbad1bc7c8094
3
  size 5161624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720d80fd50305b29ba054075af898bb09ceb7fee63817252058099f88023c90c
3
  size 5161624
config.json CHANGED
@@ -41,7 +41,7 @@
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",
 
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",
train_config.json CHANGED
@@ -4,28 +4,22 @@
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,7 +43,6 @@
49
  1511,
50
  1551,
51
  1591,
52
- 1630,
53
  1631,
54
  1671
55
  ],
@@ -173,7 +166,7 @@
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,7 +210,7 @@
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,
 
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
  1511,
44
  1551,
45
  1591,
 
46
  1631,
47
  1671
48
  ],
 
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
  "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,