Tuning Data Stats
@Serializable
The tuning data statistic values for TuningJob. This data type is not supported in Gemini API.
Constructors
Link copied to clipboard
constructor(distillationDataStats: DistillationDataStats? = null, preferenceOptimizationDataStats: PreferenceOptimizationDataStats? = null, supervisedTuningDataStats: SupervisedTuningDataStats? = null, reinforcementTuningDataStats: DatasetStats? = null)
Properties
Link copied to clipboard
Output only. Statistics for distillation prompt dataset. These statistics do not include the responses sampled from the teacher model.
Link copied to clipboard
Output only. Statistics for preference optimization.
Link copied to clipboard
Output only. Statistics for reinforcement tuning.
Link copied to clipboard
The SFT Tuning data stats.