From 054d3ebb1b0455da621406a75d1b499afd673d7f Mon Sep 17 00:00:00 2001 From: Joanna Kurczalska Date: Tue, 13 Jun 2023 22:11:18 +0200 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'gonito.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gonito.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 gonito.yaml diff --git a/gonito.yaml b/gonito.yaml deleted file mode 100644 index 23882a9..0000000 --- a/gonito.yaml +++ /dev/null @@ -1,10 +0,0 @@ -description: neural network, trigram -tags: - - neural-network - - trigram -params: - vocab-size: 20000 - embed-size: 250 - batch-size: 1500 - hidden-size: 100 -