hzxie commited on
Commit
b1abc37
·
verified ·
1 Parent(s): 41b4530

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "dynamicvla",
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.images.image": {
11
+ "type": "VISUAL",
12
+ "shape": [
13
+ 3,
14
+ 256,
15
+ 256
16
+ ]
17
+ },
18
+ "observation.images.image2": {
19
+ "type": "VISUAL",
20
+ "shape": [
21
+ 3,
22
+ 256,
23
+ 256
24
+ ]
25
+ },
26
+ "observation.state": {
27
+ "type": "STATE",
28
+ "shape": [
29
+ 8
30
+ ]
31
+ }
32
+ },
33
+ "output_features": {
34
+ "action": {
35
+ "type": "ACTION",
36
+ "shape": [
37
+ 7
38
+ ]
39
+ }
40
+ },
41
+ "device": "cuda:0",
42
+ "use_amp": false,
43
+ "push_to_hub": true,
44
+ "repo_id": null,
45
+ "private": null,
46
+ "tags": null,
47
+ "license": null,
48
+ "chunk_size": 20,
49
+ "n_action_steps": 20,
50
+ "max_state_dim": 32,
51
+ "max_action_dim": 32,
52
+ "resize_imgs_with_padding": [
53
+ 256,
54
+ 256
55
+ ],
56
+ "empty_cameras": 0,
57
+ "adapt_to_pi_aloha": false,
58
+ "use_delta_joint_actions_aloha": false,
59
+ "use_delta_action": true,
60
+ "enable_streaming": false,
61
+ "temporal_fusion": "attn",
62
+ "tokenizer_max_length": 48,
63
+ "num_steps": 10,
64
+ "use_cache": true,
65
+ "freeze_vision_model": true,
66
+ "freeze_connector": false,
67
+ "freeze_text_model": true,
68
+ "train_state_proj": true,
69
+ "optimizer_lr": 0.0001,
70
+ "optimizer_betas": [
71
+ 0.9,
72
+ 0.95
73
+ ],
74
+ "optimizer_eps": 1e-08,
75
+ "optimizer_weight_decay": 1e-10,
76
+ "optimizer_grad_clip_norm": 10,
77
+ "scheduler_warmup_steps": 1000,
78
+ "scheduler_decay_steps": 30000,
79
+ "scheduler_decay_lr": 2.5e-06,
80
+ "attention_mode": "cross_attn",
81
+ "prefix_length": -1,
82
+ "pad_language_to": "longest",
83
+ "num_expert_layers": -1,
84
+ "num_expert_skip_layers": 0,
85
+ "vlm_model_name": "HuggingFaceTB/SmolLM2-360M",
86
+ "num_vlm_layers": 16,
87
+ "smolvlm_patch_size": 16,
88
+ "smolvlm_attention_heads": 12,
89
+ "smolvlm_hidden_size": 768,
90
+ "smolvlm_intermediate_size": 3072,
91
+ "fastvlm_inference_mode": true,
92
+ "self_attn_every_n_layers": 2,
93
+ "expert_width_multiplier": 0.75,
94
+ "min_period": 0.004,
95
+ "max_period": 4.0,
96
+ "delta_timestamps": {
97
+ "observation": [
98
+ 0
99
+ ]
100
+ }
101
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538c7db4e3744520aae21eb6df09848b668f791dc38864dfd546f8a0ebfc693d
3
+ size 1118668072
policy_postprocessor.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_postprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "unnormalizer_processor",
6
+ "config": {
7
+ "eps": 1e-08,
8
+ "features": {
9
+ "action": {
10
+ "type": "ACTION",
11
+ "shape": [
12
+ 7
13
+ ]
14
+ }
15
+ },
16
+ "norm_map": {
17
+ "VISUAL": "IDENTITY",
18
+ "STATE": "MEAN_STD",
19
+ "ACTION": "MEAN_STD"
20
+ }
21
+ },
22
+ "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
23
+ },
24
+ {
25
+ "registry_name": "device_processor",
26
+ "config": {
27
+ "device": "cpu",
28
+ "float_dtype": null
29
+ }
30
+ }
31
+ ]
32
+ }
policy_postprocessor_step_0_unnormalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a002c0df7f79c5b169c5a899ad151d4ea1bed246c7d82bd93ed1556558d517a9
3
+ size 7668
policy_preprocessor.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {}
8
+ }
9
+ },
10
+ {
11
+ "registry_name": "to_batch_processor",
12
+ "config": {}
13
+ },
14
+ {
15
+ "registry_name": "dynamicvla_new_line_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 48,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "longest",
25
+ "truncation": true
26
+ }
27
+ },
28
+ {
29
+ "registry_name": "device_processor",
30
+ "config": {
31
+ "device": "cuda",
32
+ "float_dtype": null
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "normalizer_processor",
37
+ "config": {
38
+ "eps": 1e-08,
39
+ "features": {
40
+ "observation.images.image": {
41
+ "type": "VISUAL",
42
+ "shape": [
43
+ 3,
44
+ 256,
45
+ 256
46
+ ]
47
+ },
48
+ "observation.images.image2": {
49
+ "type": "VISUAL",
50
+ "shape": [
51
+ 3,
52
+ 256,
53
+ 256
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "type": "STATE",
58
+ "shape": [
59
+ 8
60
+ ]
61
+ },
62
+ "action": {
63
+ "type": "ACTION",
64
+ "shape": [
65
+ 7
66
+ ]
67
+ }
68
+ },
69
+ "norm_map": {
70
+ "VISUAL": "IDENTITY",
71
+ "STATE": "MEAN_STD",
72
+ "ACTION": "MEAN_STD"
73
+ }
74
+ },
75
+ "state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
76
+ }
77
+ ]
78
+ }
policy_preprocessor_step_5_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a002c0df7f79c5b169c5a899ad151d4ea1bed246c7d82bd93ed1556558d517a9
3
+ size 7668