Skip to main content

Submit Fine Tune Job

POST 

/api/2/auto_eval/fine_tune_job/submit

Submit an evaluator fine-tuning job.

Request

Body

    jobId

    object

    required

    value stringrequired

    fineTuneJobConfig

    object

    required

    Set of columns to be used in fine-tuning. Supported columns: input, output, ground_truth For example, a task similar to summarization might need output and ground_truth.

    name string

    Optional name for the job.

    description string

    Optional description for the job.

    baselineModelId

    object

    required

    value stringrequired

    trainDatasetId

    object

    required

    value stringrequired

    testDatasetId

    object

    required

    value stringrequired
    selectedColumns string[]required

    Set of columns to be used in fine-tuning. Supported columns: input, output, ground_truth For example, a task similar to summarization might need output and ground_truth.

Responses

Successful operation

Schema

    jobId

    object

    required

    value stringrequired
Loading...