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
The pythia 12b config has:
"attention-config": [[["flash"], 40]],
However, in the gpt-neox repo the 40 is replaced by 36, and in the file:
https://huggingface.co/EleutherAI/neox-ckpt-pythia-12b-v1/blob/main/12B.yml
This value of 36. Is this a mistake? Also, the attention config line at:
pythia/models/12B/pythia-12b.yml
Line 19 in 1ff5ade
seems to be missing a comma?
Edit: The num-layers value also seems off, 36 v. 40.
num-layers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The pythia 12b config has:
"attention-config": [[["flash"], 40]],
However, in the gpt-neox repo the 40 is replaced by 36, and in the file:
https://huggingface.co/EleutherAI/neox-ckpt-pythia-12b-v1/blob/main/12B.yml
This value of 36. Is this a mistake? Also, the attention config line at:
pythia/models/12B/pythia-12b.yml
Line 19 in 1ff5ade
seems to be missing a comma?
Edit: The
num-layers
value also seems off, 36 v. 40.The text was updated successfully, but these errors were encountered: