unsloth icon indicating copy to clipboard operation
unsloth copied to clipboard

Token indices sequence length is longer than the specified maximum sequence length for this model (12065 > 12000). Running this sequence through the model will result in indexing errors

Open saitej123 opened this issue 10 months ago • 1 comments

Token indices sequence length is longer than the specified maximum sequence length for this model (12065 > 12000). Running this sequence through the model will result in indexing errors

Occured train with LLAMA 3 training :

https://colab.research.google.com/drive/1XbH1vpzrGgx75EpDO-mFxXn4G2aatxr-?usp=sharing

saitej123 avatar Apr 25 '24 12:04 saitej123

@saitej123 I think you fit a OOM out of memory error - the max seq length issue is fine - we auto truncate it in Unsloth

danielhanchen avatar Apr 26 '24 10:04 danielhanchen