moj_zad9/gonito.yaml

12 lines
197 B
YAML
Raw Normal View History

2023-05-31 01:11:40 +02:00
description: trigram model
tags:
- neural-network
- hyperbolic tangent
- bag of words
- embeddings
params:
learning-rate: 0.0001
vocab_size: 5000
embed_size: 300
hidden_size: 300