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

14 lines
210 B
YAML
Raw Normal View History

2023-06-04 11:26:16 +02:00
description: neural network, lstm
2023-04-27 17:01:35 +02:00
tags:
- neural-network
2023-06-04 11:26:16 +02:00
- lstm
2023-04-27 17:01:35 +02:00
params:
2023-05-06 00:39:48 +02:00
epochs: 1
2023-06-04 11:26:16 +02:00
vocab-size: 80000
embed-size: 100
batch-size: 64
hidden-size: 128
2023-05-30 16:52:17 +02:00
learning-rate: 1e-3
2023-06-04 11:26:16 +02:00
dropout: 0.2
top: 500