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

20 lines
406 B
YAML
Raw Normal View History

2023-05-07 14:25:37 +02:00
description: nn trigram multiple outs
2023-04-27 10:39:07 +02:00
tags:
- neural-network
2023-05-07 22:56:23 +02:00
- trigram
2023-04-27 10:39:07 +02:00
params:
epochs: 1
2023-05-07 14:26:17 +02:00
learning-rate: 0.0001
2023-05-07 22:56:23 +02:00
vocab_size: 25000
embed_size: 300
hidden_size: 150
batch_size: 2000
2023-04-27 10:39:07 +02:00
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"