14 lines
221 B
YAML
14 lines
221 B
YAML
description: neural network, trigram
|
|
tags:
|
|
- neural-network
|
|
- trigram
|
|
params:
|
|
epochs: 1
|
|
vocab-size: 20000
|
|
embed-size: 200
|
|
batch-size: 1000
|
|
hidden-size: 100
|
|
context-size: 2
|
|
Learning-rate: 2e-3
|
|
top: 300
|