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

24 lines
483 B
YAML

description: nn with bagging
tags:
- neural-network
- ngram
params:
epochs: 1
learning-rate: 0.0001
vocab_size: 25000
embed_size: 300
bagging_left_ctx: 25
ngram_left_ctx: 7
bagging_right_ctx: 25
ngram_right_ctx: 3
hidden_size: 150
batch_size: 4000
unwanted-params:
- model-file
- vocab-file
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "repository"
url: "https://git.wmi.amu.edu.pl/s444501/challenging-america-word-gap-prediction.git"