FineTuningJob
Example Usage
typescript
import { FineTuningJob } from "@meetkai/mka1/models/components";
let value: FineTuningJob = {
id: "<id>",
object: "fine_tuning.job",
createdAt: 775686,
model: "Countach",
trainingFile: "<value>",
organizationId: "<id>",
status: "cancelled",
resultFiles: [
"<value 1>",
"<value 2>",
],
seed: 591160,
hyperparameters: {},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
object | "fine_tuning.job" | ✔️ | N/A |
createdAt | number | ✔️ | N/A |
model | string | ✔️ | N/A |
trainingFile | string | ✔️ | N/A |
validationFile | string | ➖ | N/A |
fineTunedModel | string | ➖ | N/A |
organizationId | string | ✔️ | N/A |
status | components.JobStatus | ✔️ | N/A |
resultFiles | string[] | ✔️ | N/A |
seed | number | ✔️ | N/A |
hyperparameters | components.FineTuningJobHyperparameters | ✔️ | N/A |
method | components.Method | ➖ | N/A |
finishedAt | number | ➖ | N/A |
estimatedFinish | number | ➖ | N/A |
trainedTokens | number | ➖ | N/A |
error | components.FineTuningError | ➖ | N/A |
integrations | components.IntegrationObject[] | ➖ | N/A |
metadata | Record<string, string> | ➖ | N/A |
suffix | string | ➖ | N/A |