trigrams neural network

This commit is contained in:
Maciej Czajka 2023-05-06 00:39:48 +02:00
parent 8f0a32bb4f
commit c6613b2e52
3 changed files with 17936 additions and 17936 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,11 @@ tags:
- neural-network
- trigram
params:
epochs: 2
epochs: 1
vocab-size: 20000
embed-size: 200
batch-size: 5000
batch-size: 1000
hidden-size: 100
context-size: 2
Learning-rate: 1e-3
Learning-rate: 2e-3
top: 5

File diff suppressed because it is too large Load Diff