fixing bug

This commit is contained in:
liususan091219
2022-03-27 20:10:51 -04:00
committed by Chi Wang
parent 6c16e47e42
commit 0bcf618fea
2 changed files with 2 additions and 2 deletions

View File

@@ -1398,7 +1398,7 @@
"\n",
"automl_settings = {\n",
" \"time_budget\": 500, # setting the time budget\n",
" \"task\": \"summarization\", # setting the task as multiplechoice-classification\n",
" \"task\": \"summarization\", # setting the task as summarization\n",
" \"hf_args\": {\n",
" \"output_dir\": \"data/output/\", # setting the output directory\n",
" \"ckpt_per_epoch\": 1, # setting the number of checkoints per epoch\n",