trigrams neural network

This commit is contained in:
Maciej Czajka 2023-05-05 12:10:25 +02:00
parent 0783de24b5
commit da6e1bcd08
3 changed files with 17937 additions and 17936 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,10 @@ tags:
- neural-network
- trigram
params:
epochs: 10
vocab-size: 15000
epochs: 1
vocab-size: 20000
embed-size: 100
batch-size: 5000
hidden-size: 256
hidden-size: 100
context-size: 2
top: 5

File diff suppressed because it is too large Load Diff