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

12 lines
186 B
YAML
Raw Normal View History

2023-04-27 22:57:39 +02:00
description: neural network with bigrams
tags:
- neural-network
- left-context
- bigrams
params:
2023-05-24 19:57:51 +02:00
vocab_size: 20000
embed_size: 150
2023-04-27 22:57:39 +02:00
batch_size: 5000
param-files:
- "*.yaml"