nn, bigram, 20k vocab, 100 embed, 5k batch, top150

This commit is contained in:
s444380 2023-04-27 18:37:44 +02:00
parent 82b6028a9d
commit 5dac43bf0c
3 changed files with 17943 additions and 17933 deletions

File diff suppressed because it is too large Load Diff

10
gonito.yaml Normal file
View File

@ -0,0 +1,10 @@
description: nn, bigram, 20k vocab, 100 embed, 5k batch, top150
tags:
- neural-network
- bigram
params:
epochs: 1
vocab-size: 20000
embedding-size: 20000
batch-size: 5000
topk: 150

File diff suppressed because it is too large Load Diff