lilkm HF Staff commited on
Commit
279c90e
·
verified ·
1 Parent(s): ea2c35e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
22
+ },
23
+ "state_file": "policy_preprocessor_step_2_normalizer_processor.safetensors"
24
+ },
25
+ {
26
+ "registry_name": "distributional_vf_image_preprocessor",
27
+ "config": {
28
+ "image_resolution": [
29
+ 224,
30
+ 224
31
+ ],
32
+ "image_keys": []
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "distributional_vf_prepare_task_prompt",
37
+ "config": {
38
+ "task_key": "task"
39
+ }
40
+ },
41
+ {
42
+ "registry_name": "tokenizer_processor",
43
+ "config": {
44
+ "max_length": 200,
45
+ "task_key": "task",
46
+ "padding_side": "right",
47
+ "padding": "max_length",
48
+ "truncation": true,
49
+ "tokenizer_name": "google/gemma-3-270m"
50
+ }
51
+ },
52
+ {
53
+ "registry_name": "device_processor",
54
+ "config": {
55
+ "device": "cuda",
56
+ "float_dtype": null
57
+ }
58
+ }
59
+ ]
60
+ }
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