autotrain-advanced
autotrain-advanced copied to clipboard
Doc pages are missing --max_models
Hello,
--max_models is a required parameter. However, it doesn't appear in the task doc pages, e.g. https://huggingface.co/docs/autonlp/multi_class_classification.html
Thank you :)
If you are using the CLI, max_models should take a default value of 10 if you don't explicitly provide it. do you get an error?
Yes. If I omit the parameter, I get an error.
autonlp create_project --name my_project --language en --task multi_class_classification
usage: autonlp <command> [<args>] create_project [-h] --name NAME --task TASK [--language LANGUAGE] --max_models MAX_MODELS [--hub_model HUB_MODEL]
autonlp <command> [<args>] create_project: error: the following arguments are required: --max_models
autonlp.__version__
'0.3.7'
Closing issue as obsolete to new autotrain-advanced that is soon releasing.