From 3acc757beabf046b2845c535db2ef6273f920e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=9Acigacz?= Date: Mon, 24 Apr 2023 23:19:27 +0200 Subject: [PATCH] add yaml --- gonito.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gonito.yaml diff --git a/gonito.yaml b/gonito.yaml new file mode 100644 index 0000000..9d557c3 --- /dev/null +++ b/gonito.yaml @@ -0,0 +1,15 @@ +description: Neural Network Bigrams +tags: + - neural-network + - left-to-right +params: + epochs: 1 + vocabulary_size: 20000 + embed_size: 200 + batch_size: 15000 +param-files: + - "*.yaml" + - config/*.yaml +links: + - title: "solution repo" + url: "https://git.wmi.amu.edu.pl/s444476/challenging-america-word-gap-prediction" \ No newline at end of file