11 lines
166 B
YAML
11 lines
166 B
YAML
|
description: neural network, bigram
|
||
|
tags:
|
||
|
- neural-network
|
||
|
- bigram
|
||
|
params:
|
||
|
epochs: 1
|
||
|
vocab_size: 10000
|
||
|
embed_size: 250
|
||
|
batch_size: 5000
|
||
|
num_of_top: 10
|