Table of Contents

Event FinetuningProgress

Namespace
LMKit.Finetuning
Assembly
LM-Kit.NET.dll

Raised after every optimizer step and validation batch with live metrics. Set Stop to request a cooperative stop.

public event EventHandler<FinetuningProgressEventArgs> FinetuningProgress

Returns

EventHandler<FinetuningProgressEventArgs>
Raised after every optimizer step and validation batch with live metrics. Set to request a cooperative stop.
Share