Skip to content

CreateFineTuningJobRequest

Example Usage

typescript
import { CreateFineTuningJobRequest } from "@meetkai/mka1/models/components";

let value: CreateFineTuningJobRequest = {
  model: "CX-9",
  trainingFile: "<value>",
};

Fields

FieldTypeRequiredDescription
modelstring✔️The base model to fine-tune
trainingFilestring✔️File ID of the training data JSONL file
validationFilestringFile ID of the validation data JSONL file
suffixstringSuffix appended to the fine-tuned model name
seednumberSeed for reproducibility
hyperparameterscomponents.HyperparametersDeprecated: use method instead
methodcomponents.MethodFine-tuning method configuration
integrationscomponents.IntegrationObject[]External integrations
metadataRecord<string, string>Up to 16 key-value pairs