Commit b7b0f92e authored by Baber's avatar Baber
Browse files

nit

parent 787aea5d
...@@ -10,7 +10,7 @@ eval_logger = logging.getLogger(__name__) ...@@ -10,7 +10,7 @@ eval_logger = logging.getLogger(__name__)
MODEL_REGISTRY = {} MODEL_REGISTRY = {}
DEFAULTS = { DEFAULTS = {
"model": {"max_length": 2048}, "model": {"max_length": 2048},
"tasks": {"generate_until": {"max_length": 2048}}, "tasks": {"generate_until": {"max_gen_toks": 256}},
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment