challenging-america-word-ga.../gonito.yaml

15 lines
328 B
YAML
Raw Normal View History

2023-04-24 23:19:27 +02:00
description: Neural Network Bigrams
tags:
- neural-network
- left-to-right
params:
epochs: 1
vocabulary_size: 20000
2023-04-25 14:13:07 +02:00
embed_size: 400
2023-04-24 23:19:27 +02:00
batch_size: 15000
param-files:
- "*.yaml"
- config/*.yaml
links:
2023-04-25 14:15:11 +02:00
- title: "solution my repo"
2023-04-24 23:19:27 +02:00
url: "https://git.wmi.amu.edu.pl/s444476/challenging-america-word-gap-prediction"