Created
December 31, 2025 19:39
-
-
Save cjams/ac22f670285ea9ce56d19c4c4d765129 to your computer and use it in GitHub Desktop.
Bengio hyperparams
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ctx_window = 8 | |
| max_step = 100000 | |
| batch_size = 64 | |
| embed_dim = 32 | |
| hidden_size = 256 | |
| lr = 1e-3 | |
| vocab_size = len(stoi) | |
| device = torch.device(”cuda” if torch.cuda.is_available() else “cpu”) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment