jadechoghari HF Staff commited on
Commit
1d2baf6
·
verified ·
1 Parent(s): f35470d

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.base": "observation.images.base_0_rgb",
9
+ "observation.images.left_wrist": "observation.images.left_wrist_0_rgb",
10
+ "observation.images.right_wrist": "observation.images.right_wrist_0_rgb"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "registry_name": "to_batch_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "normalizer_processor",
20
+ "config": {
21
+ "eps": 1e-08,
22
+ "features": {
23
+ "observation.images.base_0_rgb": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 224,
28
+ 224
29
+ ]
30
+ },
31
+ "observation.images.left_wrist_0_rgb": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 224,
36
+ 224
37
+ ]
38
+ },
39
+ "observation.images.right_wrist_0_rgb": {
40
+ "type": "VISUAL",
41
+ "shape": [
42
+ 3,
43
+ 224,
44
+ 224
45
+ ]
46
+ },
47
+ "observation.state": {
48
+ "type": "STATE",
49
+ "shape": [
50
+ 32
51
+ ]
52
+ },
53
+ "action": {
54
+ "type": "ACTION",
55
+ "shape": [
56
+ 16
57
+ ]
58
+ }
59
+ },
60
+ "norm_map": {
61
+ "VISUAL": "IDENTITY",
62
+ "STATE": "MEAN_STD",
63
+ "ACTION": "MEAN_STD"
64
+ }
65
+ },
66
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
67
+ },
68
+ {
69
+ "registry_name": "pi05_prepare_state_tokenizer_processor_step",
70
+ "config": {}
71
+ },
72
+ {
73
+ "registry_name": "tokenizer_processor",
74
+ "config": {
75
+ "max_length": 200,
76
+ "task_key": "task",
77
+ "padding_side": "right",
78
+ "padding": "max_length",
79
+ "truncation": true,
80
+ "tokenizer_name": "google/paligemma-3b-pt-224"
81
+ }
82
+ },
83
+ {
84
+ "registry_name": "action_tokenizer_processor",
85
+ "config": {
86
+ "trust_remote_code": true,
87
+ "max_action_tokens": 256,
88
+ "action_tokenizer_name": "jadechoghari/fast-folding-tokenizer"
89
+ }
90
+ },
91
+ {
92
+ "registry_name": "device_processor",
93
+ "config": {
94
+ "device": "cuda",
95
+ "float_dtype": null
96
+ }
97
+ }
98
+ ]
99
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000d96b15bc3d22c1cfe7ca25419b2981cf281147cbc00bcedfc64e292253700
3
+ size 9456