sengi commited on
Commit
5f7561e
·
verified ·
1 Parent(s): 6fedb0b

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +86 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "pi0fast",
3
+ "n_obs_steps": 1,
4
+ "normalization_mapping": {
5
+ "VISUAL": "IDENTITY",
6
+ "STATE": "MEAN_STD",
7
+ "ACTION": "MEAN_STD"
8
+ },
9
+ "input_features": {
10
+ "observation.state": {
11
+ "type": "STATE",
12
+ "shape": [
13
+ 6
14
+ ]
15
+ },
16
+ "observation.images.0": {
17
+ "type": "VISUAL",
18
+ "shape": [
19
+ 3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.1": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
+ ]
31
+ },
32
+ "observation.images.2": {
33
+ "type": "VISUAL",
34
+ "shape": [
35
+ 3,
36
+ 480,
37
+ 640
38
+ ]
39
+ }
40
+ },
41
+ "output_features": {
42
+ "action": {
43
+ "type": "ACTION",
44
+ "shape": [
45
+ 6
46
+ ]
47
+ }
48
+ },
49
+ "device": "cpu",
50
+ "use_amp": false,
51
+ "chunk_size": 10,
52
+ "n_action_steps": 5,
53
+ "max_state_dim": 32,
54
+ "max_action_dim": 32,
55
+ "resize_imgs_with_padding": [
56
+ 224,
57
+ 224
58
+ ],
59
+ "interpolate_like_pi": false,
60
+ "empty_cameras": 0,
61
+ "adapt_to_pi_aloha": false,
62
+ "use_delta_joint_actions_aloha": false,
63
+ "tokenizer_max_length": 48,
64
+ "proj_width": 1024,
65
+ "max_decoding_steps": 256,
66
+ "fast_skip_tokens": 128,
67
+ "max_input_seq_len": 256,
68
+ "use_cache": true,
69
+ "freeze_vision_encoder": true,
70
+ "freeze_lm_head": true,
71
+ "optimizer_lr": 0.0001,
72
+ "optimizer_betas": [
73
+ 0.9,
74
+ 0.95
75
+ ],
76
+ "optimizer_eps": 1e-08,
77
+ "optimizer_weight_decay": 1e-05,
78
+ "scheduler_warmup_steps": 1000,
79
+ "scheduler_decay_steps": 30000,
80
+ "scheduler_decay_lr": 2.5e-06,
81
+ "checkpoint_path": "None",
82
+ "padding_side": "right",
83
+ "precision": "bfloat16",
84
+ "grad_clip_norm": 1.0,
85
+ "relaxed_action_decoding": true
86
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf1b5a80f4e2f0f18cf317e375fb91bc74d971323f5f15e2c0a4cee45baae8f3
3
+ size 5846765760