17 lines
397 B
YAML
17 lines
397 B
YAML
description: zad 8, trigram with right context embeddings (embeddings =100,200,300)
|
|
tags:
|
|
- neural-network
|
|
- right-context
|
|
params:
|
|
epochs: 3
|
|
embed_size: 300
|
|
learning-rate: 0.001
|
|
vocab-size: 30000
|
|
batch_s: 1600
|
|
top_k_words: 20
|
|
minimal_wildcard: 0.02
|
|
links:
|
|
-title: "repo"
|
|
url:
|
|
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-s470618.git
|