Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

one-level-params.json 456 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. {
  2. "bptt": 70,
  3. "model": "LSTM",
  4. "emsize": 400,
  5. "nhid": 1150,
  6. "nlayers": 3,
  7. "lr": 30,
  8. "clip": 0.3,
  9. "batch_size": 16,
  10. "do_not_tie": false,
  11. "dropouth": 0.3,
  12. "dropouti": 0.65,
  13. "dropoute": 0.1,
  14. "wdrop": 0.5,
  15. "dropout": 0.4,
  16. "alpha": 2,
  17. "beta": 1,
  18. "epochs": 40,
  19. "prep_function_name": "nosplit",
  20. "prep_function_param": null,
  21. "no_com": true,
  22. "no_str": true,
  23. "no_spaces": true,
  24. "no_unicode": true,
  25. "wdecay": 1.2e-06
  26. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...