trigram neural network
This commit is contained in:
parent
c12c24b805
commit
d99c892265
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because one or more lines are too long
12
gonito.yaml
12
gonito.yaml
@ -1,10 +1,10 @@
|
||||
description: neural network, bigram
|
||||
description: neural network, trigram
|
||||
tags:
|
||||
- neural-network
|
||||
- bigram
|
||||
- trigram
|
||||
params:
|
||||
epochs: 1
|
||||
vocab-size: 30000
|
||||
embed-size: 1000
|
||||
batch-size: 5000
|
||||
top: 300
|
||||
vocab-size: 10000
|
||||
embed-size: 100
|
||||
batch-size: 2000
|
||||
top: 5
|
||||
|
14828
test-A/out.tsv
14828
test-A/out.tsv
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user