maruker commited on
Commit
4b71710
·
1 Parent(s): 44bad33

Added config for PyTorchModelHubMixin

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"ntoken": 50000, "ninp": 300, "context_size": 300, "nhid": 1024, "nhidlast": 650, "nlayers": 3, "dropout": 0.4, "dropouth": 0.2, "dropouti": 0.55, "dropoute": 0.1, "wdrop": 0.5, "tie_weights": false, "ldropout": 0.29, "n_experts": 5}