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

14 lines
197 B
YAML
Raw Normal View History

2023-05-10 00:46:03 +02:00
description: nn, trigram, previous and next
tags:
- neural-network
- trigram
params:
epochs: 1
vocab-size: 20000
2023-05-10 02:52:02 +02:00
batch-size: 10000
embed-size:
- 100
- 500
- 1000
topk: 10