diff --git a/gonito.yaml b/gonito.yaml index 74df752..d846594 100644 --- a/gonito.yaml +++ b/gonito.yaml @@ -1,13 +1,13 @@ -description: neural network, trigram +description: neural network, bag of words tags: - neural-network - - trigram + - bow params: epochs: 1 vocab-size: 20000 embed-size: 200 - batch-size: 1000 + batch-size: 2500 hidden-size: 100 context-size: 2 Learning-rate: 1e-3 - top: 300 + top: 10