-
-
Notifications
You must be signed in to change notification settings - Fork 7
OpenAI.FineTuneData.Load
Andrew Lambert edited this page Jan 1, 2024
·
3 revisions
OpenAI.FineTuneData.Load
Shared Function Load(TrainingFile As FolderItem) As OpenAI.FineTuneData
Shared Function Load(TrainingFile As OpenAI.File) As OpenAI.FineTuneData
Name | Type | Comment |
---|---|---|
TrainingFile | FolderItem | A local JSONL file to load. |
Name | Type | Comment |
---|---|---|
TrainingFile | File | A remote JSONL file to download. |
Returns a new instance of OpenAI.FineTuneData
containing the loaded JSONL lines.
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.