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 }, } }