Delete config.json
Browse files- config.json +0 -10
config.json
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"model_type": "LSTM",
|
3 |
-
"embedding_size": 50,
|
4 |
-
"lstm_units": 100,
|
5 |
-
"output_size": total_words,
|
6 |
-
"activation_function": "softmax",
|
7 |
-
"loss_function": "sparse_categorical_crossentropy",
|
8 |
-
"optimizer": "adam",
|
9 |
-
"epochs": 100
|
10 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|