[s2s] allow task_specific_params=summarization_xsum (#6923)

This commit is contained in:
Sam Shleifer
2020-09-03 11:11:40 -04:00
committed by GitHub
parent 5a318f075a
commit 39ed68d597
3 changed files with 6 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ CHEAP_ARGS = {
"label_smoothing": 0.2,
"eval_beams": 1,
"val_metric": None,
"save_top_k": 1,
"adafactor": True,
"early_stopping_patience": 2,
"logger_name": "default",