trigram neural network

This commit is contained in:
Maciej Czajka 2023-05-04 20:49:00 +02:00
parent c12c24b805
commit d99c892265
3 changed files with 17939 additions and 17939 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
description: neural network, bigram
description: neural network, trigram
tags:
- neural-network
- bigram
- trigram
params:
epochs: 1
vocab-size: 30000
embed-size: 1000
batch-size: 5000
top: 300
vocab-size: 10000
embed-size: 100
batch-size: 2000
top: 5

File diff suppressed because one or more lines are too long