Table of Contents

Property Perplexity

Namespace
LMKit.TextGeneration.Events
Assembly
LM-Kit.NET.dll

Perplexity

Gets the perplexity of the model's predictions up to this point.

public double Perplexity { get; }

Property Value

double

Remarks

Perplexity is a measure of how well the model is predicting the next token. Lower perplexity values generally indicate more confident and accurate predictions.