This commit is contained in:
Maciej Czajka 2023-06-07 15:54:37 +02:00
parent 9ade01c710
commit 087293790d
2 changed files with 10522 additions and 10530 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,13 +1,5 @@
description: neural network, lstm description: transformer, decoder, left context
tags: tags:
- neural-network - transformer-decoder
- lstm
params: params:
epochs: 1 top: 20
vocab-size: 80000
embed-size: 100
batch-size: 64
hidden-size: 128
learning-rate: 1e-3
dropout: 0.2
top: 500