We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Llama 3 trains like this
We trained the models on sequences of 8,192 tokens, using a mask to ensure self-attention does not cross document boundaries.
I see you have something like this in mpt_modeling.py here
mpt_modeling.py
Can you tell please, how we can define this in train config?
Thanks
The text was updated successfully, but these errors were encountered:
Hey, we have not implemented the attention masking you are describing for models other than MPT variants.
Sorry, something went wrong.
No branches or pull requests
Hi,
Llama 3 trains like this
I see you have something like this in
mpt_modeling.py
hereCan you tell please, how we can define this in train config?
Thanks
The text was updated successfully, but these errors were encountered: