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

12 lines
186 B
YAML
Raw Permalink Normal View History

2023-05-30 23:37:32 +02:00
description: trigram model
tags:
- neural-network
- bag of words
- embeddings
params:
epochs: 1
learning-rate: 0.0001
vocab_size: 5000
embed_size: 300
hidden_size: 300