Compare commits
8 Commits
8671f27d19
...
54babc424b
Author | SHA1 | Date | |
---|---|---|---|
54babc424b | |||
546473b466 | |||
9c8828cfae | |||
561b614fdb | |||
4184fe1b89 | |||
002c3a9603 | |||
2d53c7b775 | |||
a538eb2122 |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
21038
dev-0/out.tsv
21038
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
17
gonito.yaml
17
gonito.yaml
@ -1,11 +1,14 @@
|
||||
description: trigram model
|
||||
tags:
|
||||
- neural-network
|
||||
- trigram
|
||||
- ngram
|
||||
params:
|
||||
epochs: 1
|
||||
learning-rate: 0.0001
|
||||
vocab_size: 38000
|
||||
embed_size: 300
|
||||
hidden_size: 128
|
||||
batch_size: 800
|
||||
- vocab_size = 15000
|
||||
- embedding_dim = 200
|
||||
- hidden_dim = 500
|
||||
- batch_size = 4000
|
||||
- lr = 0.0001
|
||||
- l_size = 25
|
||||
- r_size = 25
|
||||
- context_dim = 50
|
||||
|
||||
|
14828
test-A/out.tsv
14828
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user