21 lines
485 B
YAML
21 lines
485 B
YAML
description: zad 9, hexagram with left/right context (right context as bow, left context with distance weighted)
|
|
tags:
|
|
- neural-network
|
|
- right-context
|
|
- left-context
|
|
- bow
|
|
- distance beta factor
|
|
params:
|
|
epochs: 1
|
|
embed_size: 256
|
|
learning-rate: 0.001
|
|
vocab-size: 35000
|
|
batch_s: 3200
|
|
top_k_words: 20
|
|
minimal_wildcard: 0.01
|
|
beta: 0.85
|
|
links:
|
|
-title: "repo"
|
|
url:
|
|
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-bow.git
|