Zaktualizuj 'gonito.yaml'

This commit is contained in:
Martyna Drumińska 2023-05-31 03:00:09 +02:00
parent 002c3a9603
commit 4184fe1b89
1 changed files with 10 additions and 7 deletions

View File

@ -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