diff --git a/gonito.yaml b/gonito.yaml index 6c94cbb..a71ad6b 100644 --- a/gonito.yaml +++ b/gonito.yaml @@ -1,11 +1,13 @@ -description: Trigram Neural network with embeddings/one hidden layer. +description: Neural newtork with embeddings for the closest words + bag of words (mean from 54 word embeddings from left and right) tags: - - trigram + - embeddings - neural network + - bag of words params: - - vocab_size: 5000 - - embed_size: 100 + - vocab_size: 25000 + - embed_size: 300 - batch_size: 10000 + - epoch: 1 unwanted-params: param-files: links: \ No newline at end of file