mabzak commited on
Commit
d1caeeb
1 Parent(s): cc1764b

Delete config.json

Browse files
Files changed (1) hide show
  1. 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
- }