From 258f075e188e3c70ce72036e75578fb224ffe52c Mon Sep 17 00:00:00 2001 From: Dhruv Thakur <80753201+dhruvthakur2000@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:33:12 +0530 Subject: [PATCH 1/2] Update AutoML-NLP.md #834 --- website/docs/Examples/AutoML-NLP.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/Examples/AutoML-NLP.md b/website/docs/Examples/AutoML-NLP.md index 2896ff89d5..c65bb99090 100644 --- a/website/docs/Examples/AutoML-NLP.md +++ b/website/docs/Examples/AutoML-NLP.md @@ -27,8 +27,7 @@ automl_settings = { "time_budget": 100, "task": "seq-classification", "fit_kwargs_by_estimator": { - "transformer": - { + "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 From 0591f5662d322388a68283b2e99e5ba6d282afe5 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:42:08 +0100 Subject: [PATCH 2/2] more space --- website/docs/Examples/AutoML-NLP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/Examples/AutoML-NLP.md b/website/docs/Examples/AutoML-NLP.md index c65bb99090..2619fda56a 100644 --- a/website/docs/Examples/AutoML-NLP.md +++ b/website/docs/Examples/AutoML-NLP.md @@ -27,9 +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 }