Class HyperParams
- Namespace
- OpenAI.FineTuning
- Assembly
- OpenAI-DotNet.dll
public sealed class HyperParams
- Inheritance
-
HyperParams
- Inherited Members
Properties
BatchSize
[JsonInclude]
[JsonPropertyName("batch_size")]
public object BatchSize { get; }
Property Value
Epochs
[JsonInclude]
[JsonPropertyName("n_epochs")]
public object Epochs { get; }
Property Value
LearningRateMultiplier
[JsonInclude]
[JsonPropertyName("learning_rate_multiplier")]
public object LearningRateMultiplier { get; }