challenging-america-word-ga.../gonito.yaml
2023-05-11 00:54:19 +02:00

13 lines
198 B
YAML

description: neural network, trigram
tags:
- neural-network
- trigram
params:
epochs: 1
vocab_size: 15000
embed_size: 200
hidden_size: 100
batch_size: 3000
num_of_top: 10
top: 300