vi-c commited on
Commit
2559d53
·
verified ·
1 Parent(s): 9c33bef

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "FeedforwardNN",
3
+ "embedding_dim": 2,
4
+ "hidden_size": 100,
5
+ "output_size": 32768,
6
+ "num_layers": 2,
7
+ "activation_function": "tanh",
8
+ "initializer_range": 0.02,
9
+ }