challenging-america-word-ga.../gonito.yaml
Maciej Ścigacz 3acc757bea add yaml
2023-04-24 23:19:27 +02:00

15 lines
325 B
YAML

description: Neural Network Bigrams
tags:
- neural-network
- left-to-right
params:
epochs: 1
vocabulary_size: 20000
embed_size: 200
batch_size: 15000
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "solution repo"
url: "https://git.wmi.amu.edu.pl/s444476/challenging-america-word-gap-prediction"