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

14 lines
219 B
YAML

description: neural network, trigram
tags:
- neural-network
- trigram
params:
epochs: 2
vocab-size: 20000
embed-size: 200
batch-size: 5000
hidden-size: 100
context-size: 2
Learning-rate: 1e-3
top: 5