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

14 lines
219 B
YAML

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