tao-train-single-step
Installation
SKILL.md
Normal Train
Standard supervised fine-tuning: train a model on a labeled dataset, optionally evaluate, then optionally export. The most common TAO workflow for adapting a pretrained model to a new dataset.
Steps
- train — executed through AutoML when the selected model has
automl_enabled: trueandautoml_policyison; setautoml_policy=offfor a plain single training run - eval — executed if
eval_dataset_uriis resolved - export — optional, on user request after training