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:
|
||||
- neural-network
|
||||
- bow
|
||||
- lstm
|
||||
params:
|
||||
epochs: 1
|
||||
vocab-size: 25000
|
||||
embed-size: 200
|
||||
batch-size: 10000
|
||||
hidden-size: 1000
|
||||
hidden-size_2: 500
|
||||
context-size: 25
|
||||
vocab-size: 80000
|
||||
embed-size: 100
|
||||
batch-size: 64
|
||||
hidden-size: 128
|
||||
learning-rate: 1e-3
|
||||
dropout: 0.3
|
||||
top: 10
|
||||
dropout: 0.2
|
||||
top: 500
|
||||
|
Loading…
Reference in New Issue
Block a user