Property TrainingSeed
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
TrainingSeed
Gets or sets the seed value used for training.
This seed is utilized to randomize the order of samples during the training process, ensuring varied training sequences.
public uint TrainingSeed { get; set; }
Property Value
- uint
The default value is 8000.