trigram neural network

This commit is contained in:
Maciej Czajka 2023-05-04 21:06:55 +02:00
parent 050e16d699
commit cf011a1686
3 changed files with 17938 additions and 17937 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,8 @@ tags:
- trigram
params:
epochs: 1
vocab-size: 10000
embed-size: 100
batch-size: 2000
top: 5
vocab-size: 30000
embed-size: 1000
batch-size: 5000
hidden-size: 100
top: 300

File diff suppressed because one or more lines are too long