mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-27 06:29:47 +00:00
fix(rewards/topreward): add missing input keys mm_token_type_ids
This commit is contained in:
@@ -65,6 +65,7 @@ TOPREWARD_VLM_INPUT_KEYS = (
|
|||||||
"image_grid_thw",
|
"image_grid_thw",
|
||||||
"video_grid_thw",
|
"video_grid_thw",
|
||||||
"second_per_grid_ts",
|
"second_per_grid_ts",
|
||||||
|
"mm_token_type_ids",
|
||||||
)
|
)
|
||||||
TOPREWARD_METADATA_KEYS = ("prompt_length",)
|
TOPREWARD_METADATA_KEYS = ("prompt_length",)
|
||||||
TOPREWARD_INPUT_KEYS = TOPREWARD_VLM_INPUT_KEYS + TOPREWARD_METADATA_KEYS
|
TOPREWARD_INPUT_KEYS = TOPREWARD_VLM_INPUT_KEYS + TOPREWARD_METADATA_KEYS
|
||||||
|
|||||||
Reference in New Issue
Block a user