Method AddSample
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
AddSample(ChatTrainingSample)
Adds a ChatTrainingSample to the dataset.
public void AddSample(ChatTrainingSample sample)
Parameters
sample
ChatTrainingSampleThe sample to add. Must not be null.