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
The upcoming PaliGemma2 release introduces separate collate_fn for train and test splits. Let's refactor Florence2 code to make it work in the same fashion.
Description
The upcoming PaliGemma2 release introduces separate
collate_fnfor train and test splits. Let's refactor Florence2 code to make it work in the same fashion.