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

16 lines
310 B
YAML
Raw Normal View History

2023-05-26 11:24:47 +02:00
description: neural network with trigram left-right context plus full left context tensor
tags:
- neural-network
- left-context
- right-context
- trigrams
params:
vocab_size: 20000
embed_size: 150
batch_size: 4096
hidden_size: 1024
learning_rate: 0.001
epochs: 10
param-files:
- "*.yaml"