From 7d7979efc4b8eb508fb98895b8b22770468eab18 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 21 Nov 2023 22:22:35 +0000 Subject: [PATCH] Add max length to config (#38) - Upload config (c77eb7bc546b7d8b03868f996435cb26d1a0a94e) Co-authored-by: Sanchit Gandhi --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index bad8e69..14c6c8c 100644 --- a/config.json +++ b/config.json @@ -33,6 +33,7 @@ "mask_time_length": 10, "mask_time_min_masks": 2, "mask_time_prob": 0.05, + "max_length": 448, "max_source_positions": 1500, "max_target_positions": 448, "median_filter_width": 7,