appmixer.openai.core.createFineTuningJob
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| No properties defined | ||
| Field | Type | Description |
|---|---|---|
| Model | select | The name of the model to fine-tune. You can select one of the supported models. Example: gpt-3.5-turbo |
| Training File | text | The ID of an uploaded file that contains training data. See upload file for how to upload a file. Your dataset must be formatted as a JSONL file. Additionally, you must upload your file with the purpose See the fine-tuning guide for more details. Example: file-abc123 |
| Suffix | text | A string of up to 18 characters that will be added to your fine-tuned model name. For example, a |
| Validation File | text | The ID of an uploaded file that contains validation data. If you provide this file, the data is used to generate validation metrics periodically during fine-tuning. These metrics can be viewed in the fine-tuning results file. The same data should not be present in both train and validation files. Your dataset must be formatted as a JSONL file. You must upload your file with the purpose See the fine-tuning guide for more details. Example: file-abc123 |
| Hyperparameters Batch Size | number | Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance. |
| Hyperparameters Learning Rate Multiplier | number | Scaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting. |
| Hyperparameters N Epochs | number | The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. |
| Field | Type | Description |
|---|---|---|
| Id | - | |
| Created At | - | |
| Error | - | |
| Error Code | - | |
| Error Message | - | |
| Error Param | - | |
| Fine Tuned Model | - | |
| Finished At | - | |
| Hyperparameters | - | |
| Hyperparameters N Epochs | - | |
| Model | - | |
| Object | - | |
| Organization Id | - | |
| Result Files | - | |
| Status | - | |
| Trained Tokens | - | |
| Training File | - | |
| Validation File | - |