mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 03:35:10 -05:00
fixing bug
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user