lstm
This commit is contained in:
parent
1fb0e6e7b0
commit
9f0ed41075
21036
dev-0/out.tsv
21036
dev-0/out.tsv
File diff suppressed because one or more lines are too long
18
gonito.yaml
18
gonito.yaml
@ -1,15 +1,13 @@
|
|||||||
description: neural network, bag of words
|
description: neural network, lstm
|
||||||
tags:
|
tags:
|
||||||
- neural-network
|
- neural-network
|
||||||
- bow
|
- lstm
|
||||||
params:
|
params:
|
||||||
epochs: 1
|
epochs: 1
|
||||||
vocab-size: 25000
|
vocab-size: 80000
|
||||||
embed-size: 200
|
embed-size: 100
|
||||||
batch-size: 10000
|
batch-size: 64
|
||||||
hidden-size: 1000
|
hidden-size: 128
|
||||||
hidden-size_2: 500
|
|
||||||
context-size: 25
|
|
||||||
learning-rate: 1e-3
|
learning-rate: 1e-3
|
||||||
dropout: 0.3
|
dropout: 0.2
|
||||||
top: 10
|
top: 500
|
||||||
|
Loading…
Reference in New Issue
Block a user