10 lines
138 B
YAML
10 lines
138 B
YAML
|
description: neural network, bigram
|
||
|
tags:
|
||
|
- neural-network
|
||
|
- bigram
|
||
|
params:
|
||
|
vocab-size: 30000
|
||
|
embed-size: 150
|
||
|
batch-size: 8000
|
||
|
|