Skip to content
New issue

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

dropout is 0.0 #455

Open
dipsivenkatesh opened this issue Mar 11, 2024 · 3 comments
Open

dropout is 0.0 #455

dipsivenkatesh opened this issue Mar 11, 2024 · 3 comments

Comments

@dipsivenkatesh
Copy link

The dropout of the GPT model in GPTConfig class is set to 0.0, this means there won't be any dropout when training though, correct?

@amar-jay
Copy link

Yes, by deafult

@muerghq
Copy link

muerghq commented Apr 6, 2024

Many recent researches on LLMs proved that it's ok to not do dropout in pertaining. But you normally want dropout in fine tuning to avoid overfitting.

@siddharthji07
Copy link

Yes, Absolutely core because dropout of 0.0 during training shows that there is no dropout during training

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants