16 lines
349 B
YAML
16 lines
349 B
YAML
description: zad 7, bigram with left context embeddings
|
|
tags:
|
|
- neural-network
|
|
- left-context
|
|
params:
|
|
epochs: 4
|
|
learning-rate: 0.0001
|
|
vocab-size: 25000
|
|
batch_s: 3200
|
|
top_k_words: 20
|
|
minimal_wildcard: 0.1
|
|
links:
|
|
-title: "repo"
|
|
url:
|
|
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-bigram.git
|