challenging-america-word-ga.../gonito.yaml

13 lines
197 B
YAML
Raw Normal View History

2023-05-04 20:49:00 +02:00
description: neural network, trigram
2023-04-27 17:01:35 +02:00
tags:
- neural-network
2023-05-04 20:49:00 +02:00
- trigram
2023-04-27 17:01:35 +02:00
params:
2023-05-05 12:10:25 +02:00
epochs: 1
vocab-size: 20000
2023-05-05 08:58:49 +02:00
embed-size: 100
2023-05-04 21:06:55 +02:00
batch-size: 5000
2023-05-05 12:10:25 +02:00
hidden-size: 100
context-size: 2
2023-05-05 08:58:49 +02:00
top: 5