This commit is contained in:
JulianZablonski 2023-04-27 21:04:29 +02:00
parent 135b92c079
commit 64d2b9ebda

15
gonito.yaml Normal file
View File

@ -0,0 +1,15 @@
description: Neural network with changed parameters
tags:
- bigrams
params:
epochs: 1
embed_size: 200
vocab_size: 2500
batch_size: 6000
learning-rate: 0.01
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "neural network with changed parameters"
url: "https://git.wmi.amu.edu.pl/s478831/challenging-america-word-gap-prediction"