Skip to main content

Create Fine Tune Job

POST 

/api/2/auto_eval/fine_tune_job/create

Step 1 of 2: Create a new job configuration for fine-tuning, to be subsequently submitted by calling SubmitFineTuneJob.

Request

Body

    fineTuneJobConfig

    object

    required

    Partial configuration with parameters for the fine-tune job.

    name string

    Optional name for the job.

    description string

    Optional description for the job.

    baselineModelId stringrequired

    The ID for the model used as the starting point for training.

    trainDatasetId stringrequired

    The dataset to use for training, with splits baked in or to be derived dynamically

    testDatasetId stringrequired

    The dataset to use for an unbiased evaluation of the model

    selectedColumns string[]required

Responses

Successful operation

Schema

    jobId stringrequired
Loading...