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

params.json 453 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": 200,
  3. "model": "GRU",
  4. "emsize": 512,
  5. "nhid": 512,
  6. "nlayers": 1,
  7. "lr": 0.1,
  8. "clip": 5,
  9. "batch_size": 64,
  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": 300,
  19. "prep_function_name": "bpe",
  20. "prep_function_param": "10k",
  21. "no_com": true,
  22. "no_str": false,
  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...