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
T want to change the base model from startcoder to codellama , But I always have this problem,
self._tokenizer.enable_truncation(**target)
OverflowError: int too big to convert
could you share your script how to finetune on codellama.
The text was updated successfully, but these errors were encountered:
T want to change the base model from startcoder to codellama , But I always have this problem,
self._tokenizer.enable_truncation(**target)
OverflowError: int too big to convert
could you share your script how to finetune on codellama.
The text was updated successfully, but these errors were encountered: