neural network bigram

This commit is contained in:
Maciej Czajka 2023-04-27 21:32:58 +02:00
parent f6e999c623
commit c6658b42a5
3 changed files with 17936 additions and 17935 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@ tags:
- bigram
params:
epochs: 1
vocab-size: 20000
embed-size: 100
vocab-size: 30000
embed-size: 1000
batch-size: 5000
top: 300

File diff suppressed because one or more lines are too long