From 664f09eeb1f0c597ae606f75688fdf8c31dfc2fa Mon Sep 17 00:00:00 2001 From: system Date: Wed, 19 Aug 2020 18:40:58 +0000 Subject: [PATCH] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 18f8f9c..91e7552 100644 --- a/config.json +++ b/config.json @@ -35,7 +35,7 @@ }, "length_penalty": 0.8, "max_length": 128, - "max_position_embeddings": 512, + "max_position_embeddings": 1024, "model_type": "pegasus", "normalize_before": true, "normalize_embedding": false,