Compare commits
No commits in common. "06b9a6297d6f21e77fa343cd7afabd16c7f5218b" and "8671f27d19b3adfee3e9bd9c3076ca0d75b25748" have entirely different histories.
06b9a6297d
...
8671f27d19
17
gonito.yaml
17
gonito.yaml
@ -1,14 +1,11 @@
|
|||||||
description: trigram model
|
description: trigram model
|
||||||
tags:
|
tags:
|
||||||
- neural-network
|
- neural-network
|
||||||
- ngram
|
- trigram
|
||||||
params:
|
params:
|
||||||
- vocab_size = 15000
|
epochs: 1
|
||||||
- embedding_dim = 200
|
learning-rate: 0.0001
|
||||||
- hidden_dim = 500
|
vocab_size: 38000
|
||||||
- batch_size = 4000
|
embed_size: 300
|
||||||
- lr = 0.0001
|
hidden_size: 128
|
||||||
- l_size = 25
|
batch_size: 800
|
||||||
- r_size = 25
|
|
||||||
- context_dim = 50
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user