Trigram model
This commit is contained in:
parent
a3c459281d
commit
f2715519d1
18
gonito.yaml
Normal file
18
gonito.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
description: Trigram Neural Network Solution
|
||||||
|
tags:
|
||||||
|
- neural-network
|
||||||
|
- right-right
|
||||||
|
params:
|
||||||
|
vocab_size: 20000
|
||||||
|
embed_size: 200
|
||||||
|
batch_size: 5000
|
||||||
|
hidden_size: 100
|
||||||
|
context_size: 2
|
||||||
|
learning-rate: 2e-3
|
||||||
|
epochs: 2
|
||||||
|
top_k: 200
|
||||||
|
unwanted-params:
|
||||||
|
- model-file
|
||||||
|
- vocab-file
|
||||||
|
param-files:
|
||||||
|
- "*.yaml"
|
Loading…
Reference in New Issue
Block a user