CreateFineTuneJobRequestSchema
Foundation model to fine-tune. Use the model_name value from List base models.
Llama-3.3-70B-InstructNumber of training examples processed per gradient update step. Recommended range: 1–16.
1Number of complete passes through the training data. Typical range: 1–10.
1Step size for the optimizer. Typical range: 0.00005–0.001.
0.0001Unique name for the resulting fine-tuned model. Used to reference the model in deployment and inference requests.
example-ftmodelName of a saved dataset to use as the training data source instead of tag-filtered logs.
Filename of an uploaded custom logs file (from Upload custom logs file) to use as the training data source.
When true, runs the job using a small sample of the training data to quickly validate configuration before a full run.
LoRA scaling factor applied to adapter outputs. Typically set to ~2× lora_r.
Dropout probability applied to LoRA adapter layers during training to prevent overfitting.
LoRA rank — controls the number of trainable parameters in each adapter layer. Higher rank = more capacity but more compute.
ID of an existing fine-tuned model to use as the starting point for incremental (continued) training.
Tags used to filter training logs for this job. Only logs matching all specified tags are included.
When true, training log entries flagged as containing errors are excluded from the dataset.
Filter training logs by these tags. Only logs tagged with one of these values are used for training.
Maximum allowed wall-clock time for the training job in seconds. The job is stopped if it exceeds this limit.
When true, includes synthetic data logs in the training dataset alongside real captured logs.
Number of gradient steps over which the learning rate is linearly warmed up from zero.
{
"base_model": "Llama-3.3-70B-Instruct",
"model_name": "example-ftmodel",
"batch_size": 1,
"epoch": 1,
"learning_rate": 0.0001
}