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

13 lines
198 B
YAML
Raw Normal View History

2023-05-11 00:54:19 +02:00
description: neural network, trigram
2023-04-28 09:03:28 +02:00
tags:
- neural-network
2023-05-11 00:54:19 +02:00
- trigram
2023-04-28 09:03:28 +02:00
params:
epochs: 1
2023-05-11 00:54:19 +02:00
vocab_size: 15000
embed_size: 200
hidden_size: 100
batch_size: 3000
2023-04-28 09:03:28 +02:00
num_of_top: 10
2023-05-11 00:54:19 +02:00
top: 300