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
With the default config, hugging face text encoder does not add casual mask, which may lead to information leakage in the decoder side. If using text transformers in open_clip, the problem does not exist since casual mask was added.
The text was updated successfully, but these errors were encountered:
With the default config, hugging face text encoder does not add casual mask, which may lead to information leakage in the decoder side. If using text transformers in open_clip, the problem does not exist since casual mask was added.
The text was updated successfully, but these errors were encountered: