Gavin1411 commited on
Commit
dee30cb
·
verified ·
1 Parent(s): 7c0f195

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
- - lerobot
9
- - robotics
10
  - pi05
 
 
11
  ---
12
 
13
  # Model Card for pi05
 
5
  model_name: pi05
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - pi05
9
+ - robotics
10
+ - lerobot
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": "lerobot/pi05_libero_base",
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": "lerobot/pi05_libero_finetuned",
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:32f5da45d0edbab06cb0cd4c8016a1483e11bbf602a5edab25aed73afc4fc6b4
3
  size 12547808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90121fa4323e6295aa80a3b18bc9990e73f5e9b8c678cc3dd5b1b1ff475bc75f
3
  size 12547808
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "private": null,
42
  "tags": null,
43
  "license": null,
44
- "pretrained_path": "lerobot/pi05_libero_base",
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": "lerobot/pi05_libero_finetuned",
45
  "paligemma_variant": "gemma_2b",
46
  "action_expert_variant": "gemma_300m",
47
  "dtype": "bfloat16",
train_config.json CHANGED
@@ -166,7 +166,7 @@
166
  "private": null,
167
  "tags": null,
168
  "license": null,
169
- "pretrained_path": "lerobot/pi05_libero_base",
170
  "paligemma_variant": "gemma_2b",
171
  "action_expert_variant": "gemma_300m",
172
  "dtype": "bfloat16",
@@ -210,7 +210,7 @@
210
  "scheduler_decay_steps": 30000,
211
  "scheduler_decay_lr": 2.5e-06
212
  },
213
- "output_dir": "/data/taojiachen/Continuous_VLA/exp/er/spatial/seed42/task30/train",
214
  "job_name": "pi05",
215
  "resume": false,
216
  "seed": 42,
 
166
  "private": null,
167
  "tags": null,
168
  "license": null,
169
+ "pretrained_path": "lerobot/pi05_libero_finetuned",
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/task30/train",
214
  "job_name": "pi05",
215
  "resume": false,
216
  "seed": 42,