Zaktualizuj 'gonito.yaml'

This commit is contained in:
Martyna Drumińska 2023-05-31 03:00:09 +02:00
parent 002c3a9603
commit 4184fe1b89

View File

@ -1,11 +1,14 @@
description: trigram model description: trigram model
tags: tags:
- neural-network - neural-network
- trigram - ngram
params: params:
epochs: 1 - vocab_size = 15000
learning-rate: 0.0001 - embedding_dim = 200
vocab_size: 38000 - hidden_dim = 500
embed_size: 300 - batch_size = 4000
hidden_size: 128 - lr = 0.0001
batch_size: 800 - l_size = 25
- r_size = 25
- context_dim = 50