challenging-america-word-ga.../gonito.yaml
2023-05-31 05:14:54 +00:00

20 lines
344 B
YAML

description: Neural Network Solution
tags:
- neural-network
- right-right
params:
vocab_size = 2500
bagging_left_ctx = 20
bagging_right_ctx = 20
ngram_left_ctx = 3
ngram_right_ctx = 3
embed_size = 300
hidden_size = 50
batch_size = 80000
lr = 0.0004
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"