challenging-america-word-ga.../gonito.yaml
2023-05-09 20:31:19 +02:00

20 lines
405 B
YAML

description: trigram model prediction
tags:
- neural-network
- trigram
params:
epochs: 5
learning-rate: 0.001
vocab_size: 30000
embed_size: 300
hidden_size: 150
batch_size: 1000
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "repository"
url: "https://git.wmi.amu.edu.pl/s444465/challenging-america-word-gap-prediction.git"