{ | |
"conv_layers": 3, | |
"window_size": [ | |
5 | |
], | |
"filters_number": 192, | |
"dense_output_units": 64, | |
"nepochs": 100, | |
"validation_split": 0.2, | |
"early_stopping": 10, | |
"to_memorize_morphemes": false, | |
"dropout": 0.2, | |
"to_memorize_ngram_counts": false, | |
"context_dropout": 0.2, | |
"models_number": 1 | |
} |