update gonito.yaml

This commit is contained in:
Szymon Parafiński 2023-05-10 00:03:14 +02:00
parent 30f0eac572
commit 30015aeceb

View File

@ -3,11 +3,12 @@ tags:
- neural-network - neural-network
- trigram - trigram
params: params:
batch-size: 2000
vocab-size: 25000 vocab-size: 25000
embed-size: 300 embed-size: 300
batch-size: 2000
hidden-size: 150 hidden-size: 150
topk: [200, 400, 600] context-size: -2
learning-rate: 0.0001
unwanted-params: unwanted-params:
- model-file - model-file
- vocab-file - vocab-file