challenging-america-word-ga.../gonito.yaml

20 lines
344 B
YAML
Raw Normal View History

2023-05-31 07:14:54 +02:00
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"