From f08c53d4d058de5bf3552699c3d120b717e22dc0 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 19 Apr 2023 10:21:46 +0200 Subject: [PATCH] add gonito.yaml --- gonito.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gonito.yaml diff --git a/gonito.yaml b/gonito.yaml new file mode 100644 index 0000000..61b505d --- /dev/null +++ b/gonito.yaml @@ -0,0 +1,19 @@ +description: This my brilliant solution +tags: + - neural-network + - left-to-right +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"