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

10 lines
172 B
YAML
Raw Normal View History

2023-06-07 00:18:56 +02:00
description: LSTM, 10 right / 10 left context window
2023-05-10 19:20:56 +02:00
tags:
2023-06-07 00:18:56 +02:00
- LSTM
2023-05-31 00:38:57 +02:00
- embeddings
2023-05-10 19:20:56 +02:00
params:
2023-06-07 00:18:56 +02:00
vocab-size: 5000
2023-05-10 19:20:56 +02:00
learning-rate: 0.0001
embed_size: 300
2023-06-07 00:18:56 +02:00
hidden_size: 500