2023-05-09 19:53:44 +02:00
|
|
|
description: nn, trigram, predict from next two tokens
|
2023-04-27 18:37:44 +02:00
|
|
|
tags:
|
|
|
|
- neural-network
|
2023-05-09 19:53:44 +02:00
|
|
|
- trigram
|
2023-04-27 18:37:44 +02:00
|
|
|
params:
|
|
|
|
epochs: 1
|
|
|
|
vocab-size: 20000
|
|
|
|
batch-size: 5000
|
|
|
|
topk: 150
|