13 lines
198 B
YAML
13 lines
198 B
YAML
description: neural network, trigram
|
|
tags:
|
|
- neural-network
|
|
- trigram
|
|
params:
|
|
epochs: 1
|
|
vocab_size: 15000
|
|
embed_size: 200
|
|
hidden_size: 100
|
|
batch_size: 3000
|
|
num_of_top: 10
|
|
top: 300
|