From 2c158316e0a9ed54702249914b25008f7460d238 Mon Sep 17 00:00:00 2001 From: system Date: Thu, 22 Oct 2020 16:33:25 +0000 Subject: [PATCH] Update config.json --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 91e7552..2c1a911 100644 --- a/config.json +++ b/config.json @@ -36,6 +36,7 @@ "length_penalty": 0.8, "max_length": 128, "max_position_embeddings": 1024, + "min_length": 32, "model_type": "pegasus", "normalize_before": true, "normalize_embedding": false, @@ -45,4 +46,4 @@ "scale_embedding": true, "static_position_embeddings": true, "vocab_size": 96103 -} +} \ No newline at end of file