Upload DataProcessorPipeline
Browse files
policy_preprocessor.json
CHANGED
|
@@ -11,6 +11,21 @@
|
|
| 11 |
"registry_name": "to_batch_processor",
|
| 12 |
"config": {}
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
{
|
| 15 |
"registry_name": "device_processor",
|
| 16 |
"config": {
|
|
@@ -45,12 +60,12 @@
|
|
| 45 |
}
|
| 46 |
},
|
| 47 |
"norm_map": {
|
| 48 |
-
"VISUAL": "
|
| 49 |
"STATE": "MEAN_STD",
|
| 50 |
"ACTION": "MEAN_STD"
|
| 51 |
}
|
| 52 |
},
|
| 53 |
-
"state_file": "
|
| 54 |
}
|
| 55 |
]
|
| 56 |
}
|
|
|
|
| 11 |
"registry_name": "to_batch_processor",
|
| 12 |
"config": {}
|
| 13 |
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "smolvla_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 |
+
"tokenizer_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct"
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
{
|
| 30 |
"registry_name": "device_processor",
|
| 31 |
"config": {
|
|
|
|
| 60 |
}
|
| 61 |
},
|
| 62 |
"norm_map": {
|
| 63 |
+
"VISUAL": "IDENTITY",
|
| 64 |
"STATE": "MEAN_STD",
|
| 65 |
"ACTION": "MEAN_STD"
|
| 66 |
}
|
| 67 |
},
|
| 68 |
+
"state_file": "policy_preprocessor_step_5_normalizer_processor.safetensors"
|
| 69 |
}
|
| 70 |
]
|
| 71 |
}
|
policy_preprocessor_step_5_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7339a5368b8899203399b10fa94a4921ff483dd62a307911e6579aa32c2d83d8
|
| 3 |
+
size 3264
|