Create config.json
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "custom_lstm",
|
| 3 |
+
"vocab_size": 173,
|
| 4 |
+
"hidden_size": 2056,
|
| 5 |
+
"embedding_dim": 1028,
|
| 6 |
+
"num_layers": 3,
|
| 7 |
+
"dropout": 0.2,
|
| 8 |
+
"batch_first": true
|
| 9 |
+
}
|