2023-07-02 12:20:48 +02:00
|
|
|
description: zad 8, trigram with right context embeddings (embeddings =100,200,300)
|
2023-06-24 13:41:56 +02:00
|
|
|
tags:
|
|
|
|
- neural-network
|
2023-07-02 12:20:48 +02:00
|
|
|
- right-context
|
2023-06-24 13:41:56 +02:00
|
|
|
params:
|
|
|
|
epochs: 3
|
2023-07-02 12:20:48 +02:00
|
|
|
embed_size: 300
|
|
|
|
learning-rate: 0.001
|
|
|
|
vocab-size: 30000
|
|
|
|
batch_s: 1600
|
2023-06-24 13:41:56 +02:00
|
|
|
top_k_words: 20
|
2023-07-02 12:20:48 +02:00
|
|
|
minimal_wildcard: 0.02
|
2023-06-24 13:41:56 +02:00
|
|
|
links:
|
2023-07-02 12:20:48 +02:00
|
|
|
-title: "repo"
|
|
|
|
url:
|
|
|
|
- repo: https://git.wmi.amu.edu.pl/s470618/challenging-america-word-gap-prediction-s470618.git
|