Create config.json
Browse files- 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 |
+
}
|