jadechoghari commited on
Commit
af05fd6
·
verified ·
1 Parent(s): 2bf3379

Update policy_preprocessor.json

Browse files
Files changed (1) hide show
  1. policy_preprocessor.json +14 -1
policy_preprocessor.json CHANGED
@@ -14,7 +14,7 @@
14
  {
15
  "registry_name": "tokenizer_processor",
16
  "config": {
17
- "max_length": 1024,
18
  "task_key": "task",
19
  "padding_side": "right",
20
  "padding": "max_length",
@@ -28,6 +28,19 @@
28
  "domain_id": 0
29
  }
30
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  {
32
  "registry_name": "device_processor",
33
  "config": {
 
14
  {
15
  "registry_name": "tokenizer_processor",
16
  "config": {
17
+ "max_length": 50,
18
  "task_key": "task",
19
  "padding_side": "right",
20
  "padding": "max_length",
 
28
  "domain_id": 0
29
  }
30
  },
31
+ {
32
+ "registry_name": "xvla_image_to_float",
33
+ "config": {
34
+ "image_keys": null,
35
+ "validate_range": true
36
+ }
37
+ },
38
+ {
39
+ "registry_name": "xvla_imagenet_normalize",
40
+ "config": {
41
+ "image_keys": null
42
+ }
43
+ },
44
  {
45
  "registry_name": "device_processor",
46
  "config": {