nn-bagging results
This commit is contained in:
parent
fffc39f729
commit
7a6c7288d4
21038
dev-0/out-top=100.tsv
21038
dev-0/out-top=100.tsv
File diff suppressed because it is too large
Load Diff
10519
dev-0/out-top=200.tsv
10519
dev-0/out-top=200.tsv
File diff suppressed because one or more lines are too long
10519
dev-0/out-top=300.tsv
10519
dev-0/out-top=300.tsv
File diff suppressed because one or more lines are too long
17
gonito.yaml
17
gonito.yaml
@ -1,12 +1,15 @@
|
||||
description: neural network, trigram
|
||||
description: neural network, bagging
|
||||
tags:
|
||||
- neural-network
|
||||
- trigram
|
||||
params:
|
||||
epochs: 1
|
||||
vocab_size: 15000
|
||||
vocab_size: 10000
|
||||
batch_size: 4000
|
||||
lr: 0.0001
|
||||
bagging_left_ctx: 20
|
||||
bagging_right_ctx: 20
|
||||
top: 100
|
||||
ngram_left_ctx: 5
|
||||
ngram_right_ctx: 2
|
||||
embed_size: 200
|
||||
hidden_size: 100
|
||||
batch_size: 3000
|
||||
num_of_top: 10
|
||||
top: 300
|
||||
hidden_size: 150
|
||||
|
14828
test-A/out-top=100.tsv
14828
test-A/out-top=100.tsv
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user