Skip to content

FineTuneTraining

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

FineTuneTraining

The struct representing each data point within a Fine-tune training file.

public struct FineTuneTraining: Codable 

Inheritance

Codable

Properties

prompt

The input the user would give to the model

public let prompt: String

completion

The training parameter the model will learn to match from the prompt.

public let completion: String
Types
Global Functions
Clone this wiki locally