From 47d9e19fb2c9959811dc8b11ae44f9723ad97ce4 Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Tue, 4 Oct 2022 22:26:55 +0000 Subject: [PATCH] Upload config --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index 718cdee..44a0735 100644 --- a/config.json +++ b/config.json @@ -19,6 +19,12 @@ "encoder_layerdrop": 0.0, "encoder_layers": 4, "eos_token_id": 50256, + "forced_decoder_ids": [ + [ + 1, + 50362 + ] + ], "init_std": 0.02, "is_encoder_decoder": true, "max_source_positions": 1500,