-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.FineTuneJob.Create
Andrew Lambert edited this page Jan 1, 2024
·
1 revision
OpenAI.FineTuneJob.Create
Shared Function Create(TrainingFile As OpenAI.File, BaseModel As OpenAI.Model, Name As String = "") As OpenAI.FineTuneJob
Shared Function Create(TrainingFile As OpenAI.FineTuneData, BaseModel As OpenAI.Model, Name As String = "") As OpenAI.FineTuneJob
Shared Function Create(TrainingFileID As String, BaseModel As OpenAI.Model, Name As String = "") As OpenAI.FineTuneJob
Name | Type | Comment |
---|---|---|
TrainingFile | File | A previously uploaded training file. |
BaseModel | Model | The base model to be trained. |
Name | String |
Optional. If specified, a custom suffix to be included in the resulting model ID. |
Name | Type | Comment |
---|---|---|
TrainingFile | FineTuneData | A training file to be uploaded. |
BaseModel | Model | The base model to be trained. |
Name | String |
Optional. If specified, a custom suffix to be included in the resulting model ID. |
Name | Type | Comment |
---|---|---|
TrainingFileID | String |
The ID of a previously uploaded training file. |
BaseModel | Model | The base model to be trained. |
Name | String |
Optional. If specified, a custom suffix to be included in the resulting model ID. |
Returns a new instance of OpenAI.FineTuneJob
.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.