update(pi05): increase tokenizer_max_length for improved processing

- Changed the `tokenizer_max_length` from 48 to 200 to enhance the model's capability in handling longer sequences.
- This adjustment aims to improve the overall performance and flexibility of the PI05 configuration.
This commit is contained in:
AdilZouitine
2025-09-23 18:21:45 +02:00
parent 525e02d7a7
commit 7f1a5c78ac
@@ -56,7 +56,7 @@ class PI05OpenPIConfig(PreTrainedConfig):
# Add empty images. Used to add empty cameras when no image features are present.
empty_cameras: int = 0
tokenizer_max_length: int = 48 # pi0.5=48, see openpi `__post_init__`
tokenizer_max_length: int = 200 # pi0.5=48, see openpi `__post_init__`
# Normalization
normalization_mapping: dict[str, NormalizationMode] = field(