gonito.yaml

This commit is contained in:
Krystian Wasilewski 2023-06-08 03:00:10 +02:00
parent 4a69a01029
commit 2987fbdbe9

View File

@ -1,18 +1,8 @@
description: nn with bagging description: gpt2-small
tags: tags:
- neural-network - neural-network
- ngram - gpt2
params: params:
epochs: 1
learning-rate: 0.0001
vocab_size: 25000
embed_size: 300
bagging_left_ctx: 25
ngram_left_ctx: 7
bagging_right_ctx: 25
ngram_right_ctx: 3
hidden_size: 150
batch_size: 4000
unwanted-params: unwanted-params:
- model-file - model-file
- vocab-file - vocab-file