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

16 lines
270 B
YAML
Raw Normal View History

2023-05-31 00:47:23 +02:00
description: neural network, bagging
2023-04-28 09:03:28 +02:00
tags:
- neural-network
params:
epochs: 1
2023-05-31 00:47:23 +02:00
vocab_size: 10000
batch_size: 4000
lr: 0.0001
bagging_left_ctx: 20
bagging_right_ctx: 20
top: 100
ngram_left_ctx: 5
ngram_right_ctx: 2
2023-05-11 00:54:19 +02:00
embed_size: 200
2023-05-31 00:47:23 +02:00
hidden_size: 150