Skip to content

Commit

Permalink
Update AutoML-NLP.md (#1239)
Browse files Browse the repository at this point in the history
* Update AutoML-NLP.md

#834

* more space

---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
  • Loading branch information
3 people committed Feb 10, 2024
1 parent 249f0f1 commit 550d1cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/Examples/AutoML-NLP.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ automl_settings = {
"time_budget": 100,
"task": "seq-classification",
"fit_kwargs_by_estimator": {
"transformer":
{
"output_dir": "data/output/" # if model_path is not set, the default model is facebook/muppet-roberta-base: https://huggingface.co/facebook/muppet-roberta-base
}
"transformer": {
"output_dir": "data/output/" # if model_path is not set, the default model is facebook/muppet-roberta-base: https://huggingface.co/facebook/muppet-roberta-base
}
}, # setting the huggingface arguments: output directory
"gpu_per_trial": 1, # set to 0 if no GPU is available
}
Expand Down

0 comments on commit 550d1cf

Please sign in to comment.