Class FineTuningExamples
A set of tuning examples. Can be training or validation data.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class FineTuningExamples
Properties
| Edit this page View SourceExamples
Required. The examples. Example input can be for text or discuss, but all examples in a set must be of the same type.
Declaration
[JsonProperty("examples")]
public List<FineTuningData> Examples { get; set; }
Property Value
| Type | Description |
|---|---|
| List<FineTuningData> |