gointo.yaml
This commit is contained in:
parent
4173fd8cd3
commit
b5160b456d
22
gonito.yaml
22
gonito.yaml
@ -1,14 +1,20 @@
|
||||
description: zad8, trigram with left/right context embeddings
|
||||
description: zad 9, hexagram with left/right context (right context as bow, left context with distance weighted)
|
||||
tags:
|
||||
- neural-network
|
||||
- left-to-right
|
||||
- right-context
|
||||
- left-context
|
||||
- bow
|
||||
- distance beta factor
|
||||
params:
|
||||
epochs: 3
|
||||
learning-rate: 0.0003
|
||||
vocab-size: 20000
|
||||
epochs: 1
|
||||
embed_size: 256
|
||||
learning-rate: 0.001
|
||||
vocab-size: 35000
|
||||
batch_s: 3200
|
||||
top_k_words: 20
|
||||
param-files:
|
||||
- config/*.yaml
|
||||
minimal_wildcard: 0.01
|
||||
beta: 0.85
|
||||
links:
|
||||
- repo: "https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction"
|
||||
-title: "repo"
|
||||
url:
|
||||
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-bow.git
|
||||
|
Loading…
Reference in New Issue
Block a user