10 lines
194 B
YAML
10 lines
194 B
YAML
description: nn, bigram, 20k vocab, 100 embed, 5k batch, top150
|
|
tags:
|
|
- neural-network
|
|
- bigram
|
|
params:
|
|
epochs: 1
|
|
vocab-size: 20000
|
|
embedding-size: 20000
|
|
batch-size: 5000
|
|
topk: 150 |