You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
I am wondering why puzzle_emb_len is set to 16. HRM uses a value of 1 as far as I can figure out. I see that positions 1 through puzzle_emb_len-1 don't participate in lm_head or q_head computations. However, they participate in the z_L and z_H computations through the attention model. I am trying to understand the reason for this design.
I am wondering why puzzle_emb_len is set to 16. HRM uses a value of 1 as far as I can figure out. I see that positions 1 through puzzle_emb_len-1 don't participate in lm_head or q_head computations. However, they participate in the z_L and z_H computations through the attention model. I am trying to understand the reason for this design.