From deeaf5dbd28344135a254bec39b7efd7131e4253 Mon Sep 17 00:00:00 2001 From: Adam Wojdyla Date: Fri, 16 Jun 2023 08:07:50 +0200 Subject: [PATCH] gpt2 --- gonito.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gonito.yaml b/gonito.yaml index be227e3..85fda36 100644 --- a/gonito.yaml +++ b/gonito.yaml @@ -1,14 +1,15 @@ description: s444507 tags: - neural-network - - bigram + - gpt-2 params: - batch-size: 5000 - vocab-size: 15000 - embed-size: 150 + top: 10 unwanted-params: - model-file - vocab-file param-files: - "*.yaml" - - config/*.yaml \ No newline at end of file + - config/*.yaml +links: + - title: "repository" + url: "https://git.wmi.amu.edu.pl/s444506/challenging-america-word-gap-prediction.git" \ No newline at end of file