From 285ccd70bf2150e7c53b7275311e6d8e67166a4c Mon Sep 17 00:00:00 2001 From: Iz Beltagy Date: Mon, 13 May 2019 17:16:51 -0700 Subject: [PATCH] slower increase of learning rate --- allennlp_config/text_classification_finetune.json | 1 + 1 file changed, 1 insertion(+) diff --git a/allennlp_config/text_classification_finetune.json b/allennlp_config/text_classification_finetune.json index 37f8254..e621725 100644 --- a/allennlp_config/text_classification_finetune.json +++ b/allennlp_config/text_classification_finetune.json @@ -64,6 +64,7 @@ "type": "slanted_triangular", "num_epochs": 15, "num_steps_per_epoch": std.parseInt(std.extVar("DATASET_SIZE")) / 32, + "cut_frac": 0.3 }, } }