Class TrainingSample
- Namespace
- LMKit.Finetuning
- Assembly
- LM-Kit.NET.dll
Represents a training sample consisting of a sequence of tokens and its decoded value.
public class TrainingSample
- Inheritance
-
TrainingSample
- Inherited Members
Properties
- Tokens
Gets the sequence of tokens that make up the training sample.
- Value
Gets the decoded string value of the training sample.
The value is decoded using the model's vocabulary.