X1nyan commited on
Commit
045dcf8
·
verified ·
1 Parent(s): 825b44e

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +103 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi0_emu",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.state": {
6
+ "type": "STATE",
7
+ "shape": [
8
+ 6
9
+ ]
10
+ },
11
+ "observation.images.cam_high": {
12
+ "type": "VISUAL",
13
+ "shape": [
14
+ 3,
15
+ 480,
16
+ 640
17
+ ]
18
+ },
19
+ "observation.images.cam_wrist": {
20
+ "type": "VISUAL",
21
+ "shape": [
22
+ 3,
23
+ 480,
24
+ 640
25
+ ]
26
+ },
27
+ "observation.images.goal": {
28
+ "type": "VISUAL",
29
+ "shape": [
30
+ 3,
31
+ 224,
32
+ 224
33
+ ]
34
+ },
35
+ "observation.images.laptop": {
36
+ "type": "VISUAL",
37
+ "shape": [
38
+ 3,
39
+ 224,
40
+ 224
41
+ ]
42
+ }
43
+ },
44
+ "output_features": {
45
+ "action": {
46
+ "type": "ACTION",
47
+ "shape": [
48
+ 6
49
+ ]
50
+ }
51
+ },
52
+ "device": "cuda",
53
+ "use_amp": false,
54
+ "push_to_hub": true,
55
+ "repo_id": "X1nyan/setup100-pi0-goal",
56
+ "private": null,
57
+ "tags": null,
58
+ "license": null,
59
+ "pretrained_path": "lerobot/pi0_base",
60
+ "paligemma_variant": "gemma_2b",
61
+ "action_expert_variant": "gemma_300m",
62
+ "dtype": "bfloat16",
63
+ "chunk_size": 50,
64
+ "n_action_steps": 50,
65
+ "max_state_dim": 32,
66
+ "max_action_dim": 32,
67
+ "num_inference_steps": 10,
68
+ "time_sampling_beta_alpha": 1.5,
69
+ "time_sampling_beta_beta": 1.0,
70
+ "time_sampling_scale": 0.999,
71
+ "time_sampling_offset": 0.001,
72
+ "min_period": 0.004,
73
+ "max_period": 4.0,
74
+ "rtc_config": null,
75
+ "image_resolution": [
76
+ 224,
77
+ 224
78
+ ],
79
+ "empty_cameras": 0,
80
+ "normalization_mapping": {
81
+ "VISUAL": "IDENTITY",
82
+ "STATE": "MEAN_STD",
83
+ "ACTION": "MEAN_STD"
84
+ },
85
+ "gradient_checkpointing": true,
86
+ "compile_model": true,
87
+ "compile_mode": "max-autotune",
88
+ "optimizer_lr": 2.5e-05,
89
+ "optimizer_betas": [
90
+ 0.9,
91
+ 0.95
92
+ ],
93
+ "optimizer_eps": 1e-08,
94
+ "optimizer_weight_decay": 0.01,
95
+ "optimizer_grad_clip_norm": 1.0,
96
+ "scheduler_warmup_steps": 1000,
97
+ "scheduler_decay_steps": 30000,
98
+ "scheduler_decay_lr": 2.5e-06,
99
+ "tokenizer_max_length": 48,
100
+ "emu_model_path": "/home/eai/Emu3/logs/Emu3-Goal-Gen-Setup100/checkpoint-2430",
101
+ "source_image_key": "observation.images.laptop",
102
+ "instruction_key": "instruction"
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a16f728b9895751cfe2f811d6f053bf6fa26ae6da155f685b0ef691131e1378
3
+ size 42080113276