Neural network model 1.0
This commit is contained in:
parent
b30ed83944
commit
aef8f1b6da
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@
|
|||||||
*.o
|
*.o
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.token
|
.token
|
||||||
|
geval
|
||||||
|
*.bin
|
||||||
|
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because one or more lines are too long
19
gonito.yaml
Normal file
19
gonito.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
description: Neural Network Solution
|
||||||
|
tags:
|
||||||
|
- neural-network
|
||||||
|
- right-right
|
||||||
|
params:
|
||||||
|
vocab_size = 2500
|
||||||
|
bagging_left_ctx = 20
|
||||||
|
bagging_right_ctx = 20
|
||||||
|
ngram_left_ctx = 3
|
||||||
|
ngram_right_ctx = 3
|
||||||
|
embed_size = 300
|
||||||
|
hidden_size = 50
|
||||||
|
batch_size = 80000
|
||||||
|
lr = 0.0004
|
||||||
|
unwanted-params:
|
||||||
|
- model-file
|
||||||
|
- vocab-file
|
||||||
|
param-files:
|
||||||
|
- "*.yaml"
|
7414
test-A/out.tsv
Normal file
7414
test-A/out.tsv
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user