From 2fe79f87d9a7eeeb6d8766a0c0b696643ec3f0c6 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Thu, 27 Apr 2023 19:10:14 +0200 Subject: [PATCH] update gonito.yaml --- gonito.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/gonito.yaml b/gonito.yaml index 6f61020..827b654 100644 --- a/gonito.yaml +++ b/gonito.yaml @@ -3,17 +3,7 @@ tags: - neural-network - bigram params: - epochs: 10 - learning-rate: 0.01 -unwanted-params: - - model-file - - vocab-file -param-files: - - "*.yaml" - - config/*.yaml -links: - - title: "Some external link" - url: "https://example.com/foo-bar-baz-123" - - title: "Yet another link" - url: "https://example.org/xyz" - - url: "https://example.net/bare-link-without-text" + epochs: 1 + vocab-size: 20000 + embed-size: 100 + batch-size: 5000