Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run training and evaluation workflows
job = adaptive.jobs.run( recipe_key="sft", num_gpus=1, args={ "model_to_train": "llama-3.1-8b-instruct", "output_model_key": "my-model-v1", "dataset": "my-training-data", "epochs": 3, }, )
recipe_key
num_gpus
args
sft
preference_rlhf
metric_rlhf
rl
eval
adaptive.jobs.run( recipe_key="eval", num_gpus=2, args={ "dataset": "eval-prompts", "models_to_evaluate": ["model-a", "model-b"], "graders": ["quality-judge"], }, )
Configure recipe parameters in the UI
Evaluation results show scores across models and graders
Was this page helpful?