challenging-america-word-ga.../gonito.yaml
2023-05-31 00:51:55 +02:00

11 lines
174 B
YAML

description: trigram model
tags:
- neural-network
- bag of words
- embeddings
params:
learning-rate: 0.0001
vocab_size: 5000
embed_size: 300
hidden_size: 300