From dd7041318401ddcd7cc35872b497ea379dd5f8e7 Mon Sep 17 00:00:00 2001 From: Akshita Bhagia Date: Wed, 26 Jul 2023 12:37:00 -0700 Subject: [PATCH] fix --- evaluation/experiments/test_config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation/experiments/test_config.jsonnet b/evaluation/experiments/test_config.jsonnet index c26cd8f00..7781030ba 100644 --- a/evaluation/experiments/test_config.jsonnet +++ b/evaluation/experiments/test_config.jsonnet @@ -27,7 +27,7 @@ local models = [ gpus_needed: 1, //❗Task sets contain default values for prediction_kwargs. These can be overriden for each model here. prediction_kwargs: { - model_max_length: 32, + model_max_length: 128, // max_batch_tokens: 32, // limit: 1000, //fewshot_seed: 1234, //etc.