Skip to content

Commit

Permalink
update model of text summarization (microsoft#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
liususan091219 authored May 10, 2023
1 parent 59e882e commit f01acb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nlp/test_autohf_summarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_summarization():
automl_settings["task"] = "summarization"
automl_settings["metric"] = "rouge1"
automl_settings["time_budget"] = 2 * automl_settings["time_budget"]
automl_settings["fit_kwargs_by_estimator"]["transformer"]["model_path"] = "patrickvonplaten/t5-tiny-random"
automl_settings["fit_kwargs_by_estimator"]["transformer"]["model_path"] = "google/flan-t5-small"

try:
automl.fit(X_train=X_train, y_train=y_train, X_val=X_val, y_val=y_val, **automl_settings)
Expand Down

0 comments on commit f01acb6

Please sign in to comment.