lilkm HF Staff commited on
Commit
ef75691
·
verified ·
1 Parent(s): 704d7b2

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "normalizer_processor",
16
+ "config": {
17
+ "eps": 1e-08,
18
+ "features": {},
19
+ "norm_map": {
20
+ "VISUAL": "IDENTITY",
21
+ "STATE": "IDENTITY"
22
+ }
23
+ },
24
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
25
+ },
26
+ {
27
+ "registry_name": "distributional_vf_prepare_task_prompt",
28
+ "config": {
29
+ "task_key": "task"
30
+ }
31
+ },
32
+ {
33
+ "registry_name": "tokenizer_processor",
34
+ "config": {
35
+ "max_length": 64,
36
+ "task_key": "task",
37
+ "padding_side": "right",
38
+ "padding": "max_length",
39
+ "truncation": true,
40
+ "tokenizer_name": "google/paligemma-3b-pt-224"
41
+ }
42
+ },
43
+ {
44
+ "registry_name": "distributional_vf_image_preprocessor",
45
+ "config": {
46
+ "image_resolution": [
47
+ 224,
48
+ 224
49
+ ],
50
+ "image_keys": null
51
+ }
52
+ },
53
+ {
54
+ "registry_name": "device_processor",
55
+ "config": {
56
+ "device": "cuda",
57
+ "float_dtype": null
58
+ }
59
+ }
60
+ ]
61
+ }
policy_preprocessor_step_2_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f2bbce78314b5d0e80fc60b8795c0dc695d161c43d53d00fe9fe228240d61f3
3
+ size 9056