Compare commits

...

2 Commits

Author SHA1 Message Date
Maciej Ścigacz ecb7a477b6 yaml 2023-04-25 14:15:11 +02:00
Maciej Ścigacz ea9f2facb2 add yaml 2023-04-25 14:13:07 +02:00
1 changed files with 15 additions and 0 deletions

15
gonito.yaml Normal file
View File

@ -0,0 +1,15 @@
description: Neural Network Bigrams
tags:
- neural-network
- left-to-right
params:
epochs: 1
vocabulary_size: 20000
embed_size: 400
batch_size: 15000
param-files:
- "*.yaml"
- config/*.yaml
links:
- title: "solution my repo"
url: "https://git.wmi.amu.edu.pl/s444476/challenging-america-word-gap-prediction"