swap action tokenizer for transformer v5
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"max_state_dim": 32,
|
| 56 |
"max_action_tokens": 256,
|
| 57 |
"text_tokenizer_name": "google/paligemma-3b-pt-224",
|
| 58 |
-
"action_tokenizer_name": "
|
| 59 |
"temperature": 0.0,
|
| 60 |
"max_decoding_steps": 256,
|
| 61 |
"fast_skip_tokens": 128,
|
|
|
|
| 55 |
"max_state_dim": 32,
|
| 56 |
"max_action_tokens": 256,
|
| 57 |
"text_tokenizer_name": "google/paligemma-3b-pt-224",
|
| 58 |
+
"action_tokenizer_name": "lerobot/fast-action-tokenizer",
|
| 59 |
"temperature": 0.0,
|
| 60 |
"max_decoding_steps": 256,
|
| 61 |
"fast_skip_tokens": 128,
|