Update gonito yaml
This commit is contained in:
parent
851a3cabf6
commit
bf9f7fd220
10
gonito.yaml
10
gonito.yaml
@ -1,11 +1,13 @@
|
|||||||
description: Trigram Neural network with embeddings/one hidden layer.
|
description: Neural newtork with embeddings for the closest words + bag of words (mean from 54 word embeddings from left and right)
|
||||||
tags:
|
tags:
|
||||||
- trigram
|
- embeddings
|
||||||
- neural network
|
- neural network
|
||||||
|
- bag of words
|
||||||
params:
|
params:
|
||||||
- vocab_size: 5000
|
- vocab_size: 25000
|
||||||
- embed_size: 100
|
- embed_size: 300
|
||||||
- batch_size: 10000
|
- batch_size: 10000
|
||||||
|
- epoch: 1
|
||||||
unwanted-params:
|
unwanted-params:
|
||||||
param-files:
|
param-files:
|
||||||
links:
|
links:
|
Loading…
Reference in New Issue
Block a user