[s2s] --eval_max_generate_length (#7018)

This commit is contained in:
Sam Shleifer
2020-09-10 14:11:34 -04:00
committed by GitHub
parent df4594a9da
commit e9a2f772bc
4 changed files with 15 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ CHEAP_ARGS = {
"supervise_forward": True,
"normalize_hidden": True,
"label_smoothing": 0.2,
"eval_max_gen_length": None,
"eval_beams": 1,
"val_metric": "loss",
"save_top_k": 1,