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

parameters #94

Closed
1660678083Alice opened this issue Jan 26, 2021 · 1 comment
Closed

parameters #94

1660678083Alice opened this issue Jan 26, 2021 · 1 comment

Comments

@1660678083Alice
Copy link

How to display total parameters?
How to adjust parameters?I changed some numbers in gpt3_small.json, but it didn't work

@StellaAthena
Copy link
Member

To change the model parameters you want to create a new config file modeled after gpt3small. The values to modify are

  "hidden_dim": 768,
  "n_layers": 12,
  "n_heads": 12,
  "dim_head": 64,

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

2 participants