Struct TuningMethod
Enum representing the tuning method.
[JsonConverter(typeof(TuningMethodConverter))]
public readonly record struct TuningMethod : IEquatable<TuningMethod>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<TuningMethod> AllValues { get; }
Property Value
Distillation
Distillation tuning.
public static TuningMethod Distillation { get; }
Property Value
PreferenceTuning
Preference optimization tuning.
public static TuningMethod PreferenceTuning { get; }
Property Value
ReinforcementTuning
Reinforcement tuning.
public static TuningMethod ReinforcementTuning { get; }
Property Value
SupervisedFineTuning
Supervised fine tuning.
public static TuningMethod SupervisedFineTuning { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(TuningMethod)
public bool Equals(TuningMethod other)
Parameters
otherTuningMethod
Returns
FromString(string)
public static TuningMethod FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator TuningMethod(string)
public static implicit operator TuningMethod(string value)
Parameters
valuestring