challenging-america-word-ga.../gonito.yaml
2023-06-24 13:41:56 +02:00

15 lines
328 B
YAML

description: zad8, trigram with left/right context embeddings
tags:
- neural-network
- left-to-right
params:
epochs: 3
learning-rate: 0.0003
vocab-size: 20000
batch_s: 3200
top_k_words: 20
param-files:
- config/*.yaml
links:
- repo: "https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction"