Class FineTuningExamples
A set of tuning examples. Can be training or validation data.
public class FineTuningExamples
- Inheritance
-
objectFineTuningExamples
Properties
Examples
Required. The examples. Example input can be for text or discuss, but all examples in a set must be of the same type.
public List<FineTuningData> Examples { get; set; }
Property Value
- List<FineTuningData>