11 lines
170 B
YAML
11 lines
170 B
YAML
description: nn, trigram, previous and next
|
|
tags:
|
|
- neural-network
|
|
- trigram
|
|
params:
|
|
epochs: 1
|
|
vocab-size: 20000
|
|
batch-size: 5000
|
|
embed-size: 100
|
|
topk: 150
|