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
shift labels right is called usually in the data collator and therefore should not be written in jax, but in numpy to not block the TPU. We should make sure that all Encoder-Decoder models have their shift_tokens_right implemented in numpy as it's faster.
The text was updated successfully, but these errors were encountered:
shift labels right is called usually in the data collator and therefore should not be written in jax, but in numpy to not block the TPU. We should make sure that all Encoder-Decoder models have their
shift_tokens_right
implemented in numpy as it's faster.The text was updated successfully, but these errors were encountered: